J jlalexie Member Licensed User Feb 21, 2019 #1 Hi, I have an activity « A » with a button « BT1 ». When “BT1” is clicking, activity “B” is starting. When “B” is finished, I want to launch a sub “S” in the activity “A”. ” S” have to update some component of the GUI like “label”. Thank for answers
Hi, I have an activity « A » with a button « BT1 ». When “BT1” is clicking, activity “B” is starting. When “B” is finished, I want to launch a sub “S” in the activity “A”. ” S” have to update some component of the GUI like “label”. Thank for answers
Erel B4X founder Staff member Licensed User Longtime User Feb 21, 2019 #2 Activity_Resume will be executed. You can also use CallSubDelayed to start the first activity and call a specific sub. Upvote 0
Activity_Resume will be executed. You can also use CallSubDelayed to start the first activity and call a specific sub.