Hi,
Inside Ribbon Window I tried to show a model dialog using MessageBox.Show or by Msgbox("",ApplicationDialog,"") but in either case it is not getting displayed as a model dialog. If i use the same code in a normal window it is showing as a model dialog. Wht are all the changes to be done to occomadate this changes.
Thanks,
Senthilrajan
Please post a sample that shows it working as you expected with a standard WPF window and not working with our xamRibbonWindow (which is really just a derived WPF window) and we can look into the issue.
Hi Pater,
Thanks for your try. What i did different from you is I am running another thread which will count down the time and opens the pop-up if boundry time reaches like a session time out, in this scenario it is not opening as a Model dialog instead it is opened in a seperate window.
Hello Senthilrajan,
I tried using MessageBox.Show("TEST TEXT"); and it worked normally - it was modal and everything. If you could make a sample project reproducing it I might be able to fix it for you.
Sincerely,
Petar Monov
Developer Support Engineer,
Infragistics, Inc