In my CodenameOne app it can happens that a InteractionDialog is displayed 
and from there a form is called with text inside, arranged in three areas. 
The dialog is a subclass of InteractionDialog in fact (CommandDialog), that 
avoids showing a form for itself.
When the second form is called from the CommandDialog it works but when the 
showBack command is invoked the dialog disappears.
I say "disappears" because when the form disposes itself the previous form 
is displayed in its previous state, including the BrowserComponent content 
and the CommandDialog, then the dialog disappears.
So it seems that the disappearing could be avoided.

I can open another InteractionDialog, but I would like to know what's 
happening, and if there is the possibility to call a form and then coming 
back to the CommandDialog.
Thanks in advance

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/b8cc8e95-6081-4fb1-a6d9-99a076467807n%40googlegroups.com.

Reply via email to