cancel
Showing results for 
Search instead for 
Did you mean: 

Time Out Application Window

Former Member
0 Kudos

Hello,I am working on a Application which as to automatically exit from current window to the next window after some pre-specified time.How to exit from one window to another on Time Out ? I am developing a Quiz App which has to give a limit of only 15 mts to user within which the user should answer.Can anyone Please let me know..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1. Insert a TimedTrigger UI element in each view of your application.

2. Set the delay to 15 seconds.

3. Create navigation plugs for each view navigation.

4. In the onAction event handler for the TimedTrigger, fire the plugs to navigate to the next view.

Regards,

Satyajit.

Former Member
0 Kudos

Hi Satyajit,

Actually I am having 15 Questions(15 minutes) in one view itself. On Using the Timed trigger and Setting a delay time of 1800 secs, the page refreshes everytime the user selects an answer for a particular Question thus delaying the process by restarting the time from first. Is there any other way?

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks everyone for trying to help out.

The Problem is finally Solved.

Former Member
0 Kudos

Why page will get refreshed when you select an answer ?

If you set the deply time to 1800 sec means that the action associated to Actiontrigger UIElement will be excuted for every 1800 sec.

Regards, Anilkumar