I need to put a “Save” button next to the “Run” button in the Xojo IDE. How do add it?
The IDE toolbar is not user customizable. If you want to save before running add a build script to your project with the line DoCommand("SaveFile")
.
See http://developer.xojo.com/userguide/build-automation for more information.
Xojo is degrading functions in the IDE?
In RB2011 I configured those buttons…
He is correct… in 2011 (and 2012) you right click on the menu and you can choose
- Big Icons with Labels
- Small Icons with Labels
- Big Icons
- Small Icons
- Text Only
- Customize
Customize let you add or remove TONS of things…
The release of “Xojo” in 2013 removed all that…
Would be nice to have it back again…