IDE: Eclipse
Win 8
Simulator
Disclaimer: I first tried to skim through the search results, but didn't find anything of use so I'm sorry if this question has been answered before or is easy (I'm new to Codename1)
I'm using the UI builder and have a pretty simple navigation structure, a main form which can lead to 3-4 different forms at the click/tap of a button.
If I simply use showForm("DifficultySelectForm", null); in the action event handler of the button, the form does display, but i get the back button automatically appear in the title bar next to the title. I do want this in some of the forms, but I don't want it in one of the forms, that one is supposed to have special exit conditions so I want to hide the back button for that form. How can i accomplish that?
btw: how can I, in the StateMachine class (where most code is encouraged to be written), access my defined forms? showForm does return a Form object in code, but I assume it also triggers the show in the UI.
Thanks in advance!
Regards,
DAV