I have a B4A project that has numerous Activities, each of which have a single Designer page, most with a Primary panel and a number of sub-panels that get made visible as required. Each page has a menu created with Activity.AddMenuItem and all of the switching between different parts of the App works fine.
I have previously built a Single Page iOS app, but today I ported all of the B4A app to B4i and have been working through all of the differences, to the point that all errors are gone and it is compiling and installing on my iPhone.
However, I am at a total loss when it comes to building a menu system like in B4A with Activity.AddMenuItem. I have created Code Modules equivalent to each B4A Activity Module, but cannot work out how to trigger them like in B4A with StartActivity("ActivityModuleName")
I guess this is a simple question, but I have hit a brick wall on this.
I have previously built a Single Page iOS app, but today I ported all of the B4A app to B4i and have been working through all of the differences, to the point that all errors are gone and it is compiling and installing on my iPhone.
However, I am at a total loss when it comes to building a menu system like in B4A with Activity.AddMenuItem. I have created Code Modules equivalent to each B4A Activity Module, but cannot work out how to trigger them like in B4A with StartActivity("ActivityModuleName")
I guess this is a simple question, but I have hit a brick wall on this.