System.Log on Xojo Cloud
Is it yet possible to output System.Log to Xojo Cloud hosted solution? I found this post - but if there’s a native solution in the current version I’d love to know. Thanks! 1 post - 1 participant Read...
View ArticleDocumentation and walkthrough for Eddies Electronics Desktop App
I’m reviewing this app and want to find documentation on creating the app from start to finish. If there isn’t any doc or video, is there a walkthrough of the code that explains most of it. 2 posts -...
View ArticleDefault encoding not UTF-8?
According to Xojo docs “Strings have a UTF-8 Encoding by default” Encoding — Xojo documentation But when I create a string in Xojo 2023R4 (Windows), the default encoding is US-ASCII. Example: Dim s as...
View ArticleXAmzContentSHA256Mismatch using MBS Curls S3 upload example with Contabo
I’m using the MBS sample projects for CURLS Amazon S3 download and upload projects to connect to S3 compatible cloud storage of Contabo (Contabo Cloud Object Storage)....
View ArticleCreating Your Own Programming Language
Originally published at: Creating Your Own Programming Language – Xojo Programming Blog Computerphile is one of my favorite YouTube channels. It’s full of “videos about computers & computer...
View ArticleGetSaveFolderItem - Invoking with a new file name not in a directory
I am using OpenDialog as a replacement for GetSaveFolderItem. I am using the former because I need the ability to use InitialFolder to set where I want to store a file. The problem I have is that as a...
View ArticleBlack Friday deals?
Did I miss some (early) Black Friday deals for Xojo renewals yet? I thought I read about this somewhere recently but cannot find it anymore. 6 posts - 4 participants Read full topic
View ArticleWhy doesn't this work anymore?
I’m playing with some code I modified to save my serial port preferences. I have used this code before. If there is no folder and it gets to the line “If prefFolder <> Nil then” it will continue...
View ArticleDesktopDateControl and DesktopTimeControl AddHandler not firing
The Einhugur DesktopDateControl and DesktopTimeControl controls don’t fire a Method when added via AddHandler. If I add a DesktopDateControl and a DesktopTimeControl to a Window then run the...
View ArticleMoving apps from iMac M1 to iMac M4
My brother moved apps from iMac M1 to his new iMac 2024. He reports that all my Xojo-made apps after having been moved by AirDrop or TimeMachine, when opened, show a message saying there are no data...
View ArticleShared Cookies not Removable
I access multiple Xojo web apps from my one computer (macOS). If I set a cookie in one Xojo Web app to represent a UUID eg Session.Cookies.Set("UUID", "ABC123", YearFromNowDate) then the cookie is set...
View ArticleEureka: SQLiteDatabase.DatabaseName
This annoyed me since I saw .DatabaseName in the documentation: How is this working ? Is it computed from the passed FolderItem Name ? and so on. The worst is that each time I search about it, I...
View ArticleColor.HighlightColor wo stellt man das in Windows 11 ein?
Ich nutze (z. B. in ListBox.CellBackgroundCPaint) Color.HighlightColor um die Hintergrundfarbe von selektierten Zeilen farblich zu kennzeichnen. Unter macOS klappt das bestens. Unter Windows hatte ich...
View ArticleProgram speak italian
I have written a program that quizzes me in Italian. I know how to get Xojo to speak English. Is there an easy way for me to select Italian to be spoken without going to localization protocols? Thank...
View ArticleWhat are you using to create reports?
Hello all, I am wondering what everyone is using to create reports? While most of what I need is for Web Apps, desktop are also used. Thanks, Tim 7 posts - 6 participants Read full topic
View ArticleHow to use Preemptive threads for all cores?
hello, how can i use the Preemptive threads to maximal use of all cores or limit to 99% CPU? i will use a single xojo app for calculations instead of extern running multiple workers. 3 posts - 2...
View ArticleShipping an existing sqlite DB with an Android app
I am making an Android app that relies heavily on a database (right now in sqlite format). I have tried drag-and-dropping the db onto the project, but when compiling or running, Xojo complains about...
View ArticleAssigning a private key to a developper certificate
Hi, I’ve yet another issue with certificates. I discovered it last week when I could no longer sign iOS apps and I assume it was because I moved to Mac OS 15 (my experience being that all these...
View ArticleGetting the Current date and time?
I need to have the current date and time from the DesktopDateTimePicker, and I find everywhere I look this code to get it: Var currentDateTime As DateTime = DateTime.Now But I get this error:...
View ArticleDesktopLabel - how to set FontName without a code?
In my application, i create a global variable for FontName, FontSize and FontColor. For each Label and TextField i set this 3 visual effects. In my DesktopWindow I have to set these 3 properties for...
View Article