My B4i app takes the user to the main menu when they open the app - they must login by clicking the "Login" button on the main menu. The login screen is a separate window.
I want the app to automatically return to the main menu when the user logs in - this is easy in B4a by using Activity.Finish - it takes the user directtly back to the main menu.
How can I do the same thing in my B4i app - return to the previous screen?
I want the app to automatically return to the main menu when the user logs in - this is easy in B4a by using Activity.Finish - it takes the user directtly back to the main menu.
How can I do the same thing in my B4i app - return to the previous screen?