Skip to content

Category: Tips

sort code tips and tricks

Picking A Language At Runtime

One frequent request we get is to make it so users can run an application in any language that an app is built for and NOT the one the OS would use (for OS X see this blog post, Windows and Linux aren’t quite so dynamic).

But sometimes we get requests to be able to create an application that can run in a language that is NOT the same one used by the OS.

Comments closed

Build Automation

Build Automation is a feature of Xojo that allows you to automatically run “steps” before and after you build your project. Are you taking advantage of this useful feature?

Comments closed