When creating multi-platform apps, you are often going to be working with a variety of operating systems. Take advantage of Remote Debugging and make your life a lot easier!
Comments closedAuthor: Paul Lefebvre
Comments closed“Premature optimization is the root of all evil (or at least most of it) in programming.” – Donald Knuth
The SQLite ALTER TABLE command is somewhat limited. For one thing, it cannot be used to rename an existing column on a table. But there is a workaround.
Comments closedXojo does not have a built-in way to generate gradients, but you can do this yourself with some simple code.
Comments closedThere are a wide variety of fonts that work great with the Xojo code editor. All are much better choices than using System or Courier! For best results, you are going to want to use a monospaced font. Read on for some of my favorites.
Comments closedThis past summer, the Boy Scouts added a new Programming Merit Badge to their Merit Badge Series. To fulfill requirement 5, a Boy Scout has to modify or create three programs in a variety of languages and development environments. Because it is free and simple to use, Xojo is a great choice to help a Scout meet requirement 5.
Comments closedEverybody is taking about multi-platform software development these days. From a desktop to a laptop to a tablet to a phone, people and companies want their software to run on whatever device they are using.
Comments closedNow that iOS 7 is out, take a look at how you can simulate some of its fancy new controls in your own web apps.
Comments closedIf you are not a fan of online forums, you’ll want to check out the Xojo forum. It’s not like any forum you’ve ever seen.
Comments closedWant a quick and easy way to add capabilities to bulit-in classes and types without subclassing? Try extension methods.
Comments closed