Remote Debugger Console, how does this work?
Greetings, I have a remote app which fails and i wanted to know why and where it fails for the code side. I have 2 setups 1 with Debian 12 x86 64 bit machine and 2 raspberry pi 5 as well with 64 bit....
View ArticleMethod parameters names in call
Hi all, hopefully I didn’t just miss this but I am wondering if Xojo has a way to specify parameter names in the call. C# does this. In C# say you have public void DoSomething( int parm1, string...
View ArticleKeep a DB open for all screens
Hi all, I am building an iOS app that uses a SQLite DB. My thought process when building was to add the DB as a public shared property to the App section, and in the Opening event make the DB...
View Article2024r4.1 and Lifeboat (crash)
I upgraded from Xojo 2024r4 to Xojo 2024r4.1 and the app I had started to “crash” and I don’t get any message about what’s going on. I recompiled on the one I had before Xojo 2024r4 and the same thing...
View ArticleDatabase best practice
Hi, I am trying to set an access app using a SQLite DB. Nothing fancy: Visitor comes in, RFID badge read by the app, Add a new record in the DB (id_people, Date and Time) I placed the DB as a property...
View ArticleFolderItem.Launch - exists no more
I have a cross-platform app that will run on Mac, Windoze, and Linux. I need to trigger the default web browser to open a URL that I pass to it. I’ve searched around and saw that some people were...
View ArticleProfiling with DLL
I use the Visual Studio 2022 Performance Profiler to measure CPU usage for my Xojo app. It works fine. Except, after calling any .dll function, the VS2022 Performance Profiler no longer gets any stack...
View ArticleXOJO: (N1) Simplicity and Creativity in Code
Curiosity: What do you think are XOJO’s strengths? In my personal opinion, XOJO excels in every aspect and will become even stronger in the future. One of XOJO’s many strengths, in my view, is its...
View ArticleIDE crash on Ubuntu 24.04
I have installed Ubuntu 24.04 on VirtualBox. I then installed Xojo 2024 r4.1. When I open my Web project and then click on a page in the project, the IDE closes with this error. Illegal instruction...
View ArticleXojo2024R4.1: WebListBox with DataSource - appears to be redrawn upon...
The situation: WebPage with WebListBox using DataSource class, user double clicks on entry to show “detail page”, then clicks on button which shows original page with the list - at this point the data...
View ArticleSQL date is valid?
Good evening group. Maybe I’m getting lost again … I have problems managing dates with NIL values and understanding if a SQL date is valid. Example, if the examined date is NIL or 32/12/2025? For...
View ArticleDesign Wizards, Share Your Magic: What's Your Go-To Software?
Hello everyone, I’m sure this question has been asked before, but it doesn’t hurt to bring it up again. So, what software do you use to design your applications? For example, I use these three, and on...
View ArticleGraffitiSuite Release 61 Available
JOHNSON CITY, TN (December 27, 2024) — GraffitiSuite is pleased to announce Release 61 for Xojo Desktop, iOS and Web! Release Statistics: 7 New Classes or Products 44 Additions 43 Bug Fixes 6 Other...
View ArticleSaxon in MBS Xojo XML Plugin
You can use the Saxon library in your projects with MBS Plugin to work on XML: XSLT 3.0 for transformations XQuery 3.1 for queries XSD 1.1 for document validation XPath 3.1 for navigation within...
View ArticleCommand Line Arguments for Web
I want to test using some Command Line Arguments in the Shared>Debug area in the IDE for my Web App. I have tried: u=85 ?u=85 /?u=85 But when I run my app in Debug and cycle through the...
View ArticleDrag and Drop between listboxes
I just extended the drag/drop capabilities of my app. I was expecting this to require some surgery on the code, but in the end it was relatively simple, just requiring adding two event handlers, one...
View ArticleUsing Build button on the IDE
Dear friends, First of all I want to excuse myself because this probably is not a bug but my error. I have a medium size application in Windows using OptimizationLevel = 4 because I need it. So...
View ArticlePlacing cursor at end of last line in a textarea
I am using a textarea to display lines of text. As a line is added I want the user to see the last line added. how is this acheived. 5 posts - 5 participants Read full topic
View ArticleInstall in Linux
Good morning.Finally it’s time to start converting my software to run on Linux. But I don’t know how to install Xojo Xojo2023r11 on Linux, can anyone help me? Thanks. 4 posts - 3 participants Read...
View ArticleCURLSMultiMBS super slow
I’m trying to figure out why downloading a couple of urls now takes 60 seconds (!!!) with CURLSMultiMBS. As far as I can see the project does nothing for a long time and then downloads the files...
View Article