Version 9 beta bugs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51650
    Support
    Keymaster

    Hello Ralf

    I will install LMDpack soon, could you send me a sources with this issue please? I will debug it.

    #51673
    ralfiii
    Participant

    It's quite difficult to produce a standalone-app that demostrates that bug.

    However, there's a second issue that I haven't mentioned in my post and I could reproduce it with a demo-app.

    Maybe the 2 are related to each other.

    I've sent you the demo-app.

    Attached is a short vid. showing what's wrong.

    (A transparent window is created and left on the screen if there's a transparent panel on one of the created docked forms. Under Win7 the left-over form is black and therefore easier to see)

    Ralf

    #51763
    Support
    Keymaster

    Hello Ralf!

    When TsSkinProvider is created dynamically, try to call the LoadInit procedure also:

    Code:
    constructor TfrmDockClient.Create(AOwner: TComponent; PlgParams: string);
    begin
    inherited Create(AOwner);
    TsSkinProvider.Create(self).LoadInit;
    #51790
    ralfiii
    Participant
    'Support' wrote:

    Hello Ralf!

    When TsSkinProvider is created dynamically, try to call the LoadInit procedure

    Yes, this solves it.

    Thanks,

    Ralf

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.