Forum Replies Created
-
AuthorPosts
-
kaju_74Participant
BTW:
If I enable “StdImageTransparency” in the options, it flickers a little bit while opening the dialogs, but it works!
Regards,
kaju
'kaju_74' wrote:Hi,
as soon as I enable the SkinManager, all dialogs from the ImageEn library (e.g. print preview, load & save image dialogs, …) are extrem ugly.
This is how it looks like, if the SkinManager is disabled:
[attachment=9187:dialog_okay.jpg]
And this, if it's enabled:
[attachment=9188:dialog_bad.jpg]
How do I solve this?
Thank you,
kaju
kaju_74Participant'Support' wrote:Hello
Look, maybe this code can help you to save original size:
Code:uses sSkinManager, sVclUtils;
…
var
iPPI: integer;
…
if DefaultManager.IsActive then begin
if DefaultManager.Options.ScaleMode = smVCL then
iPPI := DefaultPPI
else
iPPI := DefaultManager.Options.PixelsPerInch
end
else
iPPI := 96;SaveMainFormWidthHeight(Width * 96 div iPPI, Height * 96 div iPPI);
Hi,
I've figured out nearly the same by playing with it, but: You'll get rounding errors where the form dimension will be shrink by 0-1 pixel each time – so that's not the full solution for me right now…but I've another idea if there's no native support to fix it.
Thank you very much,
kaju
kaju_74ParticipantAh…both parameters have to been set to taLeftAlignment…thx – that works fine, didn't tried this out before 😉
Regards,
Marc
P.S.: Love your work….
kaju_74Participant[CLOSED]
I had to reload the internal skin and now it works 😎
Regards,
MarcQUOTE (Support @ Jul 19 2010, 03:21 PM) <{POST_SNAPBACK}>Hello
ExtendedBorders are used in this case? Could you move a form after minimizing/restoring?
This topic will be moved to the “Troubleshooting” soon.kaju_74ParticipantHi…
You missunderstand me:
I've only ask, if the new gesture-feature will be supported by all controls. Some of the controls like TsEdit already publishing the new properties but not all, e.g. TsListBox.
Regards,
Marckaju_74ParticipantThank you…8-)
-
AuthorPosts