Wrong free space on mac Sequoia
MacAir M3 After upgrading form Sonoma to Sequoia 15.3 (a few weeks ago) I notice that I cannot get a reliable free (available) space. As you can see, at the bottom of thescreenshot, it shows 245 GB...
View ArticleXojo Developer Magazine Year Book 22
Today the new books arrived from XDevMag. Always great to have all the articles from one year of the Xojo Developer Magazine in one book, where you can just browse through when you have some time in...
View ArticleMenu at rightmost position
Is there a way to posit a menu at the right side of the window like in this example? 1 post - 1 participant Read full topic
View ArticlePopover display side
Hello, I am using popover on windows/mac to display some containers and set a default displayside to right. So far no issues but on macos if I place my window on the right of the screen and display...
View ArticleXojo 2024R4
I have WebDialog with WebListBox using DataSource. The WebDialog can now be resized, which is good. However, the header of the WebListBox is not resizing, this looks bad when making WebDialog wider as...
View ArticleBuild a Xojo Plugin with GitHub Actions
Originally published at: Build a Xojo Plugin with GitHub Actions – Xojo Programming Blog As part of Xojo’s 2025 Year of Code initiative, February’s theme is databases—a perfect fit for my recent work...
View Article-bash: ./RemoteDebuggerConsole: cannot execute: required file not found
I’m stumped… Today I’ve been setting up a Raspberry Pi 4 with the latest Bookworm Lite OS and I tried to run a Xojo console app that I wrote but it fails to launch. So, I decided to copy the...
View ArticleSend and receive images between iPad and Mac
I am developing an iOS app for iPad with Xojo. I would like to edit an image stored on the iPad a little and use it on the Mac side. I have two questions. Is it possible to save an image file from an...
View ArticleWeird behavior in IDE
I recently notice strange behavior in the IDE. Items placed in the tree e.g. a class or a container sometimes cannot be selected. A double click opens the item in a separate tab, but the normal...
View ArticleLaunching airdrop file
Is it not possible to laugh a file for your app outside of the dedicated app folder iOS creates? If I airdrop a file to the phone it sits in the general Files folder. If I try and launch it from there...
View ArticleSDK version issue with Transporter
I’m getting the following warning: SDK version issue. This app was built with the iOS 17.2 SDK. Starting April 24, 2025, all iOS and iPadOS apps must be built with the iOS 18 SDK or later, included in...
View ArticleMemoryBlocks For Speed: A Case Study
Originally published at: MemoryBlocks For Speed: A Case Study – Xojo Programming Blog A few years ago I held a session about MemoryBlocks at the Xojo Developer Conference where I discussed how,...
View ArticleFree webspace to do tests
I am looking for some free webspace to test several PHP scripts (web hooks). I only need about 1MB PHP8.0 or higher needs to be supported. Any ideas? 4 posts - 4 participants Read full topic
View ArticleUnderstanding how the ServerSocket works?
Hi all, I have a quick question for you all about ServerSockets, as I am trying to get an improved understanding of how this feature works. I am correct in my understanding that when a client makes a...
View ArticleWebHTMLViewer background ignores HTML body tag
I have an WebHTMLViewer set inside a Rectangle, and it seems like the WebHTMLViewer inherits the background color of the Rectangle it’s inside of, in lieu of the background color of the HTML it’s...
View ArticleData Storage Approach
I wrote before that I’m working on an app that reads data from a Davis weather station. With the help provided in that thread, I have something working well in retrieving the data and displaying it....
View ArticleOption + space is different to space key
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleControl + space key value
hi, how do I check if control key and space key are pressed ? space key value is hex’20’ control + space, key value = hex’C2A0’ why is the value of keyboard key different ? 3 posts - 3 participants...
View ArticleFree Database tool
I’m not sure when they did this but Navicat now has a free/lite version of their product. Found it when I went to look to see if there was anything interesting enough to upgrade for… navicat.com...
View ArticleRegex assistance to match two conditions
I’m trying to confirm that a password contains at least one Capital Letter and One Number. The following search pattern works when it finds a number, but isn’t catching the lack of capital letter....
View Article