Literally day 1 on XOJO so stupid Q: I’m trying some simple button/action code and the ‘Run’ button reverts to ‘Resume’; how do I get back to ‘Run’ so I can update the code.
I currently don’t have a license if that makes a difference.
Literally day 1 on XOJO so stupid Q: I’m trying some simple button/action code and the ‘Run’ button reverts to ‘Resume’; how do I get back to ‘Run’ so I can update the code.
I currently don’t have a license if that makes a difference.
Project Menu/ Stop debugging
Having a license makes no difference in the IDE.
You can also select EXIT under the File menu to stop running your app and then you’ll be back in the IDE.
Also, if you want to save some time early on you can also add
App.AutoQuit = True
to the App.Open event, when you close that last window, it will quit your app so you don’t need to go the menu every time.
See http://documentation.xojo.com/index.php/Application.AutoQuit for more info.