We’re sure you have April 21-23, 2021 marked in your calendar for the first Xojo Developer Conference in London! With registrations nearly at 50% capacity, we can tell that a lot of you are as excited as we are! Of course, for many of us, it’s hard to imagine that the state of the world will be such that we can travel internationally in just 8 months time. As I have mentioned in several of the Xojo Hangouts recently, I am very hopeful that things will get better soon and that we can gather safely to have an amazing conference. But anything is possible at this point.
Comments closedXojo Programming Blog Posts
Do you want to work with chart in your Xojo application? You can use the MBS ChartDirector Plugin in conjunction with the ChartDirector library to display charts.
Comments closedToday compiled the first native Xojo app for Apple Silicon. “Hello World” is a huge step towards bringing you the ability to build your apps for Apple’s future computing platform.
Comments closedToday we reached a major milestone in our efforts to support Android as a new platform for Xojo.
Comments closedSince I’ve been asked about this by new and current Xojo Cloud users, let’s cover some basic best practices for everyone. Don’t ping or port…
Comments closedARC4 is a symmetric encryption algorithm fast and easy to implement. Being symmetric does means that it uses the same function with the same key (varying from 40 to 2048 bits) both for cyphering and de-cyphering a block of data.
Is it the most secure or robust encryption algorithm around? Not really. But it provides a good amount of performance and you can take further steps in order to correct some of its flaws. So, continue reading if you are interested in having this one in your developer toolset implemented as a Class with separate methods to encrypt and decrypt a block of information (even if it uses the same function in both cases).
Comments closedMy own projects have #PRAGMA warning “TODO” in the App.Open event. Wherever you want a ToDo note in your code type #PRAGMA warning “Your message”.
Comments closedHang out with the Xojo team at our WWDC20 keynote watch party! It’s the first ever global, all-online WWDC and you don’t want to miss…
Comments closedApp Store Optimization (ASO) is important for app developers to gain keyword visibility, downloads and retention on the Apple App Store and Google Play Store.…
Comments closedSure you can create a Subclass of any Picture, Canvas or class and write code to center another Picture in its respective Graphics contexts. But taking the class extension approach means that you can reuse the same code for any of these (or any additional class) offering a Graphic context, so you can pass along the Picture you want to center and re-scale (if needed) in its area.
Comments closed


