kaju_74

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: ImageEn Dialogs are ugly if SkinManager is enabled #59199
    kaju_74
    Participant

    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

    in reply to: How to internally deal with custom ppi? #59057
    kaju_74
    Participant
    '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

    in reply to: TsSpeedButton Alignment #51116
    kaju_74
    Participant

    Ah…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….

    in reply to: [CLOSED] V7.01 – Bug in FormClose/Minimize #42973
    kaju_74
    Participant

    [CLOSED]

    I had to reload the internal skin and now it works 😎

    Regards,
    Marc

    QUOTE (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.

    in reply to: Support for Delphi2010 gestures? #41719
    kaju_74
    Participant

    Hi…

    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,
    Marc

    in reply to: AV if using Application.ProcessMessages #41295
    kaju_74
    Participant

    Thank you…8-)

Viewing 6 posts - 1 through 6 (of 6 total)