Is there any way to set the popup window to “autoclose” – like fade away after displaying for 1 second ?
As opposed to the user clicking on something else. I want to use it to show the user that a record has been successfully saved without requiring them to click anything to make the message go away. Like fade in show for 1 second, fade out and go away.
Or do I need to use a timer ? If I use a timer and I have a lot of users will this be a performance problem ?
Hi,
perhaps the AlertBox could help.
“Displays an alert box with the specified text and icon in the specified position.”
You can also define an autoCloseDelay:
A value in milliseconds that determines the delay after which the alert box disappears automatically. The default is 5000 (5 seconds). If set to 0 the box stays open.
Best,
Jens
Hi Edmond,
I’m not sure what you mean by pop-up window, but you can do this with a regular wisej window and, as you suggest – a timer.
Example attached.
Regards,
Darren
Please login first to submit.