Hi, I have an issue with the state manager.
In my app I have a different layout for each function.
On Pause I save the layout title
as well as use the state manager to save the state
On Resume I reload the layout
And restore the state.
My problems are :
* The only thing that is stored is Edit boxes, Do I have to create views (buttons, listboxes, tabs etc) in code in order for the statemanager to save them?
* Is there someway I can get the current layout filename ? I am now doing a case for the layout titles.
In my app I have a different layout for each function.
On Pause I save the layout title
as well as use the state manager to save the state
On Resume I reload the layout
And restore the state.
My problems are :
* The only thing that is stored is Edit boxes, Do I have to create views (buttons, listboxes, tabs etc) in code in order for the statemanager to save them?
* Is there someway I can get the current layout filename ? I am now doing a case for the layout titles.