Skip to content

Xojo Programming Blog Posts

Hunting Bugs in the IDE

While no one likes to admit it, we all write software that has bugs. Recently, I was analyzing some code that seemed to be slower than desired in the Xojo IDE and I literally stumbled on a bug that has very likely been causing issues in VCP projects for a while.

Comments closed

Database Transactions

I am often asked when it makes sense to use Commit with your database code. The answer is always “it depends”. To go into more detail, let’s talk a bit about transactions.

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

How OS X Chooses a Language

As I mentioned in a previous post, beginning with Xojo 2013r4 we will no longer be localizing the IDE into any European languages. Some of our German users on OS X were surprised this morning when they launched today’s release (2013r4) expecting to get the English version of the IDE only to discover it in Japanese instead. Is this a bug?

Comments closed