cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Confirmation dialog boxes event handling

Former Member
0 Kudos

Hi all,

I had a scenario, where i need to display two confirmation dialog boxes based on timers.

At the first timers timeout confirmation dialog box poped up and user haven't done anything.

second confirmation dialog popup appears after second timer timeout.

But, my problem is closing or destroying the first dialog box, when handling the second dialog event or before second dialog popup on screen.

Can anyone suggest the best approach to handle dialog destroy functionality.

regards,

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi!

also refer to this link if you are going for dialog windows

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903fed0d-7be4-2a10-cd96-91367073...

thanks

vishal

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks for the answer

Former Member
0 Kudos

hi!

i think you can use popup windows so that you van take two windows and Before doing a Window2.show(), call window1.destroInstance().

thanks

vishal