Xojo on ubuntu 24.04
Anyone got xojo working on Ubuntu 24.04? I have seen a couple of threads that is for Ubuntu 22 that do not work. Are there any official instructions? Any help is appreciated. 3 posts - 1 participant...
View ArticlePluralize
This is a Xojo port of Blake Embrey’s pluralize library which helps in pluralizing or singularizing any English word. 7 posts - 5 participants Read full topic
View ArticleShowPopover with custom control as parent
ShowPopover’s parentControl is defined as type DesktopUIControl. I am currently bypassing this as every single control I use is a custom control (Containers usually) but this is causing problems....
View ArticleMobileButton for iOS/iPadOS with other styles
The normal MobileButton for iOS is very simple and have only the possibility to change the color of the caption. However, it would often be desirable for the button to be emphasised more, e.g. if you...
View ArticleReading and Writing XML Files
Hello all, Can anyone point me to some sample code for reading and writing XML files? Using Xojo 2024R1.1 and later. Thank you, Tim 4 posts - 2 participants Read full topic
View ArticleXOJO 2024R1.1 Main Menubar Submenus Disabled
Since moving a project to Xojo 2024r1.1 I found Menus are no longer enabled but greyed out. After researching the problem I found a bug report for Xojo 2024r1 for this issue and said it would be...
View ArticleWebAudioPlayer works only after manually triggered action
I’ve been using a WebAudioPlayer on my WebPages to generate sounds, and it’s worked really well, except on one page in particular. If the user clicks on a button on that page, or manually causes a...
View ArticleWhere does Xojo expect to find FontConfig?
Creating a pdf in a web app on my VPS always results in a “Fontconfig error: Cannot load default config file" error. I suspect that Xojo is looking for etc/fonts/fonts.conf while it should be looking...
View ArticleAnn: Simple Reporting
Simple app reporting with Xojo, a php script and Google Looker Studio. Not a finished solution! Contains a detailed description on how to go from the code to data that can be made into reports. The...
View ArticleApp.Array() contents are different?
I have a simple test web app that uses HandleURL to listen for API requests and to pass off a no path request to the framework to display a web page. HandleURL appends to App.Array() a message for all...
View ArticleUnable to install on iPhone
When I drag the built app into Xcode I get this message: The app “(null)” already exists on the device. Are you sure you want to replace it? I had deleted the app (I thought). Why the “(null)” ?? 2...
View ArticleXojo2024R1: how to obtain version and release
I want to display “Version 2024 Release 1” on the about page of the web app, I want to obtain the year and release number from Xojo running the web app. This may be trivial but I don’t know how to...
View ArticleThe Power of Transactions in SQLite with Xojo
Originally published at: The Power of Transactions in SQLite with Xojo – Xojo Programming Blog SQLite is a powerful, serverless database engine widely used in various applications. Transactions in...
View ArticleParsing an xml Document
Hi people. I’ve been messing about for a good while now and being blocked by something that must be really elementary, but that I"m not seeing . I’m trying to parse an xml file structured as follows:...
View ArticleDateTimePicker not showing time in Linux but ok Windows and MacOS
This works fine on Windows and MacOS…I’ve tried Linux Mint and Ubuntu and get the same problem…the Month and Year show up with the DateTimePicker, but not the day or time. Here’s a screen shot showing...
View ArticleDynamically add a tabpanel add htmlviewer
Dynamically add a tabpanel and use the I want to add an htmlviewer for each added tabpanel. 7 posts - 4 participants Read full topic
View ArticleHow to delete a tabpanel's title
I want to know how to delete the title of a tabpanel. 5 posts - 3 participants Read full topic
View ArticleDocker, Servidores de Bases de Datos y Xojo
Hola, He publicado el artículo “Docker, Servidores de Bases de Datos y Xojo” traducido al castellano a partir de la entrada disponible originalmente en el blog de Xojo. Como de costumbre, ¡confío que...
View ArticleTécnicas Avanzadas de Procesado de Archivos
Hola, He publicado el artículo Técnicas Avanzadas de Procesado de Archivos: Uso de Bloques para la Gestión de Archivos Grandes traducido al castellano a partir de la entrada disponible originalmente...
View ArticlePeticiones HTTP sin esfuerzo con Xojo
Hola, He publicado el artículo Peticiones HTTP sin esfuerzo en Xojo: Cómo usar Curl en Xojo con URLConnection traducido al castellano a partir de la entrada disponible originalmente en el blog de...
View Article