An INNO Setup question
Would someone know how to correct this. I did bring over a GZFile from the compiled files but it appears that it is not the correct file. I know little about INNO so if someone could help me as to...
View ArticleProject Template questions
I’m not finding much documentation on Project Templates. If it’s there and I just haven’t seen it, please just point me to it. But here are a few questions: Is there a “blessed” way of making a...
View ArticleHow shadowbrush not work on mac os ventura?
How shadowbrush not work on mac os ventura ? In windows 11 work fine. Thanks Windows Mac 5 posts - 2 participants Read full topic
View ArticleGoogle Analytics - again
I know there are several posts on this topic but most are old and things have changed. I have a need to integrate GA in a desktop and iOS app. Before I dive into the nitty-gritty details, has anyone...
View ArticleBest tutorial for end to end Windows deployment
Hi team, We’ve been deploying an app on Windows 10 for several years now on our own hardware with several hundred instances running around the world. To date we haven’t needed to go down the code...
View ArticlePopover creates "Untitled" taskbar item
Hi all, I noticed this when I implemented a popover in one of my own applications, lo and behold Xojo’s own example project does it too. When you create a popover (either a DesktopWindow or a...
View ArticleURLConnection Error
I’m getting an error event in a URL connection. All I’m seeing is ErrorNumber 5023. I can’t find where error codes are listed in the documentation and a google search only came up with MS SQL Sever...
View ArticleWebDialog: extremely slow query on Linux
Xojo web application (2023r4 or 2024r11) MS SqlServer (2019 or 2022) on Ubuntu 22.04 a very strange thing happens to me. a query (which extracts max 200 rows from a table that contains about 150000...
View ArticleEffortless HTTP Requests in Xojo: Using Curl in Xojo with URLConnection
Originally published at: Effortless HTTP Requests in Xojo: Using Curl in Xojo with URLConnection – Xojo Programming Blog If you’re familiar with the command-line tool curl, you may wonder how to use...
View ArticleXojo universal app runs on x86 but not m1
I have an app that has had no issues running on x86 or M1 when built as Universal. Today, it is throwing fits on my m1 Mac mini. Right of the bat it errors out saying It can’t write to a data folder...
View ArticleForever awaiting connection to debugger ub Mint Linux
Giving 24r1.1 a try on Mint LMDE 6 and I’m getting the previously reported “Waiting for debugger” dialog forever. However, the emulator launches and if I kill that dialog and then manually launch the...
View ArticleProgress indicator for large unzip
Anyone have a recommendation on how to display progress unzipping a file or at least a way of knowing when it’s complete? The inbuilt folderitem.zip works well but is silent. Running under Windows. 7...
View Article[Xojo Web] cubeSQL Web Admin
For those interested in Xojo Web - have a look at this article: Xojo Blog: Docker, Database Servers and Xojo. It shows the Open Source Project cubeSQL Web Admin, which is written with Xojo Web: Feel...
View ArticleText to speech with AI (ChatGPT) APIs?
Has anyone dabbled in TTS with AI models? I see ChatGPT has an API, but I have no idea on how to convert the code to Xojo, or even if this is possible yet. I tried using ChatGPT to convert the Python...
View ArticleXojoUnit 6.9.1 now available
XojoUnit 6.9.1 is now available on GitHub. Changes: XojoUnit for Desktop is now split into API 1 and API 2 versions for improved project compatibility. Desktop versions now support Dark Mode. Full...
View ArticleUndefined operator - Problems with Overloading
Hello, I have a problem trying to use an add operator in my own class. I have attached an example. Have I missed something? The Xojo help isn’t helping me either. Test Projekt Kind regards Norbert 1...
View ArticleCreating a GTK3 control from scratch in code
In this specific case I am targeting a Raspi, but should be a common thing for GTK based UIs: I can create controls from scratch using declares. Some where I am adding features to those that the IDE...
View ArticleIDE hanging on macOS when leaving debug mode
Hello, Recently, it happens to me more and more but when I am leaving debug mode (quitting the app) to get back to the IDE to code, the IDE hang and does not respond anymore. It did not happen to me...
View ArticleFonts mit Bold und Italic listen
Seit den letzten Updates hat die Wahl von Fonts stark geändert. Wer ein PopUp programmieren will, das nur Fonts enthält, die Regular, Bold, Italic und Bolditalic tatsächlich enthalten, bekommt mit...
View ArticleKeyboard.AsyncKeyDown not working with Enter or Return?
I’m checking for a return or enter key in a textarea, but none of the lines of the code below registers a Return or Enter key. If Keyboard.AsyncKeyDown(&h24) Then System.DebugLog ("Return") Return...
View Article