Comments closed“Premature optimization is the root of all evil (or at least most of it) in programming.” – Donald Knuth
Blog about the Xojo programming language and IDE
sort code tips and tricks
Comments closed“Premature optimization is the root of all evil (or at least most of it) in programming.” – Donald Knuth
Xojo 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 closedThe Xojo IDE has some really helpful features you may not even be aware of! In the Navigator there are lots of items shown- some of which you may want to see all the time, some you may not.
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 closedDid you know that the Xojo Navigator has a custom tooltip for most of the items you see? For Instance:
Comments closedWant a quick and easy way to add capabilities to bulit-in classes and types without subclassing? Try extension methods.
Comments closedSometimes you need a property that does more than simply store a value. It may also need to calculate a value or perform some other action to lookup a value. You can do this using a Computed Property or an Assignment Method. Read on to learn how these work and when to use them.
Comments closedXojo web apps work very similarly to desktop apps. In fact, they are so much like desktop apps that you may want to make them their own “app”. There are a couple ways you can do this.
Comments closedYou may have seen text that has strange diamond characters in it. If so, you likely have an encoding problem.
Comments closed