Web: how to detect the complete web address?
Hi Folks, I would like to detect the complete address the user typed in the browser, to use different part of the webapp. for example https://sales.mycompany.com/orders and detect it in the websession...
View ArticleGraffitiSuite Release 60 Now Available
JOHNSON CITY, TN (September 21, 2024) — GraffitiSuite is pleased to announce Release 60 for Xojo Desktop, iOS and Web! Release Statistics 6 New Classes or Products 29 Additions 37 Bug Fixes Desktop In...
View ArticleCallbacks Supported?
Are callbacks from Kotlin libraries supported? If so, how would it be implemented? We are testing this and it appears to not work. If it doesn’t then polling is the only viable solution, but would not...
View ArticleRecreating workers
Is there a way of disposing of worker processes and having them recreated? We’re doing some extensive processing in workers and they work quite well. We also have a niggling memory leak that can...
View ArticleFenetre qui s'affiche constamment
Bonsoir, Après avoir installer et obtenu ma licence Xojo, j’ai un problème avec une fenêtre qui s’affiche constamment et qui bloque l’éxecution du programme que j’ai lancé. message : " “Nom_programme”...
View ArticleHas anyone updated a Google Doc?
Does anyone have any experience updating Google Docs via Xojo? For instance, a customer uses Google Sheets and other Google-based docs, and they’d like to get them updated programatically via an...
View ArticleEarliest Xojo Supporting M3 Chip
Does anyone know the earliest version of Xojo that began supporting the M3 chip? I’m running an older version of Xojo and am trying to figure out the minimum version I need to test executables on a...
View ArticleWindow Positioning Doesn't seem to work
I have an app I’m trying to move a window that opens to the side using the top and left settings. No matter what I try, the windows appears dead center of the screen. It works as intended on all the...
View ArticleLaunch on specific screen
If I work out what screen an app is running in at the time it closes, how can I ensure that it launches on the same screen next time? (Customer with two screens complains that my apps always open on...
View ArticleNo simulators with Xcode 16 here
Hello, does other people see simulators show up with Xcode 16 in Xojo? and I see them in Xcode: Does Xojo Inc. need to adjust Xojo to work with Xcode 16? 3 posts - 2 participants Read full topic
View ArticleTutorial: How to load related data efficiently
Hi folks, I meant to publish this trick since I don’t know when and finally came around to it. If you are curious about how to load related data from PostgreSQL (or MySQL or even SQLite) efficiently...
View ArticleAccess iCal on iOS or Mac OS
Hi folks, I wonder if it’s possible to add a date directly from XOJO App (iOS or MacOS) to iCal? Has anyone tried this - did you use .ics Files or is there a direct approach? Thanx for your ideas 5...
View ArticleMobileTextField.InputTypes
is there any way to create my own keyboard, e.g. numbers with done, decimal with done or selected characters only, etc? Thanks! 1 post - 1 participant Read full topic
View ArticleInconsistent length types
Anyone bothered by this? FolderItem.length is a UInt64 MemoryBlock.size is an Integer BinaryStream.BytePosition is a UInt64 BinaryStream.Length is a UInt64 BinaryStream.Read(ByteCount as Integer...)...
View ArticleDesign question
Hi all… I’ve developed a lot of custom controls for our project. To speed things up, I am going to develop each control in its own Xojo project file. However, each control depends on a class called...
View ArticleOffset for Return Type prompt is incorrect
Hi All, Is anyone else using the IDE in Linux seeing the return type prompt show up on the left hand side of the screen? I create a new method in a new clean project using the latest version of Xojo...
View ArticleActivation of old Xojo from 2016
Hello, i wrote a application with Xojo 2016, for what i have a license. I use this application until now, i need to change the application, but i can’t anymore activate Xojo to build again. Every time...
View ArticleMobileContainer Too large?
All works usually perfect with a mobileContainer displaying text fields, one under the other. However, when there are too many fields (more than 15), when selecting a field at the bottom, the whole...
View ArticleHow do I add confidential information to a bug report?
I need to add some confidential information to a bug report. I can make a related confidential issue. But can I add information that is only visible to Xojo to an existing report? 4 posts - 3...
View ArticleWebHook with Airtable
Hi, One of my supplier need to connect and get datas from me with Airtable. He wants to do it with a webhook. I started with a web App but could not get it to work and ended up with a desktop App....
View Article