You build a Windows app, zip it up, hand it to a user, and Windows may hit them with “Windows protected your PC”. A clean but…
Comments closedCategory: Tutorials
tutorials, longer instructional posts, how to’s
Jade, the Xojo AI assistant, has several significant improvements in 2026r2 that make it even more useful. Settings Let’s start with the Settings window, which…
Comments closedIn our previous posts, we built a utility to find text inside files within a single folder, and then added recursion to crawl subfolders. But if you…
Comments closedJSONItem is the native class for dealing with JSON. Depending on how you use it, it treats your data as either a standard dictionary (key-value pairs)…
Comments closedIn the previous post, we built a utility to find text inside files within a single folder. Today we’re upgrading that utility to support recursive searching…
Comments closedIn the previous article, we saw how signing a macOS app is more than just handling certificates. Other factors come into play based on the distribution method you choose and the features it will offer.
Comments closedSooner or later most apps need some version of the ability to find text in those files, whether you’re scanning log files, config files, exported…
Comments closedOne of the notable additions in Xojo 2026 Release 1 is that the DrawControlInLayoutEditor event is now available for Desktop and iOS/Android projects, giving you more possibilities…
Comments closedDebugging isn’t just about stepping through code anymore, it’s about understanding how your data behaves over time. With the new watchpoints feature in Xojo, you can…
Comments closed