MessageBox()

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #33126
    JohnBank
    Participant

    Hello,

    I use the WMP skin and when I call MessageBox() ,the messagebox has invisible button(s) and it shows behind the form.

    #39960
    Support
    Keymaster

    Hello John

    ExtendedBorders property is False?
    Could you help me to reproduce this situation?

    #39978
    JohnBank
    Participant

    QUOTE (Support @ Jul 17 2009, 07:17 AM)
    Hello John

    ExtendedBorders property is False?
    Could you help me to reproduce this situation?


    Create a normal VCL form project.Place a button that calls MessageBoxA when onClick() is handled.

    The bug shows with both ExndedBorders = true or false.

    The skin must be WMP 2009.

    Place your form in center(where a messagebox usually appears). and press the button.When you click the button,a messageBox will appear and you'll see it.Now move the cursor(mice) over the button on the messagebox and the messagebox will hide behind the form.

    You can also do this -> move the form away from the center.Call messagebox then move the form onto the message box.Then move the mouse over the messagebox button and the messagebox will go behind the form. <img src="style_emoticons//dry.gif” style=”vertical-align:middle” emoid=”<_

    Edit:I tested it with “Topaz” and “MacOS2” skins and the same thing happens.
    With “MacOS” it works normal,without this bug.It seems to be a problem in some of the skins.

    #40049
    Support
    Keymaster

    What Windows and Delphi versions must be used?
    I can't receive this effect unfortunately, maybe you can make a little demo?

    #40074
    JohnBank
    Participant

    QUOTE (Support @ Jul 24 2009, 05:42 AM)
    What Windows and Delphi versions must be used?
    I can't receive this effect unfortunately, maybe you can make a little demo?


    Delphi 2009

    write this MessageBox(0,'Test','Test',0); and move your mouse over the message box's button.

    #40089
    Support
    Keymaster

    Thank you
    Problem is linked with using of glowing effect and will be solved in the version 6.42

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