- This topic has 4 replies, 3 voices, and was last updated 14 years, 6 months ago by Support.
-
AuthorPosts
-
May 5, 2010 at 1:52 pm #33729IruauParticipant
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 violationEdit:
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.May 8, 2010 at 6:37 pm #42433SupportKeymasterHello
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?May 26, 2010 at 10:04 pm #42620DoctorJellybeanParticipantQUOTE (Support @ May 8 2010, 07:37 PM) <{POST_SNAPBACK}>HelloCould you give me this test app where an error is reproduced?
I've been having the same problem. Example attached.
May 27, 2010 at 10:18 am #42622