#XojoDevelopers
Hardcoded paths can break as soon as your app moves to another operating system or project type. Use SpecialFolder to request the appropriate system location...

https://documentation.xojo.com/api/files/specialfolder.html

#XojoDevelopers #FileManagement #CrossPlatformApps
September 3, 2026 at 4:44 PM
A Variant can contain almost anything, which is useful until a value is converted in a way you did not expect. Check Type first, then use a typed property such as StringValue or DoubleValue...

https://documentation.xojo.com/api/data_types/variant.html

#XojoDevelopers #DebuggingTips #CleanCode
August 31, 2026 at 2:35 PM
Older Xojo projects can often continue running while you update them gradually. The documentation explains compatibility flags, newer APIs, project file formats...

https://documentation.xojo.com/resources/updating_older_projects.html

#XojoDevelopers #LegacyCode #SoftwareMaintenance
September 2, 2026 at 2:43 PM
A slider is not just a line.

It has a thumb. A track. A rhythm.

Android Design Extensions 4.5 gives you control over all of it.

https://blog.xojo.com/2026/04/09/android-design-extensions-4-5/

#AndroidDevelopment #MobileDesign #XojoDevelopers
September 5, 2026 at 4:55 PM