trinidad / ADF users?

S

stefoid

Hi. Using trinidad...

I have programatically launched a modal popup using launchDialog().


I kill this popup as a result of a poll listener function calling
returnFromDialog() once a certain period of time has elapsed.


At this point I wish to programatically create a new popup. However,
it never appears.


If I do not call returnFromDialog(), then I see both popups, so I
know
the second popup should be created.


I think that returnFromDialog() is killing both popups, even though
the order of the code is


1) returnFromDialog()
2) launchDialog(2nd dialog)


is there any way to make sure the 2nd dialog is not killed by the
returnFromDialog() funciton? I thought of launching the 2nd dialog
fropm a returnListener() function, but I do not know how to add the
returnListener because the 1st dialog is not being launched from a
UIComponent.


any help appreciated,


thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top