Completed
Last Updated: 24 Jul 2014 07:40 by ADMIN
ADMIN
Anton
Created on: 28 Mar 2013 09:40
Category: Form
Type: Bug Report
5
FIX. RadMessageBox - has incorrect behavior when it is used with TopMost.
When RadMessageBox has not owner and it is using in form that has TopMost = true throws exception after first call of RadMessageBox.Show()

Steps to reproduce:

1.Create From with TopMost  = true

2. Add button and insert the following code in press event:
RadMessageBox.Show("Text");
3.Run application and press the button two times.

Workaround after each show of RadMessageBox add this code snippet:
RadMessageBox.Instance.Dispose();
0 comments