MBS Xojo Conference 2026 - What is new in the Xojo Web Framework?
We recorded the presentations at the MBS Xojo Conference in April 2026 and here is the video about what is new in the Xojo Web Framework with Ricardo Cruz.
(more)
We recorded the presentations at the MBS Xojo Conference in April 2026 and here is the video about what is new in the Xojo Web Framework with Ricardo Cruz.
(more)
New in this prerelease of the 26.3 plugins:
New functions in documentation
Download Links: Download Mac dmg or Download Windows/Linux zip
Download: monkeybreadsoftware.de/xojo/download/plugin/Prerelease/.
Or ask us to be added to our shared DropBox folder.
You can subscribe to our Xojo mailing list to get notified for new pre-release and release versions.
We recorded the presentations at the MBS Xojo Conference in April 2026 and here is the Using Apple Foundation Models with Marc Zeedar.
(more)
New in this prerelease of the 26.3 plugins:
New functions in documentation
Download Links: Download Mac dmg or Download Windows/Linux zip
Download: monkeybreadsoftware.de/xojo/download/plugin/Prerelease/.
Or ask us to be added to our shared DropBox folder.
You can subscribe to our Xojo mailing list to get notified for new pre-release and release versions.
With the upcoming MBS Xojo Plugins 26.3 release, we introduce a new helper class: AutoMutexMBS. This class makes working with mutexes safer and more convenient by automatically releasing locks when an object goes out of scope.
(more)We recorded the presentations at the MBS Xojo Conference in April 2026 and here is the Development of a tourist information system to promote local agritourism based on Xojo and Raspberry Pi installations by Paulina Drzazga, Maria Markowiak and Natalia Fiebig.
(more)
New in this prerelease of the 26.3 plugins:
New functions in documentation
Download Links: Download Mac dmg or Download Windows/Linux zip
Download: monkeybreadsoftware.de/xojo/download/plugin/Prerelease/.
Or ask us to be added to our shared DropBox folder.
You can subscribe to our Xojo mailing list to get notified for new pre-release and release versions.
Modern applications increasingly rely on multi-threading: background tasks, network processing, rendering pipelines, and data caching often run in parallel. In such environments, shared mutable data structures become a critical source of bugs if not properly synchronized.
With AtomicDictionaryMBS introduced in MBS Xojo Plugins 26.3, we provide a dedicated thread-safe dictionary designed specifically for safe concurrent access in Xojo applications.
The standard Dictionary in Xojo is not thread-safe. This means:
Developers typically solve this by wrapping a Dictionary in a Mutex, but this approach is error-prone:
We recorded the presentations at the MBS Xojo Conference in April 2026 and here is the Protecting Sensitive Data in Xojo: Practical Encryption Techniques Using MBS Plugins by Bill OKeefe.
Encryption is essential for protecting sensitive user and business data—but implementing it correctly is often confusing. In this practical session, building secure, efficient encryption workflows directly in Xojo using the MBS plugins will be shown.
Using the DICOM medical image format as a complex but relatable data model, we’ll explore how to handle mixed-type binary structures, manage endian differences, and work with Xojo’s MemoryBlock class to prepare data for encryption. From there, you’ll see real examples of AES-256 file encryption and decryption, key generation, chained encryption blocks, and performance optimization with the MBS Crypto classes.
Along the way we’ll cover common pitfalls (such as re-using IVs or ignoring data structure), when to use symmetric vs. asymmetric encryption, and how to keep your code aligned with regulatory standards such as FIPS 140 or HIPAA—even if you’re not working in medicine.
Attendees will receive a download code for working code fragments covering file, text, and database encryption techniques ready for adaptation in their own projects.
by Bill OKeefe
Watch on YouTube. All videos go into the playlist for the conference.
For our clients with plugin licenses for Monkeybread Software, we have a database with licenses and their email contacts.
Each license has multiple emails:
If you contact us with one of the emails and we search the database, we find your record.
When you buy a license for a client, we can put your email as developer in our database, so all communication goes through you. We would still like to know the name of the client and use it for the license keys.
Since you may disappear and clients still may need to renew, we appreciate having the client's email in the database as an alternative one. Then we can ask them directly if they like to renew. Since we do this for 20 years, we have seen multiple developers retire already.
When you order a license for a client in the web shop, you put in the billing address. That may be either the client itself if they pay themselves or your company if you buy it for the client and bill them later. When you use your address, consider adding somewhere a few letters for indicating which customer an order applies to. Or better email us the details for the client separately. If you order an update for one of your clients, we may apply it automatically to the one where we sent the last renewal reminder.
If you already have a couple of clients with MBS Plugin licenses, you can contact us if we should change the primary email for their licenses.
New in this prerelease of the 26.3 plugins:
New functions in documentation
Download Links: Download Mac dmg or Download Windows/Linux zip
Download: monkeybreadsoftware.de/xojo/download/plugin/Prerelease/.
Or ask us to be added to our shared DropBox folder.
You can subscribe to our Xojo mailing list to get notified for new pre-release and release versions.