AC 9.19 – wsMaximized, wsMinimized bug

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #36423
    Rafał Drzewiecki
    Participant

    Please look video: http://youtu.be/MkUM15OXqhk

    1. When i click Maximized form not change dimensions and lost title bar

    2. Next when i click application on taskbar i get wsMaximized form but, next wsMaximized form disappears forever.

    #53038
    Support
    Keymaster

    Hello!

    Can you share this program? (with sources and Exe)

    #53055
    Rafał Drzewiecki
    Participant

    Yes i send you code with exe,

    but problem is in this code:

    procedure TfRaflo.FormResize(Sender: TObject);

    begin

    TitleBar.Items[1].Caption := 'Wymiary Formy: ' + IntToStr(fRaflo.Width) + ' x ' + IntToStr(fRaflo.Height) + ' SkinManager ' +

    SkinManager.Version;

    end;

    #53056
    Rafał Drzewiecki
    Participant

    Enclose file

    #53057
    Rafał Drzewiecki
    Participant

    Look this: http://youtu.be/8xsYHt-Ytsk

    And enclose file:

    #53058
    Rafał Drzewiecki
    Participant
    'RafaƂ wrote:

    Look this: http://youtu.be/8xsYHt-Ytsk

    And enclose file:

    -> Secound bug

    When SkinMenager.AnimEffects.Minimizing

    – Active = True (is error)

    – Active = False (no error)

    #53075
    Support
    Keymaster

    Hello!

    Thank you for demo-apps. I have made some changes, can you check it? Do you have a package sources?

    #53092
    Rafał Drzewiecki
    Participant
    'Support' wrote:

    Hello!

    Thank you for demo-apps. I have made some changes, can you check it? Do you have a package sources?

    Yes, I have sources. My email lcdk@lcdk.pl

    #53095
    Support
    Keymaster

    Please, try v9.20 which was released today.

    Some changes exists there that can help.

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