Running Mac or Windows Apps on Android with Wine, Limbo PC,Winlator?
Many people have tried Parallels Desktop and Microsoft Remote Desktop to run applications on their own PC. This is the easy way, but you need an online connection. What about using a Chromebook or...
View ArticleGetting the NetworkInterface for "0.0.0.0" (all)
You can start a WebApp with the parameter: “–NetworkInterfaceIndex=0.0.0.0” But if you want to write your own Server/Console App and specify the “0.0.0.0” Interface on the command line, how to do...
View ArticleHow to override an Event in a subclassed DeskTopTextField control
As an OOP beginner I succeeded in overriding a DeskTopTextField (DTTF) control. Just by using methods with the same name and return type. But now I want to override the TextChanged Event of an other...
View ArticleUnselect a Selected Row in WebListbox
I have rescued a topic that Robert Livingston asked in 2021 (for a listbox, here) and to which I can’t find a solution in 2024 for the Weblistbox. I allow myself to copy exactly Robert’s question...
View ArticleBest approach Raspberry Pi 5?
I’ve been making Raspberry Pi apps for a while now, 32 bits, running on a Pi 4 with Bullseye making use of GPIO. With the Pi 5, the minimum OS is Bookworm. Is it worth switching to 64-bit and start...
View ArticleNeed updated sybase-adsodbc.exe driver?
We used the sybase-adsodbc.exe driver in our application to read and convert from a Visual Foxpro application’s data files. This driver works fine in Windows 7, but does not work in Windows 10/11. Any...
View ArticleSerialDevice.At(i).Name -- opens the port
I have an application where a comport is used for PTT (push to talk). I iterate the list serial devices to build a list of the names like this: For i As Integer = 0 To SerialDevice.LastIndex...
View ArticleXojo Game Proof of Concept
This is just a short video to show proof of concept for doing an adventure game in Xojo. Animation is done outside of Xojo and saved as MP4 files. Xojo displays the videos at the right time with the...
View ArticleApp Icon Getting Darker Over Time?
This is the third time this has happened on this project (or at least that I’ve noticed it), but I think my app icon is getting redrawn in a progressively darker shade at some point over time. That...
View ArticleFailure to post using PHP in code
I use a php server side script to collect registration details and email them to me. Recently, these are failing to arrive, and I have established that, even though the post receives a code 200 in...
View ArticleAny archive of the original CrossBasic for Mac OS 7-8-9?
Greetings! “Old” developer here, but new fan of the REALbasic (Xojo) family of products. So, for various technical reasons, I got VERY excited after trying out multiple versions of REALbasic and...
View ArticleMoviePlayer goes black just before starting a movie
MacOS is fine, but in Windows or Linux, when I start a movie in MoviePlayer, it flashes a black background in the player for a fraction of a second and then starts the movie. This is a bit annoying....
View ArticleWhat is the chr value for the greek letter β, "beta" and others
Hello, What is the Chr() value for the greek letter β, “beta” and others, I have this but am not able to use it in a string… Greek small letter Beta U+03B2 e.g. For a long time alpha far exceeds beta,...
View ArticleLifeBoat - Can't Launch App
I’ve uploaded my Web App’s Linux build to a LightSail Debian 12 server, and LifeBoat has successfully set up the stuff. Status shows as Inactive in LifeBoats’s Web Apps listbox. When I select it and...
View ArticlePrevent Duplicate Window Instance
Hi All, Since Implicit Instance = Off is all the rage now I thought this would be a good time to ask this question: Assuming Implicit Instance = Off: What is the best way to generically create an...
View ArticleProbleme beim Kompilieren
Hallo zusammen, ich habe jetzt zum ersten Mal ein größeres Problem mit Xojo. Xojo ist mir während meiner Arbeit abgestürzt und ich habe mein Projekt wieder gestartet. Zum Glück, so dachte ich...
View ArticleNewbie: How to set up a db on a a server and add records from Desktop
Long title, but says it all. Is there a guide to creating a db on my web host, and save records to it from a desktop app? 13 posts - 8 participants Read full topic
View ArticleBreak up application into multiple EXE's
Just looking for ideas here so don’t shoot me. We have a very large application that consists of many interrelated segments that is currently running in Visual Foxpro using dbf files. Visual Foxpro...
View ArticleRoadmap Needed: Multiple Apps
After a few years of developing a single app, Im being redirected to run multiple apps on Xojo Cloud. Ive tried researching how to run multiple apps from Xojo cloud but I am not having much success. I...
View ArticleRest API to DeepAI sample
I’ve been GET’ing and POST’ing to many 3rd party APIs using Xojo, and now want to use an online AI source via their API, however their docs aren’t very clear, and I’m searching for some sample code....
View Article