Advent of Code 2024
Is anyone thinking of partaking in Advent of Code 2024? @Kem_Tekinay introduced me to AoC last year, and I found it to be a fun learning experience. https://adventofcode.com/ 2 posts - 2 participants...
View ArticleWeb App crashes: Unexpected error 9 on netlink descriptor 9
My Web App is running on Debian 12 on a LightSail server, installed with Tim’s LifeBoat. My app is depending heavily on UrlConnection because almost all it does is communicate with other servers and...
View ArticleHiding mouse
Good afternoon (o; Have a touchscreen application here on Linux which runs in full screen mode. So to disable the mouse pointer I use this snippet in the Windows Activated and Opening event:...
View Article[ANN] xDev Magazine Releases Issue 22.6 (November/December 2024)
November 2024 – xDev Magazine is pleased to announce the release of our newest issue, now available in PDF and print formats! The November/December 2024 (22.6) issue features articles on using...
View ArticleGet IP Address of Mobile (iOS) Device
I’d like to get the IP address of my iOS device. How can you do that since the Networking Object is not available in Mobile apps. I’m asking because sockets in iOS seem to have a different local IP...
View ArticleInspector details appear different if save as binary project
Very new to Xojo and returning coder so trying out some of the tutorials, specifically the Task Manager tutorial. I noticed that if saved as a binary project, the Inspector details for Behaviour &...
View ArticleProblem with timezone and DST
Hi Folks, I think there is a problem with TimeZone method. it does not take into account the DST (daylight saving time) if I create today, in France, a new datetime( 2024, 10, 15, 0, 0, 0, 0,tz) where...
View ArticleBest way to Save and Retry a URLConnection
I’ve had great success interacting with APIs via URLConnection, and as expected I encounter some routine errors in the transaction (e.g., “504 Gateway Timeout”), and want to retry my request. At the...
View ArticleNil RecordSet returned but no DB.Error
I have a normal SQL query to return * from an existing table in an SQLiteDatabase. I know the table exists. It’s returned in the DB schema and it’s supposed to contain millions of records. The query...
View ArticleIp address of Zebra printer
Is there a way to find the IP address of zebra printer using xojo? I am using the TCPsocket1 control and want to know before TCPSocket1.Connect statement and not have to change the code. The printer...
View ArticleVeri*Factu
¡Hola! A quien pueda interesar, ya se han publicado los requisitos (creo que todos andábamos esperando) del Veri* Summary (click for more details) Factu boe.es BOE-A-2024-22138.pdf 838.32 KB Ya me lo...
View ArticlemySQLCommunityServer: Autoclose Connections
TLDR; will mySQLCommunityServer Connection automatically be closed when the Programm quits? Since we installed a new firewall, we have had a problem where over a certain period of time, the number of...
View ArticleXojo r 3.1 convertion trouble
MacOS Sonoma Updating old projects I detected a (bug?) converting a field values to double X defined as a window double Set to field pressed: x = 25.5 TextFieldX.Text = x.ToString You see in the...
View ArticleTransporter failed - Executable contains bit code
I don’t think I’ve seen this one before. Any ideas? Asset validation failed (90482) Invalid Executable. The executable ‘XXXXXXX.app/Frameworks/ZipArchive.framework/ZipArchive’ contains bitcode. (ID:...
View ArticleXojo and the Microsoft or Apple App store
I’ve searched the forum for information on how to use xojo and the common app stores. Lots of stuff returned and most of it negative. Also, most of it seems to be several years old. On the xojo...
View ArticleBeyond Static UI: Create Dynamic Loading Animations with Xojo Graphics
Originally published at: Beyond Static UI: Create Dynamic Loading Animations with Xojo Graphics – Xojo Programming Blog Ever wondered how to create those sleek, professional-looking loading animations...
View ArticleMás allá de las IU Estáticas: Creando animaciones
Puedes encontrar, traducido del inglés, un interesante artículo en el que Gabriel nos explica cómo crear animaciones para proyectos Desktop con Xojo. En concreto se centra en la animación...
View ArticleXojo2024R3.1: WebListBox.SelectRowCount not refreshed when using DataSource
I use WebListBox with DataSource to display data from Postgress in various WebPages of the WebApp, some lists allow multiple row selection. When list is build and rows selected (highlighted) the label...
View ArticleOdd issue passing arrays
I have some plugin code that’s showing odd behavior. I’m passing an array of structs into my plugin from Xojo. It worked perfectly on an older Intel iMac. However, when I tested the same exact code...
View ArticleXojo for iOS Development Worth it?
I want to create some iOS apps for iPhone. Whilst I am competent with Xojo, and it’s my very strong preference, my SwiftUI skills are very very ropey. If I try and develop with Xojo for iOS am I just...
View Article