[6.64 bug] MessageBox AccessViolation

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #33729
    Iruau
    Participant

    Hi,

    When closing a standard message box (MessageBox/W) with the Close button (top right “X” title button), ASkin provokes an access violation in Rtl60.

    Steps to reproduce :
    – create a form, drop a skin manager and a skin provider, use any skin you want (EDIT: see remark below)
    – create a button, when clicked it should call MessageBox(Handle,”whatever”,”whatever”,0);
    – when the message box is shown, do not click the OK button but use the top right Close/”X” title button => access violation
    – unskin the application (skinManager->Active = false) and retry => no access violation

    Edit:
    In fact, it is a bit more complex, and seems to be application dependent. Skin “Beijing” has the bug only in my application but not my test case, skin “Cold” and “Blue Ice” have the bug in both apps, and “Beijing Ext” does not have the bug in any of the two apps.

    #42433
    Support
    Keymaster

    Hello

    QUOTE (Iruau @ May 5 2010, 04:52 PM) <{POST_SNAPBACK}>
    In fact, it is a bit more complex, and seems to be application dependent. Skin “Beijing” has the bug only in my application but not my test case, skin “Cold” and “Blue Ice” have the bug in both apps, and “Beijing Ext” does not have the bug in any of the two apps.


    Could you give me this test app where an error is reproduced?

    #42620
    DoctorJellybean
    Participant

    QUOTE (Support @ May 8 2010, 07:37 PM) <{POST_SNAPBACK}>
    Hello

    Could you give me this test app where an error is reproduced?

    I've been having the same problem. Example attached.

    #42622
    Iruau
    Participant

    Whoops, sorry I didn't see Serge's message until now.

    #42637
    Support
    Keymaster

    Thanks, the problem will be solved in the next version.

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