The SortMBS module
Please check out our SortMBS module in MBS Xojo Plugins. It contains optimized array methods for a few things. These functions are highly optimized and usually magnitudes faster than doing it in Xojo...
View ArticleSubclassed controls description for library
Is it possible to set the description for the library for custom controls? We often have subclassed controls with the same name (in different modules). In the library they have all the same name and...
View ArticleXojo 2019 3.2 on MacOS 15 Sequoia
Hello hello, Is anyone using Xojo 2019 3.2 on MacOS 15 Sequoia (M2 Pro)? I still need this version of Xojo for my Web 1 app. There are no problems with the IDE and the compilation? 7 posts - 4...
View ArticleIntroduction to PocketBase: A Backend Alternative for Xojo Developers
Originally published at: Introduction to PocketBase: A Backend Alternative for Xojo Developers – Xojo Programming Blog Introduction When developing applications with Xojo, choosing the right backend...
View ArticleOpening a project webpage in a new window
Hello forum, I’m trying to open a project webpage in a new window by using the following two approaches that I learned from the forum:...
View ArticleGlobalFloatingWindow can't be the only open window
If I have a global floating window on Windows I need to leave one other window open or the app quits. Is there a way to get around this? I need one window that stays above all others in the OS, and...
View ArticleClassic games
I have a strange question here. Does anyone remember a game that was written in REALbasic for Mac Classic many years ago? It was like leap frog in the format of those little triangle peg boards you...
View ArticlePDFdocument yCoord, NextPage help with repeated tables
I always struggle with the y-coordinates in drawing I am working on creating a PDFdocument. The doc is simple with a category title and a table below it, followed by another title and table, and so on...
View ArticleLayouts: The Tab key can send the cursor anywhere
Feedback Case Number: 78428, 74145, 64312, and various forum discussions After scanning some of the Forum’s history, it looks like making layout’s tab order work for data entry layouts has not been a...
View ArticleClipboard Raw Data
I’m wondering if anyone can point me to some clipboard learning material. I’m trying to figure out how to store stuff from the clipboard to file, then recall it back to the clipboard. In particular, I...
View ArticleCommand+V not detected anywhere except
Why on earth doesn’t command+v event not find it’s way into keydown in textarea control. It’s only detected in valuechanged what is the purpose of this then : keyboard.AsyncCommandKey used in the...
View ArticleArrays
Forgive me if this is already possible in Xojo (I’m new to the language). I have an array that I’d like to search. See my code and comments below: Dim arr() As String = Array(“Bill”, “Jane”, “Harry”,...
View ArticleConnect to Postgres in Xojo using MBS Plugins
Today we like to connect to Postgres Database server from Xojo using MBS Xojo SQL Plugin. For that we need the client libraries for Postgres, but where to get them? macOS For macOS you can download...
View ArticleUnable to ParseDate…
This is the used code. I always get Test failed. Current Xojo, current Sequoia, MacBook Pro m1 Var New_Date As New Date(2024,10,2) Parsed = ParseDate("2025-02-20", New_Date) If Parsed Then...
View ArticleRunning encryption hashes on large files
About 8 years ago I built an app for in-house use. Some of our clients require that we deliver our final deliverables to them (film scans and related files) packaged according to the Library of...
View ArticleMicrosoft 365 Family Subscription Renewals
Trigger warning: About AI . . . I got an email from Microsoft a few weeks ago about a price increase. Here’s an excerpt: “…Effective 14 February 2025, the price for Microsoft 365 Family subscriptions...
View ArticleDetect Image Type
Assume you have a Picture variable with some content. It might be a PNG or a JPEG or a TIFF. Is there a way to detect which Type it is? I can write the code to make this determination if I have the...
View ArticleRackspace Cancellation Runaround
< rant > When we were doing the original design work for Xojo Cloud back in 2012 to 2014, I got myself a Rackspace account so I could do simple experiments without risking breaking something...
View ArticleSigning problem
Hello, has anyone seen this dialog before? Empty iOS Project runs. I add one line to include a plugin and this dialog shows up. 3 posts - 1 participant Read full topic
View ArticleMailmerge with XOJO
Hi, even this topic is very old. I want to have a file with placeholders ( template) open it with xojo, replace the placeholders, save it, process it ( Plantuml->Graphwiz) . What is the coolest way...
View Article