This is a migrated thread and some comments may be shown as answers.

RadWindow Alert/Propmpt

3 Answers 128 Views
Window
This is a migrated thread and some comments may be shown as answers.
Yovko
Top achievements
Rank 1
Yovko asked on 29 Apr 2014, 06:50 AM
I have an application that is using RadWindow.Alert/Prompt extensively. My MainWindow is RadWindow.
The owner property is set to MainWindow on most of them, but when the user switches between applications with ALT + TAB for example
and returns back, the alerts are not visible as they are not truly modal and you have to alt/tab to the alert itself in order to show it.
Is there a way to correct this behavior and use the Alert/Propmpt as real modal dialogs?

3 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 30 Apr 2014, 11:00 AM
Hi Yovko,

I tried to reproduce the issue, but to no avail. Could you please give us some more details about the issue - how many opened Alerts do you have at a time, are you opening the next one from the previous opened, etc.
The Alert is opened as a modal window, the only difference with the MessageBox is that it is not stopping the thread.
Ideally, if you could send us a sample project which this issue can be observed it will be really helpful for its timely solution.

Regards,
Konstantina
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Yovko
Top achievements
Rank 1
answered on 07 May 2014, 12:35 PM
It appeared that there was 2 windows and the 2nd one was set to IsTopmost = True; and the alert was bwhind it. So that was the reason I didn't see the alert. Issue solved.
0
Konstantina
Telerik team
answered on 07 May 2014, 01:43 PM
Hi,

I am glad that the issue is resolved.

Regards,
Konstantina
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Window
Asked by
Yovko
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Yovko
Top achievements
Rank 1
Share this question
or