SQLite has the ability to do full text searching and this feature is available with Xojo. Read on to learn how to best use it!
Comments closedXojo Programming Blog Posts
Xojo Cloud is now available with plans starting at just $49 per month for a fully managed and secure cloud server for running your Xojo web apps. What does this mean for your web apps?
Comments closedIn Xojo 2014 Release 1 there is now an If operator that can return a result.
Comments closedXojo 2014 Release 1 includes several IDE improvements to general performance, the Inspector, tabs and auto-complete.
Comments closedOne 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 closedDid you know there is a clone of Flappy Bird written in Xojo?
Comments closedIn Xojo, extension methods are methods that, while not part of the original definition of a type, are treated as though they are part of that data type.
Comments closedWhen we added this property to the Canvas and ContainerControl there was probably a lot of head scratching going on. Some of you probably asked yourself (or us) “Why is this necessary?” or “Isn’t this pretty much the same thing as enabling DoubleBuffer?”
Well, yes to the latter question on Windows, and a slightly more optimized experience on OS X, but the impetus behind this property was really our redesigned IDE. More specifically, it was a need/requirement because of a long standing issue with our Linux framework.
Comments closedXojo 2013 Release 4.1 added a variety of RSA encryption functions for handling public/private key encryption. Here’s how you use them.
Comments closed