It was urgent to migrate Packr API and database from an aging 32-bit CentOS 6.9 server running on Atom N2800 with 2GB of RAM and 500GB HDD to some optimized modern equipment. And imperative to do it in as little time as 2 minutes.
Comments closedXojo Programming Blog Posts
It was reported that Apple is rejecting from the Mac App Store apps written using the Electron framework. This is where we see the advantage of writing a native application.
Comments closedApple just released Apple Transporter to manually upload apps to the Mac and iOS App Stores.
Comments closedIn Xojo Release 2019R2 a new DateTime class was introduced. This is a Time zone aware Date Class and is immutable which is great compared to the deprecated Date class.
Comments closedAt XDC 2019, I did a session called Avoiding Troubleshooting Troubles, which was essentially about ways to take advantage of the Xojo debugger. During the…
Comments closedIf you’re starting to program with Xojo, then you’ll probably soon find yourself in a situation where you need to use one of the Container types: Array. In this case, it’s also probable that you might be confused at first as to why you don’t get what you expected when assigning the contents of a source Array to a target Array via the assignment operator (“=”).
Comments closedA customer on the forum was asking for a way to do case-sensitive array sorting. The built-in array Sort command uses case-insensitive sorting and they wanted an alternative.
It turns out it is super-easy to use the Sort(Delegate) method to create your own sorting method and then pass it to the call to sort.
Comments closedJoin Paul as he talks with Anthony Cyphers of GraffitiSuite, which won the 2019 Xojo Design Award for Best Developer Tool. Download mp3 Topics GraffitiSuite…
Comments closedHere are a few keyboard shortcuts for the Navigator that you may not know about.
Comments closedHow to save pictures in a database is without doubt one of the more frequent questions I’m asked about. I hear this from Xojo newcomers,…
Comments closed