Json and SQLite
QLite have an export json feature. How do you do that withing Xojo ? If not built-in, can it be done using the shell ? (both platforms) 7 posts - 3 participants Read full topic
View ArticleBug: Debug stepping alters behavior
Description: Xojo incorrectly renders a Canvas Subclass unless the user steps through a breakpoint. If the user does not break execution, the Canvas Subclass renders the image twice. If the user steps...
View ArticleDisable Build Logs
Is it possible to disable the new build logs in 2025r1? I don’t need them so it’s just something to have to delete after every build. Thanks 7 posts - 4 participants Read full topic
View ArticleThe icu lib removal is pretty great
Absolutely on board with this change! 1 post - 1 participant Read full topic
View ArticleQuestion on Window Menu in 2025 R1
It’s great that macOS apps get a Window menu automatically. Is that functionality going to come to Windows and Linux applications too? I’ve written a lot of applications over the years that needed...
View ArticleXojo 2025R1 hang when creating new web project
After open xojo and choose to create new web project xojo hang up My pc is an i7 16gb ram w10 pro this is the error any suggestions ? 13 posts - 5 participants Read full topic
View ArticleWindows Code Signing & Installer Creation with InnoSetup
Hey everyone, I’m excited to share GitHub: jo-tools/ats-codesign-innosetup – an open-source project that makes Windows Code Signing and Installer Creation (with InnoSetup) easier than ever. Key...
View ArticleHats Off to Xojo for the 2025r1 Release
All I can say is wow! I was already anxiously awaiting this release for a particular issue that was resolved, but boy did I underestimate how much it would be like Christmas morning! <in jest>...
View ArticleCanvas Scroll Methods
I am developing a desktop app and want to display text flowing on a canvas. Currently, I have the x coordinate of the text as a property, and a timer that acts every 30 ms changes the x coordinate by...
View ArticleCellTextAt changed?
I upgraded to the latest Xojo. Suddenly the old way that the example project showed for custom cell no longer works. Here is programming I used to use to create a custom cell: Listbox2.CellTextAt(i,0)...
View ArticleNot able to run Desktop projects in 2025R1
Unfortunately my issue from the beta has carried into the release version. No plugins installed, any project (even an empty one), “Compilation of {project} failed.” “An error occurred when attempting...
View ArticleStuck in the past with Web Dialogs (Palettes)
I did find the “free gift” another Xojo user shared about a port of a JS web palette dialog of some sort from 2021…but here we are in 2025…and Web Dialog Palettes are still not to be found in the...
View ArticleMac And Windows Builts in 2025R1
My licence ended ten days ago, therefore I cannot make builts in 2025R1. I’d appreciate if somebody could test and tell me the size of an average app built on Mac for Mac (universal) and Windows (x86...
View ArticlePlug-ins not loading after upgrading to Xojo2025R1
I’m sending this out on the recommendation of Björn Eriksson of Einhugur. I updated Xojo to 2025R1 and none of my programs would compile. After some investigation I discovered the Einhugur plugins had...
View ArticleQuestion about Text Area
Hi there. This is probably a really silly question, but I will ask it anyway. I have a program that writes into a text area. Simple Enough. But if I write a line, ie TextArea1.text = theFirstString...
View ArticleTesting Xojo on Raspberry Pi 5
I was testing Xojo on Raspberry Pi 5… And the Window designer never shows up for me Even if it does not show up then I managed to drag button onto it. (in 2nd try, first try crashed Xojo, but 2nd try...
View ArticleProblem with WebListboxStyleRenderer
Hi! Some help please. This code runs OK on Xojo 2024 but I get an error when I try running it on 2025R1 Var PrescriptionStyleRenderer As WebListBoxStyleRenderer PrescriptionStyleRenderer =...
View ArticleStrtotime method for parsing an RFC2822 date/time string
// Method to parse an email date/time string (see RFC2822) and return the number of seconds since the epoch. // Tried to make this robust by checking each bit exists before trying to examine it. // //...
View ArticleXojo 2025 Publishing
Apple’s certificates, profiles, provisioning files are always a nightmare but Xojo 2025 real help us on sending iOS application to MAS 4 posts - 2 participants Read full topic
View ArticleWhy is this happening winMain.pushGenerateCode.Action, line 8 Type mismatch...
Ok… this is weird. I went to compile my program for windows and mac, and when I do just mac, everything builds fine. When it gets to the windows part, I get this error:...
View Article