cancel
Showing results for 
Search instead for 
Did you mean: 

Hide a pop-up component timewise

Former Member
0 Kudos

Hello everybody, is it possible to hide a pop-up component automatically after a defined amount of time? (for example 5 seconds?) We offer the enduser the possibility to choose between different keyfigures which will then be shown in a chart. With a mouseclick on an image component a pop-up appears with 10 different keyfigures where each can be selected thru check-boxes. What can I script to hide the pop-up after a few seconds? Any ideas? Best regards, Christine

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member194504
Active Contributor
0 Kudos

Hi

Christine,

it can be done using the Timer sample component. After fixed time, you can use popup.hide() to close your popup. Please take a look on this,

Thanks,
Nithyanandam

former_member225306
Active Contributor
0 Kudos

Hi,

You can achieve with popup.hide(). Please check and update us.

Thanks,
Venkat