TMenu Problem align

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35421
    BuzzLeclaire
    Participant

    Hello,

    I am on windows 7 – 64 bits

    and Delphi 2009

    AlphaControls : 8.02

    When I turn off the windows AERO mode, the menu is placed on the left and is not accessible.

    exempleTMenu.jpg

    1 : If I resize the window, the menu will replace correctly.

    2 : If I disable the property SkinngRules with srStdForms = False, the menu is displayed correctly

    3 : if activate AERO mode windows, the menu is displayed correctly

    Thanks.

    Example project : [attachment=5926:test.rar]

    #49255
    Support
    Keymaster

    Hello and thank you for the demo, I'll check it soon.

    As a quick solution I can suggest you to define the ParentBidiMode property of menu to True.

    #49299
    BuzzLeclaire
    Participant

    Hello,

    Property ParentBiDiMode menu, it is already a real set.

    if I set to false, my application freezes for 2 seconds before you can use.

    Sorry, but your proposal does not fix the problem.

    Thx

    #49303
    Support
    Keymaster

    I can't reproduce an issue, I have not it in your Exe even.

    Try to place the TsSkinProvider component to the form.

    #49305
    BuzzLeclaire
    Participant

    Hello,

    By placing a skinProvider indeed the menu this up correctly.

    But another problem appears.

    When I start compiling my project, my window is displayed behind the Delphi now.

    Not very serious problem… when I run my application outside delphi the behavior is normal.

    Thank you for your help.

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