How to trap crash camera access denied?
My iOS app asks permission to use the camera (to scan a barcode). When they allow it, the app runs fine. When they deny it, my app crashes when the view that uses the camera is opened. How can I...
View ArticleAdvertise your Linux app on the network
You may know that we have plenty of classes for Bonjour on macOS, iOS and Windows. For Linux we have the Avahi classes to browser for services. In our plugin version 25.1 we add new Avahi classes to...
View ArticleMySQL (MariaDB) "row size too large"
I just encountered an error message I’ve never seen before. I am attempting to add a field to a MySQL (MariaDB) table in Sequel Pro (a MySQL management tool), and I am seeing the following message Has...
View ArticleHangout Starting in 1 Hour!
Geoff will talk about a custom control he recently created and invites you to share your own custom controls Xojo: Webinars and Videos on Xojo Programming 1 post - 1 participant Read full topic
View ArticlePrefsKit Discussion – A Native Preferences Framework for Xojo
More info coming soon… 1 post - 1 participant Read full topic
View ArticleLayout Editor: Feature Request - Stretching objects
A key combination, so an arrow key with a modifier key would stretch an object a pixel at a time, or 10 pixels if the shift key is being held down. This would help with precision in placing and sizing...
View ArticleLayout Editor: Feature Request - Inspector Right and Bottom pixel location
In addition to objects’ Left, Top, Width, and Height showing in the Inspector, also have Right and Bottom as entry fields. It would make it easier to see if multiple selected objects have a specific...
View ArticleLayout Editor: add a Group icon (button)
Feedback Case Number: 78476 The issue # is good. a Link is better: 78476 Another welcome feature who set your design easy to do / modify. Imagine you have two RadioButtons, then you want to move them...
View ArticleWhen Bomb Icon have been added
I searched in the release notes, but I do not found an entry about that. Someone knows when the Bomb Icon have been added ?. 3 posts - 2 participants Read full topic
View ArticleSetting cookie in Safari for iOS
I can no longer set a cookie in Safari for iOS in a web app. Has something changed? 2025-02-13 1 post - 1 participant Read full topic
View ArticleWeb App Woes
Hello, everyone. I have a xojo stand-alone web app hosted on the local area network with 5 terminals/users. Current Server: Intel i5, 6 cores, 16gb RAM, Windows 11 Using the latest Xojo v2024R4.2, the...
View ArticleWindow Opacity in Linux
If any of you are looking to both “get” and “set” the opacity level of a desktop window in Linux, here’s the code that worked for me. I’m running Gnome 47 (by the way). I created a Module and then...
View ArticleIncorporate Android Notification Capability into XOJO Android
Issue : #74928 https://tracker.xojo.com/xojoinc/xojo/-/issues/74928 I need this feature badly. Any update / projection on when it will be implemented in XOJO Android? Please upvote and support the...
View ArticleHow to jump to Messages on CMD+R
Is there a setting or keyboard shortcut to toggle to Messages pane automatically when running a project? I’m going nuts having to select it each time before hitting CMD+R. Thanks! 5 posts - 3...
View ArticleStrategy to Store / Restore with color background tag of the ListBox contents
I am thinking to Store / Restore Row(s) Background Color(s) in a Window the a ListBox. Everything works OK, Store in a .sqlite file, Restore from the .sqlite file. But I have a blank considering the...
View ArticleAnnouncing PrefsKit – A Native Preferences Framework for Xojo
If you’ve ever struggled with handling native preferences across macOS, iOS, and Windows in Xojo, PrefsKit is here to simplify your workflow! This open-source module provides a structured,...
View ArticleUnexpected rotation of an image when resizing
When resizing a JPG file originated in a phone and uploaded to a server with the following method: The resized JPG file is rotated 90 degrees clockwise. I suspect, for what I investigated, that the...
View ArticleBenefits of XSLT 2.0 and 3.0 Compared to XSLT 1.0
You have XSLT 1.0 in Xojo built-in. With our Saxon functions you get XSLT 3.0 and you can enjoy all the 2.0 and 3.0 features in your Xojo applications. XSLT 2.0 and 3.0 introduce several significant...
View ArticleProblem with ListSelectionNotificationReceiver
I tried ListSelectionNotificationReceiver on ListBox1 in Window1. In the Opening event of Window1 I added the following statement: ListBox1.AddListSelectionNotificationReceiver(MyReceiver1)...
View ArticleLast ID
Good evening group, I have to insert some data into a table…is there a quick way to retrieve the last ID inserted? Dim RecordTEMPORANEO1 As New DatabaseRow RecordTEMPORANEO1.Column("NomeDitta") =...
View Article