Hi,
Since I'm very used to B4A, I tried to do the same thing with B4i: Adding Code Modules and jump between them like I do with Activites, without luck.
Then I saw an example from Erel that uses Page1 and Page2 in the same code module.
IRL an app which depends on different menus / behaviours must be done in one or multiple code modules? In case of modules, how can I jump between them?
NavControl.ShowPage(AppMenu_02) seems to work, but then "CodeMod_02" breaks:
ERROR:
Error occurred on line: 38 (main)
-[b4i_promo02 useLayoutToLayoutNavigationTransitions]: unrecognized selector sent to instance 0x14688440
Thanks for any help!
Since I'm very used to B4A, I tried to do the same thing with B4i: Adding Code Modules and jump between them like I do with Activites, without luck.
Then I saw an example from Erel that uses Page1 and Page2 in the same code module.
IRL an app which depends on different menus / behaviours must be done in one or multiple code modules? In case of modules, how can I jump between them?
NavControl.ShowPage(AppMenu_02) seems to work, but then "CodeMod_02" breaks:
B4X:
NavControl.ShowPage(AppMenu_02)
ERROR:
Error occurred on line: 38 (main)
-[b4i_promo02 useLayoutToLayoutNavigationTransitions]: unrecognized selector sent to instance 0x14688440
Thanks for any help!