In Build settings, Android Debuggin, la combobox "Debug Device"è vuota
Un caro saluto a tutti, volevo testare lo sviluppo di app android. Apro un progetto, creo una semplice schermata con un bottone che non fa niente. Vado in ‘Build Settings’, ‘Android’ vorrei...
View ArticlePerformance of Desktop Apps running in virtualized servers
I have a Desktop App running on a Windows server, accessed via Remote Desktop. When the app runs on a non-virtualized server or a regular PC, performance is reasonably fast. However, on a virtualized...
View ArticleWeblistbox drag and drop in 2025
OK, so now that Weblist boxes support drag and drop, how do we drag a row from lb1 to lb2? Let’s assume both Weblistboxes have the same number of columns. I assume as there is no dragrow, that we need...
View ArticleDoes Xojo's SQLite implementation support this?
I want to add support for embeddings to my open source LLM module (AIKit). This would make it easier for Xojo programmers to use RAG (retrieval augmented generation) with LLMs. To do this, I need a...
View ArticleAgnostic project and ToolBar Icons
The project is agnostic, so I created a data folder where the informations are stored (using default names: logo.png and address.txt) and read when needed in the program. Now, I have to add icons I...
View ArticleQuestion about reweal
In the Xojo site, it states that “…you can continue to build with any Xojo releases prior to the license expiration date, indefinitely.” This means that I can only build but not compile, after one...
View ArticleState of "Send events in batches"
There is this checkbox “send events in batches” in the Session object of web projects. I seem to remember Ricardo saying that it might not be entirely safe to set it because the events might arrive in...
View ArticleWhat to do with my software
It would seem that I need (within a couple of weeks or so) to undergo some serious surgery. There was recent inconclusive discussion about not losing access to the source of applications/packages as a...
View ArticleXojo2025R1: errors
I have just downloaded the newest release 2025R1, I want to use it with the existing project that runs well with Xojo2024R4. As soon as I have clicked on Run toolbar button to test this on my local...
View Article[ANN] Enhance your Apps with GraffitiSuite Release 62
JOHNSON CITY, TN (March 27, 2025) — GraffitiSuite is pleased to announce Release 62 for Xojo Desktop, iOS and Web! Release Statistics 13 New Classes or Products 142 Additions 25 Bug Fixes 22 Other...
View Article[ANN] StackView 3.3 is now available!
Today @Martin_T released version 3.3 of the StackView classes for Xojo. This version only works with Desktop API 2.0 projects from Xojo version 2021r3+. Info The classes enable a StackView, similar to...
View ArticleApp-Store Error when building
Just trying to build for the store and getting this error I haven’t seen before. I searched my code for App-Store but can’t see it. Is it possibly a MBS issue or has someone seen this before? The...
View ArticleVerify understanding of URLConnection ReceivingProgressed
Running into an issue with an API I’m consuming and hoping to find reliable way to handle it. Issue: Request/Response works perfectly when URL & args passed are ‘perfect’, and the response is the...
View ArticleResources to learn how to use a Mac?
Hello all, I’ve been using exlusively Windows for a million years. I have a touch of Linux experience too but nothing in the MAC world. My Daughter gave me an older mac but I have no idea where to...
View ArticleNo more subclassing DesktopContainers?
Years ago I made an app where the UI used subclasses of a desktopContainer class to create a dynamic layout… sweet. Now the user would like an update. … but this is no longer supported, right ? I can...
View ArticleWhat is a fastbin chunk?
Getting this weird one and I’m not even sure what I should be looking for. This is in a preemptive thread on Linux. A lock imbalance often presents itself “incorrect guard value” so I’m guessing that...
View ArticleXMLDocument LoadXML ReadOnly?
[Windows][Desktop][XMLDocument] Does the XMLDocument class, when giving the LoadXML method a FolderItem, open the file in ReadOnly mode? I mean I’m sure it does but I can’t find anything in the...
View ArticlePdfDocument setting to landscape based on the image width
Xojo 2024r4.1 on Windows 11 I have some code below that takes a bunch of images that are mostly text in landscape mode and makes a new pdfdocument. It is a loop that grabs each image the user has...
View ArticleUsing the shell command with netsh
Hello. I am trying to automate the process of connecting manually to the WiFi network before running my XOJO application on a windows 11 PC. It connects to a micro controller via WiFi. I have searched...
View ArticleDoes anyone Trim values returned in JSON from an API?
I don’t fully trust data I’m receiving from an outside source via their API. So I’m tossing ‘Trim’ at all the values before commiting them to the database. Question: Does anyone worry about trimming...
View Article