I have a code module called MyActions
In my main activity I call:
Msgbox("Some message goes here","Some title")
MyActions.RunScript("somescript.sh")
:sign0085:
What I don't understand is why my message box does not always pop up. Worst of all, it seems almost async because it doesn't wait for an "ok" button press to go to the next line of code. I found in fact that my script was running.... I don't know what to make of this.
In any vb i've ever used the message box stops and shows text, waits for user input, then executes code after.
In my main activity I call:
Msgbox("Some message goes here","Some title")
MyActions.RunScript("somescript.sh")
:sign0085:
What I don't understand is why my message box does not always pop up. Worst of all, it seems almost async because it doesn't wait for an "ok" button press to go to the next line of code. I found in fact that my script was running.... I don't know what to make of this.
In any vb i've ever used the message box stops and shows text, waits for user input, then executes code after.