Quantcast
Channel: Xojo Programming Forum - Latest topics

Not write character in textfield

hello group, I need to make sure that no characters are inserted in a textfield, but I can’t disable it. so I wanted to write: in KeyDown: if key=chr(13) or key=chr(3) or key=chr(27) then // Permetti...

View Article


Windows, properties, and the inspector behavior

This is about an issue I have solved (sort of) myself; I’m just wondering whether what I’ve observed was to be expected or whether it might be a bug … I have defined a class WindowPlus as a subclass...

View Article


Image may be NSFW.
Clik here to view.

Colored desktop buttons

I have searched for a way to have colored desktop buttons; apparently the Mac software dos not allow this. I found a simple system that gives me what I want. Some users have said to create your own PB...

View Article

Image may be NSFW.
Clik here to view.

PaintCellBackground

Hi group, I’m trying to do something at the limit of my possibilities I inserted the color values ​​in the RowTag of a ListBox, which I should use to color the rows of the ListBox separately, line by...

View Article

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 Article


Performance 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 Article

Weblistbox 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 Article

Image may be NSFW.
Clik here to view.

Does 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 Article


Agnostic 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 Article


Question 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 Article

State 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 Article

What 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 Article

Image may be NSFW.
Clik here to view.

Xojo2025R1: 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


Image may be NSFW.
Clik here to view.

[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

Image may be NSFW.
Clik here to view.

[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 Article


Image may be NSFW.
Clik here to view.

App-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 Article

Verify 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 Article


Resources 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 Article

No 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 Article

What 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 Article

XMLDocument 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 Article


PdfDocument 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 Article


Using 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 Article

Does 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

MBS Plugins 25.2 pre-releases

Hello, in this thread I want to post to you what’s new in 25.2 prerelease plugins. Download here: monkeybreadsoftware.de/xojo/download/plugin/Prerelease/ or from Dropbox or ask (in private message or...

View Article


Xojo Hangout en Español (3 Abril 2025)

No te pierdas el próximo Xojo Hangout en Español que tendrá lugar el próximo 3 de Abril de 2025 a las 19:00 (GMT+1) donde trataremos sobre algunas de las más importantes novedades incorporadas en Xojo...

View Article

DBKit crash on SaveRow - MySQL

Hi all, I’ve not used XOJO for many years, so forgive my rustiness. I’ve tried to set up a web app that reads from a MySQL database using DBKit. I’ve set this up so that it displays all records...

View Article

New app icon won't replace old version icon

I updated my icon in one of my long standing apps. The new icon appears in the dock when I run the app from the Xojo IDE but when I install onto my Mac it replaces the old app in Applications and the...

View Article

EditCellAt in listbox cannot be supported in web projects

EditCellAt in listbox cannot be supported in web projects.When the method is called, it seems that nothing has happened. 3 posts - 2 participants Read full topic

View Article



Set a menu Shortcut yo EditClear

I wanded a Shortcut to EditClear on MacOS, then remember that I need it macOS âbdkWindwos. This is what I finally get: Sub Opening() Handles Opening #If TargetWindows EditClear.Shortcut =...

View Article