Barcode.ScanCancelled is not working on Windows 11 (Lenovo X280)
Hello! When I compile the Desktop/Barcode example for Windows, the app does not work properly. When I start the scan, all QR-Codes will be detected from the camera. The “OK”-Button in the camera...
View ArticleConverting text field string to integer
Hi. I have a text field in which users enter a value for the quantity they want something printed. I need to convert TextField_qty.text to an integer so that I can act upon it properly in a printing...
View ArticleCancel Bug
There’s a bug in the ID that doesn’t allow you to cancel the build. This isn’t a big deal if your project is small, but if your project is large, it can take a couple of minutes. It’s particularly...
View ArticleLoop generates non-fatal problem
I’m trying to print labels from my app. When I do not include a loop to print multiple labels based on the value of qty (an integer), I get a single label printing fine. When I include a loop to print...
View ArticleString.uppercase and Locale
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleUsing ChatGPT in Xojo
From time to time we get asked to provide an example for ChatGPT. Since this is just another web service, we can just handle it with the MBS Xojo CURL Plugin. But since we don’t like to block the user...
View ArticleListbox Footer with controls?
I could swear I saw a tutorial on making a listbox with controls in a footer, like the one you see in System Preferences: I can’t seem to find that tutorial - or am I just imagining it? 2 posts - 2...
View ArticleIs it possible to disable cross-origin restrictions?
In a HTMLViewer I’m trying to show a local HTML file that uses JavaScript “fetch” to get data and I’m running into cross-origin issues. Is it possible to disable the restrictions? Maybe using declares...
View ArticleLocale rules: where are they?
Japanese end-users are having trouble with string.uppercase instructions in my code. “a…z” are not converting to “A…Z”. I suspect a Locale rule for Japanese is being applied to mixed Japanese +...
View ArticleSqlite Fehler bei leerer Tabelle
Hallo Freunde1 Ich habe immer wieder das Problem bei einer Sqlite Abfrage mit einer leeren Tabelle. var sq as string var rs as RowSet sq="SELECT COUNT() FROM Exiftooltabelle"* rs=db.SelectSQL(sq)...
View ArticleCall press button
Good afternoon group… how can I recall the click of a button without physically pressing it? Something like that Call MyButton.pressed ? I test my button name…PulsanteOKAggiorna.press but not work. 9...
View ArticleNew Video Short: AI powered apps with Xojo
Watch our latest short on making AI powered apps using Xojo! Use the example and build fast AI apps with Xojo + LLAMA AI + Groq AI Powered Apps with Xojo 1 post - 1 participant Read full topic
View ArticleXojo Web Rescues a .NET Project
Originally published at: Xojo Web Rescues a .NET Project – Xojo Programming Blog I had a call recently from a customer whose upstream supplier informed them that they would not be accepting anything...
View ArticleXojo2024R3: WebListBox selecting non-consecutive rows problem
Using WebApp WebListBox control, with or without datasource, multiple selection turned on. In Safari on Mac I can do the non-consecutive selection of rows using “command” key. Using Windows 11 on...
View ArticlePlay Store Rejections After Release for Production
I wonder if anyone who has experience of the Play Store could give me some advice. I was able to get the WIMS App released for production on Monday after fulfilling the 20 testers for 14 days saga....
View ArticleXojo 2024r3.1 Available Now!
Download Xojo 2024r3.1 Read the Release Notes. 1 post - 1 participant Read full topic
View ArticleUpdate XOJO - how to do it correctly?
This is actually a topic in the “Getting Started” category: For a few days now, in addition to my Mac and Windows, I also have a PC with Arch Linux (kernel version 6.11.4) and Gnome desktop. (So I am...
View ArticlePerplexity useful for me
I understand that Xojo is working on getting some sort of AI tool set up to enhance searching of the Documentation. But that day has yet to arrive. In the interim, I have had a lot of luck with...
View ArticleHaving fun with HTMLViewer.Load(String, FolderItem)
I already fall in that trap sometimes ago. This night (around 4:00), it comes back and hit me one again. I use HTMLViewer.Load(String, FolderItem) and it works fine. Most of the times, the FolderItem...
View Article