Only Basic Buttons work on Touchscreen on Linux
Is there anything special I need to do to use a touchscreen on my Linux compiled app? I have a Window with buttons (with graphics), listboxes, and regular buttons, but the only controls that respond...
View ArticleAndroid Quick Tip: Read and use installed fonts
Originally published at: Android Quick Tip: Read and use installed fonts – Xojo Programming Blog At the moment, Xojo Android Framework does not yet provide support for System.FontCount/System.FontAt....
View ArticleWeb Load Testing Discussion
Recently I spent some time trying to determine how much load a Xojo Web app could sustain and figured I’d share my journey here with everyone. Let’s start with the setup… DigitalOcean (DO) Droplet...
View ArticleIndieAppSales
I just added my Mac apps (Sleep Aid & App Wrapper) to IndieAppSales for their March promotion. If anyone else is interested in joining, visit https://indieappsales.com/ 2 posts - 2 participants...
View ArticleMysql, executesSQL ( INSERT INTO )
Hello It is my code: SQL = "INSERT INTO " + “parametres” SQL = SQL+ " (nom) VALUES (‘Seagulls’);" Try Me.ref_Connexion.ExecuteSQL ( sql ) Catch er tx = "Erreur: " + er.Message End Try I have an erreur...
View ArticleMoviePlayer on Pi5 alternatives?
I filed a bug report on the MoviePlayer example for Desktop crashing on Raspberry Pi 5 running 64-bit bookworm. The movie player crashes the example app without any errors. Does anyone know any...
View ArticleChange Properties Value Runtime
Hi, How can i change integer in brackets ? I want to change “6” value in runtime. MyProperty(6) Regards. 5 posts - 3 participants Read full topic
View ArticleWebApp.HandleURL Docs Warnings
The example code in the docs contains some warnings about empty paths: ' Don't override an empty request, or a session won't start. If Not Request.Path.IsEmpty Then Response.Write "stuff"...
View ArticleSupport for CM4
Please forgive a long-time absentee for asking something that might have been already answered before. Back in 2017 I create a lab-equipment based on Xojo web and Raspberry Pi (see my article in...
View ArticleLifeBoat Rocks
I just want to say, this utility is fantastic, and worth every penny of its cost. I hadn’t done a web app in about 5 years, but with LifeBoat and Tim’s help I was able to bang out the app and have it...
View ArticleThread crashing?
This is kind of complicated to explain, however, we include an option in our software to convert data from Visual Foxpro to Sqlite. This code and option has worked for years (around 7 as far as we...
View ArticleDBKit 1.0b7 is now available
DBKit 1.0b7 is now available. You can get it in Xojo by choosing New Project > Examples > Databases > DBKit. Then choose the desktop or web versions. I know it’s been a while since the last...
View ArticleREST API How To?
Hello all, I need to create both ends of an API between a Client and a REST Web Service. Please correct me when I use incorrect names etc as I have never ever done this before! This will be used both...
View ArticleHow to implement FFT to find an audio segment within another using audio data
I’d like to implement a feature in my mac/win desktop apps to allow it to find the audio of a small WAV within a larger WAV, and if found, return the offset in samples. Searching the internet I’ve...
View ArticleAuto Style Words in TextArea
Hey all I am making a little SQL query textarea in my app. I am stylizing the text based on keywords found and I am not to a point where I want to make strings (any characters in single quotes,...
View ArticleProbleme mit dem Clipboard
Hallo zusammen, ich habe ein Problem mit dem Clipboard (nur unter Windows). Wenn ich mit den nachfolgenden Codezeilen ein Bild in die Zwischenablage lege, dann passiert hier meist gar nichts unter...
View ArticleShortcuts
Has anyone done an app with a shortcut? Things are not obvious (or, perhaps, I just don’t know where to look). 3 posts - 3 participants Read full topic
View ArticleSort listbox column by date
In API 1, I would sort a listbox column by date by storing the SQLDate of the date in a celltag then use the CompareRows event to do the sort. With the CompareRows event gone now, do I have to use an...
View ArticleWebinar Follow-Up: Using Xojo to Develop NetSuite Web Apps
Originally published at: Webinar Follow-Up: Using Xojo to Develop NetSuite Web Apps – Xojo Programming Blog Last week, I presented the third in a series of Xojo / NetSuite webinars. The latest webinar...
View ArticleApp Wrapper: failed No receipt issued, Please try later
Early December App Wrapper failed uploading to the Mac App Store and showed the error: ‘ failed No receipt issued, Please try later.’ Trying to solve the issue myself I ruined my two Developer ID...
View Article