Colorize row between two IosMobileTable
Hello everyone, I have two IOSMobileTable. The first one is fed by a database (loaded by code and not by a DataSource). When I click on the row of the first one, I select the row and with a button I...
View ArticleSegment documents in images for Xojo
For the next plugin version we add the VNDetectDocumentSegmentationRequestMBS class for macOS and iOS to detect a document in a picture and rectify this. This is used internally for...
View ArticleWindows dual screen disconnecting a screen
Hello, We have a strange behavior that happens more and more with our software when an user using Windows (10/11) have 2 screens with different scaling percentage when deconnecting/reconnecting the...
View ArticlePair vs. Arrays and Dictionaries: Choosing the Right Tool For The Job
Originally published at: Pair vs. Arrays and Dictionaries: Choosing the Right Tool For The Job – Xojo Programming Blog As developers, we are continuously seeking more refined and effective methods of...
View ArticleAnalyze project item
Windows 11 / XOJO 2024r3 In the Project menu, choosing the ‘Analyze Project’ works fine (ctrl + K) But the menu item just below ‘Analyze Project’, 'Analyze ‘name of the selected item’ (ctrl + shift +...
View ArticleIs possible make a folder like an external folder to share this between project?
i would like share the object like webcontainers, modules with class methods ecc that i have included inside a project’s folder i try to make this project’s folder as external, but it does not works...
View ArticleSelecting location to save my app's preferences file
My app successfully saves and reads data from a “Printer Settings” that I create, but it lives in the default folder where the application lives. This is from my code for saving the prefs: var f As...
View ArticleChatGPT and Images
I’m currently using ChatGPT 4 to read data from images and then write some data based on the extracted text. I’d like to write a small XOJO app to help streamline it. Is there a way to pass an image...
View ArticleDesktopPopUpMenu AddRow
XOJO 24r3 / Windows 11 I’m converting my app to API2 Desktop. I converted a PopupMenu to a DesktopPopUpMenu. In my code cbo1 is a DesktopPopUpMenu and sourceStyle is a Collection. For i = 1 To...
View ArticleSOUND - when has it stopped?
If I clone a sound and play it, that works ‘in the nackground’ If I set it to loop, it continues to repeat. While it is playing, I can check .isplaying , and Stop the sound if I wish. I would like to...
View ArticleWhy isn't Xojo IDE AI on the roadmap?
I remember the wonderful talk @Geoff_Perlman did in Germany on integrating AI into the Xojo IDE. Plus I understand this may take a long while to add into the IDE in an effective and useful manner. But...
View ArticleCreating dynamic controls with events on Web 2.0 in Xojo2024r3
I have run the desktop example with control sets. It works as expected. I tried to create a web equivalent of this in new project. I see the following error trying to compile the code...
View ArticleSuggestions for playing audio (2,500+ short clips) - Stream?
I am currently working on my mobile apps but would eventually like to do this with all platforms (desktop and web in addition to mobile). In my desktop apps, I am utilizing OpenAI’s text-to-speech API...
View ArticleListbox position offset into tabpanel on Linux
I tried a clean project and it works but on an old project, i’m trying to figure out what provoke that the listbox is in a tabpanel the tabpanel is in a container the container into a window if i use...
View ArticleSoftware Testers Available
Anyone need some people to do testing? I have two people who have done testing and could use something to do. 1 post - 1 participant Read full topic
View ArticlePostgresql how to see how many db connections
Hello all, I have a problem with at least one of my apps. There are a group of 6-8 apps that all connect to the local PostgreSQL database. Over time, at least one is connecting to the db but not...
View ArticleIDE Script to Simplify Working With AI Generated SQL
AI (claude.ai in my case) seems pretty good in generating SQL statements. Copy/paste into the Xojo IDE is helped with a way to convert the pasted SQL into a string. An example query generated by AI...
View ArticleTooltip not working for DateTimePicker in Windows
This is working for MacOS and Linux. When I hover over the DateTimePicker in windows it doesn’t show the tooltip, it acts like it was not set. I’m on the latest Xojo Version. Anyone seen this? 1 post...
View ArticleApple Profile Triage 3.0 is coming
I’m happy to announce that Apple Profile Triage 3 is coming soon. We’re currently in a testing phase just to make sure everything’s working perfectly. The biggest feature of this release is support...
View ArticleValentina Release 14.6 Improves SQL Editor, Better Charts & DuckDB 1.1.2 Support
This release turned out to be far more feature rich than we originally thought. Here are the highlights: SQL Editor improvements. Now select between “SQL GLOT” and “SQL Parse” tools to format SQL...
View Article