Our Blog   Our Claris FileMaker Blog   Our Xojo Blog   Archive     Follow us on Mastodon, Twitter, Xing, LinkedIn or Facebook.

Xojo Stammtisch in Wien

Wer hat Interesse an einem Xojo Entwicklertreffen im September in Wien?

Einfach in gemütlicher Runde treffen in einem netten Restaurant und beim Abendessen was über Xojo reden. Vielleicht habt ihr ja auch Fragen und Probleme, wo ich helfen kann?

Zeit wäre ca. 18 bis 21 Uhr, so dass man auch später kommen oder früher gehen kann.

Termin: 23., 24. oder 26. September Termin Umfrage

Bei Interesse bitte bei uns melden.

Falls sonst noch Bedarf an Schulung, vor Ort Entwicklung oder FileMaker/Xojo Hilfe besteht, bitte wegen Terminfindung bald melden.

Read barcodes with newer zxing classes

We had zxing classes in our plugins to recognize barcodes for many years. The older zxing library we used got outdated, but there is a successor. The zxing library got branched and we can use the newer versions with a different interface to make new classes and a module for Xojo:

The new module has two methods to take a picture and find barcodes:

(more)

MBS Xojo Plugins, version 24.4pr6

New in this prerelease of the 24.4 plugins:
  • Fixed problem with ReadBarcodes function in ZxingBarcodeMBS module.
  • Updated LibXL to version 4.4.0.
  • Fixed thread naming to avoid renaming main thread.
  • Updated SQLAPI to version 5.3.4 with DuckDB 1.0 support.
  • Improved CURLSMultiMBS class to clear cancel flag for CURLSMBS objects.
  • Fixed NSFileCoordinatorMBS constructor to accept nil parameter.
  • Added DidMove and DidResize events for NSStatusItemMBS class.
  • Added DidChangeOcclusionState event for NSStatusItemMBS class to detect if your item is not shown.
  • Changed captureStillImageAsynchronouslyCompleted event in AVFoundationMBS class, so it prepares CMSampleBufferMBS with Picture when set PrepareCIImage, PrepareNSImage and PrepareJPEGData is set in AVCaptureVideoDataOutputMBS class.
  • Added shaderModifiers and handle properties for SCNMaterialMBS class.
  • Added shaderModifiers for SCNGeometryMBS class.
  • Updated CURL to version 8.10.0.
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.


Deprecation of TLS 1.0 and 1.1

Anyone still needs TLS 1.0 and 1.1 when working with MBS Plugins?

OpenSSL plans to disable them by default. We should do the same.

Everyone moved to TLS 1.2 and 1.3 as far as we know, so nobody should need the older one. The version 1.2 was published in 2008 and most browser already removed support for the older ones.
The older versions had weak ciphers and digest algorithms which shouldn't be used anymore. It's too easy to attack such connections and be the man in the middle, who could decipher the content.

Let us know if you still need older versions. Otherwise they will get disabled in future plugins, probably next year.

Managing File Access in Xojo with NSFileCoordinator

In the realm of cross-platform development, handling file access consistently across different operating systems can be a challenging task. For Xojo developers working on macOS or iOS, NSFileCoordinatorMBS and NSFilePresenterMBS from the Monkeybread Software’s Xojo plugins offer a powerful way to manage file access while avoiding conflicts with iCloud. In this blog post, we’ll delve into a practical example of using these classes in a Xojo project.

Introduction to NSFileCoordinatorMBS and NSFilePresenterMBS

Before we dive into the code, let’s briefly understand what NSFileCoordinatorMBS and NSFilePresenterMBS do:

  • NSFileCoordinatorMBS: This class helps in coordinating access to files across different processes. It ensures that multiple processes can read from or write to a file without interfering with each other, thus avoiding file access conflicts.
  • NSFilePresenterMBS: This class works in tandem with NSFileCoordinatorMBS and represents a file or directory that presents its state to the file coordinator. It allows your app to be notified of changes to the file or directory it is coordinating. We won’t really use this class today.

Example Scenario

Let’s walk through a simple Xojo application example where a user selects a file, and the application reads its contents. We will use NSFileCoordinatorMBS and NSFilePresenterMBS to manage file access on macOS or iOS while skipping these steps on Windows and Linux.

(more)

xDev Magazine 22.5 Issue

The September/October (22.5) issue of xDev Magazine is now available. Here's a quick preview of what's inside:

Xojo and MQTT by Tim Dietrich
MQTT is a low-resource messaging protocol that lets devices communicate with each other. It's ideal in scenarios where a device might not have a lot of power or connectivity. Tim explains how to use this with your own Xojo apps.

Balancing Act (Raspberry Pi Part 9) by Eugene Dakin
If you've ever wanted to use your Raspberry Pi to detect tilt and other movements, Eugene is here showing how to connect a gyroscopic sensor and read the results with Xojo.

Invaders from Space! by Marc Zeedar
In this fun summer project, Marc creates a version of the classic Space Invaders game in Xojo. You'll learn how to do animation, explosions, collision detection, and other aspects of game play. Use it as inspiration for your own retro games!

Design Patterns 6 -- Supporting Undo by Marc Zeedar
If you thought supporting undo in your app was difficult, it's because you weren't using the Command design pattern. Marc shows how it makes undo easy!

Plus: Topics such as how to use ChatGPT 4o-mini to correct your grammar, using overlays, retro gaming with Xojo, an interview with Kem Tekinay, and more!

17 years of MBS Xojo DynaPDF Plugin

About 17 years ago we started the development of our DynaPDF Plugin.

After a year of development, the plugin was released to the public on 1st Sep 2007 with MBS Plugin 7.6pr1.

This plugin has been a big success for us and provides the PDF engine to thousands of Xojo applications around the world. Based on user feedback we got a lot of functions over the years like the raster engine, PDF/A conversion and ZUGFeRD support.

Please make sure you try the plugin, make it part of your toolbox and start to enjoy all the PDF features you can add to your application.

MBS Xojo Plugins, version 24.4pr5

New in this prerelease of the 24.4 plugins: 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.


MBS Xojo Plugins, version 24.4pr3

New in this prerelease of the 24.4 plugins: 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.


MBS SQLite Extension in version 1.7

NICKENICH, Germany (August 8th, 2024) -- Monkeybread Software releases version 1.7 of the MBS SQLite Extension.

The MBS SQLite Extension is a multifunctional extension to any SQLite powered application.

Our SQLite Extension supports Mac OS, Windows and Linux. You can use it
  • in MBS SQL Plugin with SQLite,
  • in Cube SQL 4.0 and newer,
  • in Studio Stable Database Server 2.0 and newer,
  • in Xojo with the SQLiteDatabase class (needs LoadExtensions property set to true),
  • in Real Studio with the REALSQLDatabase class,
  • with SQLiteManager
  • or any other SQLite application using load_extension.

New in Version 1.7:
  • Changed EncodeHex, DecodeHex and RemoveAccents functions to pass through NULL values.

  • Fixed problem in EncodeHexMBS and DecodeHexMBS returning error.

  • Upgraded Linux builds. Now 32+64 and Intel+ARM versions available.
(more)

MBS Xojo Conference - Xojo Update

We recorded the presentations at the MBS Xojo Conference in April 2024 and here is the last video with Geoff Perlman talking about DBKit:

We got a bonus session where Geoff Perlman, CEO of Xojo Inc, talks about DBKit and how it is built and answers questions.

Watch on YouTube. All videos go into the playlist.


Phone system down

We are switching from DSL to fiber and that broke the phone system.
Currently you can’t call us via phone.

Should be fixed in the next days.
For the time being, please contact us per email.

PS: Problem was fixed. Phone works once again!

MBS Xojo Plugins, version 24.4pr2

New in this prerelease of the 24.4 plugins:
  • Added ClearSharedInstance method to CURLSMultiMBS class.
  • Improved CURLSMultiMBS class to clear buffers before transfer and flush output files after transfer automatically.
  • Updated DynaPDF to version 4.0.90.257.
  • Fixed a problem with DynaPDF and a full width space character not working correctly.
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.


MBS Xojo Conference - Depot diversification visualization

We recorded the presentations at the MBS Xojo Conference in April 2024 and here is the tenth video with Hans-Peter Görg presenting about Depot diversification visualization:

Even if you invest in ETFs to build up your own portfolio, achieving the desired diversification is not easy. Several ETFs can create shares clusters and regional clusters through the shares held indirectly through them.
The app was developed in Xojo to be able to control this and to visualize the regional and holdings distribution.

More videos will follow into the playlist.


MBS Xojo Plugins, version 24.4pr1

New in this prerelease of the 24.4 plugins:
  • Added size and boundingRectWithSize methods for NSAttributedStringMBS class.
  • Fixed WindowsDeviceWatcherMBS class to pass an WindowsDeviceInformationUpdateMBS for Updated event.
  • Upgraded all linux compilers to newer versions. Requires GLIBCXX_3.4.26 now for Scintilla.
  • Disabled trace logging for MongoDB by default. Was accidentally enabled.
  • Implemented async events for 32-bit Linux for newer Phidget classes.
  • Improved events for LibUSBTransferMBS class on Linux 32-bit.
  • Enabled new JSONMBS class to work well on Linux 32-bit.
  • Fixed a bug in DrawRotatedTextMBS function where it would not rotate text on Windows.
  • Added DecodeIMAPFolderName functions to CURLSMBS class to help decoding IMAP folder names.
  • Updated Tidy library to version 5.8.
  • Removed a deprecated constants and methods from tidy classes and added new ones.
  • Added OptionNames and Tidy functions to TidyDocumentMBS class.
  • Added NSUserActivityMBS and NSUserActivityEventsMBS classes for adding the Handoff feature in your iOS or macOS application.
  • Updated XL plugin for Linux 32-bit to use version 4.3 of LibXL.
  • Added hitTest function to NSViewMBS class.
  • Added Records method and Operator_Convert to MongoCursorMBS class.
  • Added kSSLVersionMax* constants for CURLSMBS class.
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.


MBS Xojo Conference - More Design Patterns

We recorded the presentations at the MBS Xojo Conference in April 2024 and here is the nineth video with Marc Zeedar presenting about more Design Patterns:

(more)

News from the MBS Xojo Plugins Version 24.3

In this article Stefanie introduces you to the new functionalities from the MBS Xojo Plugins in version 24.3

Python

I would like to introduce you to the highlight of this release right at the beginning. You can now use Python code in your application with the help of the MBS Xojo Plugins. This programming language, which appeared in the 90s, is one of the most popular of its kind and is used by many developers. We are therefore pleased to be able to open up this world to you in this release. Our new PythonMBS class can load a local Python library and evaluate expressions or run scripts. Get and set variables in Python to exchange data in memory. The Python code can optionally call back to Xojo code with custom functions

We discuss this topic in more detail in our blog article Using Python in Xojo. Take a look at this article and take a dip into the world of Python with Xojo.

(more)

MBS Xojo Conference - Using URLConnection to Export to PDF across all platforms

We recorded the presentations at the MBS Xojo Conference in April 2024 and here is the eight video with David Cox presenting about using URLConnection to Export to PDF across all platforms:

Providing PDF reports from HTML within your applications is easy for Desktop and Web apps, but nearly impossible with Mobile apps. Including additional software to do the conversion makes your app larger and more likely to be rejected by App Stores. Instead, create a RESTful Web server to take your HTML via a URLConnection and place the result into a database as a solution that works consistently for Desktop, Web and Mobile apps.

More videos will follow into the playlist.


Omegabundle for Xojo 2024 Now Available

Get the top developer tools and third party components for the Xojo cross-platform development platform at a huge savings.

Omegabundle for Xojo 2024 is a collection of the most useful tool sets, add-ons, digital books and components for use with Xojo Inc’s Xojo development environment. If purchased separately and not including any additional offers, the total cost would be over $4066. Omegabundle for Xojo 2024 costs $399.99, a $100 limited time discount off of the regular $499.99 price.

Xojo is an award-winning, cross-platform development tool for the Desktop (macOS, Windows, Linux), Web, iOS (iPad/iPhone) and Raspberry Pi. With Xojo, you can create native applications by using drag-and-drop to build your user interface and then one straight-forward programming language to enable the functionality. Xojo is powerful and modern, yet easy to use and learn.

Included Products

  • Einhugur Plugin Pack for Xojo (UPDATED). e-CryptIt Engine for Xojo and all 39 libraries and plugins, including plugins to work with Microsoft Excel and Microsoft Word.

  • Ohanaware App Wrapper (UPDATED). Prepare your application for the Mac App Store or Web Distribution (macOS only app)

  • GrafittiSuite Desktop Edition (UPDATED). 69 (up from 66 from 2023!) incredible user interface controls for Xojo that add value and improve the professional appeal of your Xojo applications.

  • xDev Library (NEW) Xojo Database Collection Book + 19 new digital articles

  • MBS Complete Plugins for Xojo (UPDATED). 47 plugins that extend Xojo with capabilities you want and need to build professional, native OS applications

  • MBS SQL Plugin for Xojo (UPDATED). The alternative database interface to Xojo. Connect to 14 different database systems, use more without relaying on ODBC.

  • MBS SQLite Extension for Xojo (UPDATED). Adds significant additional functions and support of Regular Expressions in working with SQLite databases.

  • Paradigma Software Valentina Studio Pro (UPDATED). Ultimate reports designer, database administration and forms creation tool that runs on all three operating systems - Windows, macOS, Linux. Select one OS version.

  • Paradigma Software ValentinaDB ADK for Xojo (UPDATED). Embed the ultra-fast, object-relational Valentina database into your applications and deploy royalty free - Windows, macOS, Linux, including Raspberry PI! Also works with local SQLite files and as a client to Valentina Server.

  • Paradigma Software Valentina Reports ADK for Xojo (UPDATED). Generate visually rich reports as graphics, web pages or PDF from your Xojo applications on Windows, macOS, Linux including Raspberry PI! Also works with local SQLite files and as a client to Valentina Server.

  • Paradigma Software Valentina Server Unlimited (UPDATED). 4-in-1 Reports Server, Forms Server along with two database servers: one built on object-relational Valentina Database and the other on SQLite. Report and forms serving works with MySQL, PostgreSQL, MS SQL Server and the included Valentina and SQLite servers

  • xDev Magazine (UPDATED). Get back issues and a year’s subscription to xDev Magazine, the professional’s magazine for developing with Xojo.

You can learn more Omegabundle for Xojo 2024 from the Omegabundle website.. Please allow up to 3-5 business days for all components to be supplied by participating vendors. If you are ready to purchase, order now from the Paradigma Software store.


MonkeyBread Software Releases the MBS Xojo Plugins in version 24.3

Nickenich, Germany - (July 9th, 2024) -- Monkeybread Software today is pleased to announce MBS Xojo Plugins 24.3 for macOS, Linux and Windows, the latest update to their product that is easily the most powerful plugin collection currently available for Xojo. MBS Xojo Plugins have been updated and now includes over 3000 classes and 82,000 documented features, and the versatile plugins have gained more new functions:

Use Python scripts in your Xojo application. Our new PythonMBS class can load a local Python library and evaluate expressions or run scripts. Get and set variables in Python to exchange data in memory. The Python code can optionally call back to Xojo code with custom functions.

We improved NSLocaleMBS class for macOS and iOS to provide more information with properties. Use localizedString functions to get localized names for these identifiers and use the DidChange notification with NSNotificationObserverMBS class to get a callback if locale changes.

In DynaPDF you can now keep annotations from flattening if DynaPDF doesn't recognize them. The FindText method in DynaPDFParserMBS class can now skip sorting with the new SearchAsIs flag. You can enable an image cache for DynaPDF and change line annotation's coordinates.

Our CURL plugin got enhanced to better handle MQTT connections. We got a new example to show you how to do MQTT connections. The debug log for CURL connections shows the URL for the request for helping you to debug the scripts.

For Windows we added WindowsDeviceWatcherMBS class to watch for devices connecting. The WindowsDeviceInformationMBS class provides details. This helps with our BLE classes for Windows to better find devices.

The low level compression classes for bzip and zlib (ZLibDecompressMBS, ZLibCompressMBS, BZip2DecompressMBS and BZip2CompressMBS classes) got new constructors to take output buffer as ptr and buffer size as integer, so you can use them with MemoryBlocks. The SetInput methods now take ptr, too.

The new UIDeviceMBS class provides details about the iOS device. Query orientation, system version, model and orientation. The XMLValidatorMBS class can now convert XML to canonical format. The isValidJSON function in JSONMBS class can validate whether some text is valid JSON.

Use the new DarwinHostVMStatisticsMBS class to query memory statistics for virtual memory on macOS and iOS. Use the Duplex property with NSPrintInfoMBS class to switch duplex on or off. And check the isSequoia function in SystemInformationMBS module to detect the next macOS version.

Finally we updated CubeSQL library to version 5.9, CURL to 8.8.0, DynaPDF to 4.0.89.256, the plugin SDK for Xojo 2024r2, SQLAPI to 5.3.2, SQLite to 3.46.0 and updated to Xcode to version 15.4.

See release notes for a complete list of changes.


Older blog entries:

2024-07-09 MBS Xojo Conference - Xojo Performance
2024-07-05 MBS Xojo Plugins, version 24.3pr7
2024-07-04 Using Python in Xojo
2024-07-02 MBS Xojo Conference - Web Development
2024-07-01 xDev Magazine 22.4
2024-07-01 MBS Xojo Plugins, version 24.3pr6
2024-06-30 Get a trial license key
2024-06-28 Useful array and variant functions
2024-06-27 Xojo 2024r2
2024-06-26 MBS Xojo Plugins, version 24.3pr5
2024-06-25 MBS Xojo Conference - Cross platform development using Convert to Method Pair
2024-06-21 MQTT in Xojo
2024-06-19 MBS Xojo Plugins, version 24.3pr4
2024-06-18 MBS Xojo Conference - Managing exceptions like a pro
2024-06-14 MBS Xojo Plugins, version 24.3pr3
2024-06-11 MBS Xojo Conference - Mobile Development
2024-06-10 MBS Xojo Plugins, version 24.3pr2
2024-06-04 MBS Xojo Conference - New features in MBS Plugins
2024-06-03 MBS Xojo Plugins, version 24.3pr1
2024-05-28 MBS Xojo Conference - Xojo Update

Archives

Sep 2024
Aug 2024
Jul 2024
Jun 2024
May 2024
Apr 2024
Mar 2024
Feb 2024
Jan 2024
Dec 2023
Nov 2023
Oct 2023
Sep 2023
Aug 2023
Jul 2023
Jun 2023
May 2023
Apr 2023
Mar 2023
Feb 2023
Jan 2023
Dec 2022
Nov 2022
Oct 2022
Sep 2022
Aug 2022
Jul 2022
Jun 2022
May 2022
Apr 2022
Mar 2022
Feb 2022
Jan 2022
Dec 2021
Nov 2021
Oct 2021
Sep 2021
Aug 2021
Jul 2021
Jun 2021
May 2021
Apr 2021
Mar 2021
Feb 2021
Jan 2021
Dec 2020
Nov 2020
Oct 2020
Sep 2020
Aug 2020
Jul 2020
Jun 2020
May 2020
Apr 2020
Mar 2020
Feb 2020
Jan 2020
Dec 2019
Nov 2019
Oct 2019
Sep 2019
Aug 2019
Jul 2019
Jun 2019
May 2019
Apr 2019
Mar 2019
Feb 2019
Jan 2019
Dec 2018
Nov 2018
Oct 2018
Sep 2018
Aug 2018
Jul 2018
Jun 2018
May 2018
Apr 2018
Mar 2018
Feb 2018
Jan 2018
Dec 2017
Nov 2017
Oct 2017
Sep 2017
Aug 2017
Jul 2017
Jun 2017
May 2017
Apr 2017
Mar 2017
Feb 2017
Jan 2017
Dec 2016
Nov 2016
Oct 2016
Sep 2016
Aug 2016
Jul 2016
Jun 2016
May 2016
Apr 2016
Mar 2016
Feb 2016
Jan 2016
Dec 2015
Nov 2015
Oct 2015
Sep 2015
Aug 2015
Jul 2015
Jun 2015
May 2015
Apr 2015
Mar 2015
Feb 2015
Jan 2015
Dec 2014
Nov 2014
Oct 2014
Sep 2014
Aug 2014
Jul 2014
Jun 2014
May 2014
Apr 2014
Mar 2014
Feb 2014
Jan 2014
Dec 2013
Nov 2013
Oct 2013
Sep 2013
Aug 2013
Jul 2013
Jun 2013
May 2013
Apr 2013
Mar 2013
Feb 2013
Jan 2013
Dec 2012
Nov 2012
Oct 2012
Sep 2012
Aug 2012
Jul 2012
Jun 2012
May 2012
Apr 2012
Mar 2012
Feb 2012
Jan 2012
Dec 2011
Nov 2011
Oct 2011
Sep 2011
Aug 2011
Jul 2011
Jun 2011
May 2011
Apr 2011
Mar 2011
Feb 2011
Jan 2011
Dec 2010
Nov 2010
Oct 2010
Sep 2010
Aug 2010
Jul 2010
Jun 2010
May 2010
Apr 2010
Mar 2010
Feb 2010
Jan 2010
Dec 2009
Nov 2009
Oct 2009
Sep 2009
Aug 2009
Jul 2009
Apr 2009
Mar 2009
Feb 2009
Dec 2008
Nov 2008
Oct 2008
Aug 2008
May 2008
Apr 2008
Mar 2008
Feb 2008
XML: RSS Feed XML: Atom Feed