Since you use the desktop builds I'm assuming you have a pro account. You 
can use the support email alias you got in the welcome message and I can 
probably answer faster thru there.

A form has an addShowListener which is triggered after the form is actually 
shown (and the transition is finished) so often this is a better place for 
logic than the post show.

Try using a modless dialog in this case so instead of using the static show 
method you would create a dialog object and show it with showModless() or a 
similar method. This would mean the dialog will not block and execution can 
proceed as usual.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/f71f561c-8214-401a-b152-64f49ef75d5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to