Support for putting gui contents back the way they were?
13 views
Skip to first unread message
Gareth Murfin
unread,
Nov 15, 2016, 10:09:23 PM11/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Is there any support for leaving a screen and coming back to it with the same data the user entered, apart from the obvious of simply saving it and putting it back?
It might be a nice feature if this was automatically done somehow,
Shai Almog
unread,
Nov 16, 2016, 12:26:38 AM11/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
If the app is still running it should "just work" but we don't have a "serialization" feature.
It's a bit challenging since application state might depend on many external factors.