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

RadNotification as new window

2 Answers 67 Views
Notification
This is a migrated thread and some comments may be shown as answers.
dima kramskoy
Top achievements
Rank 1
dima kramskoy asked on 05 Apr 2012, 02:46 PM
Hello ,
I use RadNotification control to notify my users about some new events that happens on server.
Everything is works fine , but now I have some new scenario  : should be notification even if the browser is minimized ,
I can use java script timer  and open new window , but i want to use the RadNotification control.

Any suggestion for me ?
Thank you.

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 06 Apr 2012, 09:57 AM
Hello,

The RadNotification will still work even if the browser is minimized. It cannot be visible on the screen in this case, however, because you cannot take an element from a web page outside of the browser viewport. What I can suggest is that you set a sound for the notification so that the end user can hear it when it shows. More details about this functionality are available in this help article and can be seen live in this online demo.


Regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
dima kramskoy
Top achievements
Rank 1
answered on 08 Apr 2012, 06:15 AM
Thank you for your reply ,
The sound as additional notification couldn't help me cause my customer wants to see it on screen.
So I think I'll try to implement window.open on timer , it should work.
Thank you.
Tags
Notification
Asked by
dima kramskoy
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
dima kramskoy
Top achievements
Rank 1
Share this question
or