Hello All,
I have the following strange issue.
I an APP that I work in, we have several activities, classes, code modules, etc.
Sometimes, not yet identified, when I call one activity from another using Callsubdelayed, I see the code executing, in the called activity, but it does not show its layout, almost like it opened the activity, but did not execute the Activity_Create sub. But is not always. sometimes it executes all correctly and shows the activity layout, other it doesn't, but in either case I see the code executing in the log window.
Any idea as what might be cause of it ? Should I use StartActivity(called Activity), prior to the Callsub, to force the activity to show ?
I have the following strange issue.
I an APP that I work in, we have several activities, classes, code modules, etc.
Sometimes, not yet identified, when I call one activity from another using Callsubdelayed, I see the code executing, in the called activity, but it does not show its layout, almost like it opened the activity, but did not execute the Activity_Create sub. But is not always. sometimes it executes all correctly and shows the activity layout, other it doesn't, but in either case I see the code executing in the log window.
Any idea as what might be cause of it ? Should I use StartActivity(called Activity), prior to the Callsub, to force the activity to show ?
Last edited: