Changing multi-module startup sequence

chuck3e

Active Member
Licensed User
Longtime User
I have developed a program where I coded module A first and then added module B through Add New Module/Activity Module.

I want Module B to start up first and put up its screen first and then call Module A which has its own screen. Whenever I compile and run the program, Module A always starts up first and puts up its screen.

Even when I put a StartActivity(Module2) command to execute first in Module A, even before the Activity.LoadLayout("Modue A") command, it still puts up Module A's screen.

How can I change this sequence so Module B is first?
-Chuck
 

chuck3e

Active Member
Licensed User
Longtime User
warwound,
Thanks for this tip. I'll definitely keep this in mind. I got impatient and re-wrote both modules in the sequence I wanted them. Had I only waited for your reply.......
-Chuck
 
Upvote 0

Similar Threads

Top