3x in 2024 change log reports to solve a problem but's not
reporting a bug is usually first step, even twice ! But what could you suggest to do if Xojo says bug is fixed 3 times in 2024 but it’s still there? Is this a strategic behaviour or what? Analysis of...
View ArticleRefactoring: class object name
This seems to be trivial to me but I don’t know how to do it in Xojo. I have this code in WebApp but I think it doesn’t matter if it was in DesktopApp. Here is the code: If...
View ArticleXojo2024R4.1: tabbing out of WebCheckbox
The WebCheckbox doesn’t provide event to handle tabbing out or tabbing into it. Is there a workaround available to handle this event? 6 posts - 2 participants Read full topic
View ArticleStructuring Projects in github
Hi. I have created a GitHub Xojo Repo that has two projects that share a common module. I am currently using git from the command line and an older version of Xojo. My goal hear is that I have several...
View ArticleHTML integrieren
Hallo Leute, wie kann ich denn einen einfachen htmx text in eine Webapp integrieren? Grüße Andy 1 post - 1 participant Read full topic
View ArticleFind ArcAngle and StartAngle
Me: Daniel Lamet, old hacker, running a 2020 M1 Mac Mini, running MacOS Sequoia 15.1.1 with XOJO 2024, release 4 Xojo defines several shape classes: RectShape, OvalShape, etc. My desktop app draws...
View ArticleTrying to connect to Google Routes API (URLConnection)
Hello all; I have been using the WebMapviewer and the GraffitiWebMapViewer to retrieve information from the Google Maps platform. Here, I have a new need to connect without one of the two controls. (I...
View ArticlePlotting a datapoint or star at a specific location on a chart
Hi all, I have a number of datasets displayed as a linear chart in a desktop application. Occasionally, I’d like to star a particular datapoint or make it stand out as a specific event has happened. I...
View ArticleStill on the subject of Xojo on Linux
Good morning group. I managed to install XOjo on Linux, installed the scanner plugins … but now when I go to read the configuration file, it tells me it can’t find it. On Windows I have no problems, I...
View ArticleExperiences with Using the BASS Library
Hello everyone, has anyone had the chance to try the BASS library in their applications? I use FFMPEG in my apps (Mac), but I’ve seen that many people use BASS. I know that to use BASS you have to use...
View ArticleCreating a textbox array
How do I create an array of textboxes to make addressing easier. I think I have been asking such questions on the issues forum by mistake. Apologies for this. 22 posts - 7 participants Read full topic
View ArticleJSonItem cast issue
Hello all; I have a method that works perfectly fine in the IDE, but fails once compiled. The error is _VariantString cannot be cast to JSONItem Here is the method: // This method will get a distance...
View ArticleValentina Release 14.7 improves Forms productivity, Reports export formats
This release has something for just about everyone! Read the complete release notes. A few highlights: Valentina Reports gets ODT exports via SQL from ValentinaDB Valentina Forms gets prettied up, and...
View ArticleDesktopTextArea.AddText behavior & doc
The documentation says: AddText(text As String) Adds the passed text to the current Text. What is current text and how do I define it ? Works fine to add “Vanessa”, but not to add a larger text: in...
View ArticleSigning app (macOS build step), different certificates if appstore or external
I am using Xojo in macOS and I am trying to compile a macOS application to distribute it externally BUT ALSO in appstore. This is the first time I do this but for what I have read I think I need:...
View ArticleReferencing a DesktopTextArea (and other controls) in a layout
What is the recommended way in code to refer to the objects in a layout? I’ll ask by way of an example of two DesktopTextAreas (TA1, TA2) and one button in a layout where the button assigns a color to...
View ArticleConvert UUID to BINARY(16) for storage
(NOT a database question, so please hang on) I’m having some cross-dbase compatibility issues with built-in dbase functions for generating and storing a UUID. So I want to create my own UUID, convert...
View ArticleWeb App da schedulare
Ciao a tutti! Ho bisogno del vostro aiuto. Devo creare un’applicazione web cgi da eseguire in maniera schedulata su un Server Linux condiviso: la schedulazione vorrei gestirla io con un timer. Questa...
View ArticleXojo Library (Do deprecated controls appear in the desktop library?)
I saw the popup arrow listed in the Xojo Library palette. (See image #1 below.) I went to the Xojo documentation and typed popup arrow in the search box. (See image #2 below.) However, selecting the...
View ArticleSSH Tunnel from IDE to XOJO Cloud dbase
Is there a way to create a db connection from the IDE on my dev machine, to my XOJO Cloud hosted MariaDB? I’m trying to debug SQL statements, but without connecting to the hosted db I’m not easily...
View Article