[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Handle multiple Decision PopUps  XML
Forum Index -> Development
Author Message
mreich

Power User
[Avatar]

Joined: 30/01/2009 08:34:23
Messages: 744
Offline

Hi,

I have a special question for all Java specialists.

The popups work with callback methods, so I found no way to handle a for loop where each iteration opens a popup that asks the user if he wants to do the action for the iterated item. After loop i want a list of the items I can do the action on. The action should be executed after the loop?

I thought of starting an asynch task, that waits until the last iteration is done?

regards
Markus
[WWW]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

Hi Markus,

no asynch task because of this! ;-)

You have to logically chain the popups - the closing of the one popup will open up the next popup, until the user did all decisions.

There is an example in the demo workplace: General > Popup Dialogs > Chained Popups

Kind regards! Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team