Our Blog   Our FileMaker Blog   Our Xojo Blog   Archive

Sechs Monate bis zur FileMaker Konferenz in Salzburg

In gerade mal sechs Monaten startet die FileMaker Konferenz in Salzburg. So langsam füllt sich die Konferenz und inzwischen steht auch das Programm.



Vom 13. bis 16. September 2026 treffen sich wieder ca. 120 Teilnehmer aus dem Deutschsprachigen Raum im JUFA in Salzburg.

Das FileMaker Konferenz-Team Jan Rüdiger und Corinna Mallitsch erwarten 2026 rund 120 Entwickler, Anwender, IT-Fachleute und Entscheidungsträger aus Wirtschaft, Bildung und Verwaltung. Rund um 24 Fachvorträge und Workshops wird es viel Zeit zum Vernetzen in den gemeinsamen Pausen und beim Abendprogramm geben.

Bitte bald anmelden um ein Ticket zu bekommen. Die Konferenztickets und die Zimmer im Hotel waren in den vorherigen Jahren schon vor der Konferenz ausverkauft.

Wir sind zu zweit vor Ort mit einem Stand. Kommen Sie vorbei mit Ihren Fragen zum MBS Plugin. Wir haben bestimmt eine neue Funktion, die Sie noch nicht kennen!

Logging Activities in FileMaker with MBS FileMaker Plugin

When developing a professional FileMaker solution, logging is an important part of maintaining stability, security, and traceability. Knowing who did what and when helps developers troubleshoot issues, audit changes, and understand how a system evolves over time.

With the help of the MBS FileMaker Plugin, you can implement powerful logging mechanisms directly in your solution. Below are several practical approaches to logging activity in a FileMaker system.

1. Log User Login and Logout

A simple but very useful step is logging when users start and leave the system.

You can do this by running scripts when the solution opens and closes. These scripts can store information such as:

  • Account name
  • Timestamp
  • Workstation or host
  • Database file

For example, a startup script can log when a user logs in, while a shutdown script records when they log out. This gives you a clear overview of user sessions and can help track usage patterns or troubleshoot problems.

(more)

MBS Xojo Plugins, version 26.1pr8

New in this prerelease of the 26.1 plugins:
  • Updated libarchive to version 3.8.6.
  • Fixed a crashing issue with control events.
  • Updated CURL library to version 8.19.0.
  • Enabled native CA for CURL on Windows.

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.


MBS FileMaker Plugin, version 16.1pr8

New in this prerelease of version 16.1 of the MBS FileMaker Plugin:
  • Updated libarchive to version 3.8.6.
  • Updated CURL library to version 8.19.0.
  • Enabled native CA for CURL on Windows.

New functions in documentation

Download Links: Download Mac dmg or Download Windows/Linux zip


Downloads at monkeybreadsoftware.com/filemaker/files/Prerelease/:


You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


Moving background threads to efficient cores

For next MBS Xojo Util Plugin, we add new functions to get and set the quality of service level for a thread:

GetQOSClassMBS as Integer
SetQOSClassMBS(QOS as Integer) as Integer

If your thread is marked with the highest level, usually named user interactive, the threads gets more attention and a better CPU core if available. On the other side the lower levels like background moves the thread to a lower priority and if possible a more efficient CPU core. All the levels between are scheduled on depending on the work load and what is available.

(more)

MBS Xojo Plugins, version 26.1pr7

New in this prerelease of the 26.1 plugins:
  • Added TitleIcon property to TaskDialogMBS class.
  • Updated taglib to version 2.2.1
  • Improved SSH tunnel for macOS/iOS to mark the thread with background priority.
  • Added GetQOSClassMBS and SetQOSClassMBS to change the priority of a thread and move background tasks to an efficiency core.
  • Added Profiles function to GMImageMBS class.
  • Updated ChartDirector to version 7.2.
  • Fixed a bug with newer license keys for ChartDirector.
  • Fixed a crashing issue with control events.
  • Fixed an issue with InstrumentIDOnChannel() for MidiPlaybackMBS class.

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.


MBS FileMaker Plugin, version 16.1pr7

New in this prerelease of version 16.1 of the MBS FileMaker Plugin:
  • Fixed a problem with FM.TableStatistics function not counting JPEGs in container correctly.
  • Added Dialog.GetTitleIcon and Dialog.SetTitleIcon functions.
  • Changed the dialog functions to show picture in the dialog with input fields.
  • Updated taglib to version 2.2.1
  • Improved SSH tunnel for macOS/iOS to mark the thread with background priority.
  • Changed JSON.Import to take "-" for the root table name and then only use the prefix.
  • Changed XML.Import and JSON.Import to report an error if you pass invalid characters for the table name prefix or root name.
  • Added GMImage.Profiles function.

New functions in documentation

Download Links: Download Mac dmg or Download Windows/Linux zip


Downloads at monkeybreadsoftware.com/filemaker/files/Prerelease/:


You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


ChartDirector 7.2

We got the notice that ChartDirector received a bugfix update, so we update our MBS Xojo ChartDirector Plugin in the next days.

Here the announcement from Advanced Software Engineering Ltd:

ChartDirector for C++ 7.2 is a bug fixing release. It fixes bugs discovered since ChartDirector for C++ 7.1.

(more)

FMTraining.TV series about MBS

Currently Nick Hunter runs a series at FM Training TV about using MBS Plugin for his document management solution.

It continues this week with more importing:

(more)

MBS Xojo Plugins, version 26.1pr6

New in this prerelease of the 26.1 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.


MBS FileMaker Plugin, version 16.1pr6

New in this prerelease of version 16.1 of the MBS FileMaker Plugin:
  • Improved search in our search inside custom functions dialog, so we can search the content of the custom functions.
  • Updated DynaPDF to version 5.0.0.4.
  • Improved script search to better handle cases with thousands of scripts on Windows.
  • Updated CURL library to version 8.19.0 rc3.
  • Removed unneeded path empty check for XL.Initialize function.

New functions in documentation

Download Links: Download Mac dmg or Download Windows/Linux zip


Downloads at monkeybreadsoftware.com/filemaker/files/Prerelease/:


You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


Elevate FM

We are happy to sponsor the Elevate FM conference in Toronto. This is an English speaking FileMaker conference in Canada happening from June 4 to 5th, 2026 in the Toronto Hilton hotel.

Currently you can get early bird tickets for $899 CAD, which is about $656 USD or 566 Euro.

I visited the conference last year and stayed in the Marriott Downtown at CF Toronto Eaton Centre, which was more affordable and in walking distance to the conference.

(more)

xDev Magazine 24.2 Issue

The March/April (24.2) issue of xDev Magazine is now available. Here's a quick preview of what's inside:

Ultrasonic Range Sonar by Eugene Dakin
One cool thing about Raspberry Pi development is building physical devices that do things in the real world. How about using sonar to measure the distance to an object? Today, Eugene shows how to hook up an Ultrasonic Range Finder to your Raspberry Pi and use Xojo to calculate the distance to wherever it is pointing!

The Subclass Reflex by Tim Dietrich
When you're working on a project, it's natural to just produce a subclass of a class. But is that always the best decision? In this piece, Tim explains how subclassing can be a problem in some situations and demonstrates a superior technique. He shows how to decide when to use which approach, so in the future you'll make the right call.

Doing the Impossible by Marc Zeedar
Modern AI models are seemingly capable of helping us code just about any project. Except that the two Marc attempted are considered "impossible" by even AI. Yet he stuck with it, and after hours of technical conversations with ChatGPT, he figured out a good workaround for his technical dilemma. It turned out to be a fascinating experience with the genius and idocy of modern AI.

Plus: Happy 30th Birthday, Xojo! An introduction to Xojo Libraries, how to highlight PDFs with MBS, AI taking over, and more!

Copy examples from documentation to FileMaker

Did you know that you can copy the text or XML from our example snippets?
And for the XML then paste it on macOS and Windows to your Script Workspace?

(more)

MBS Xojo Plugins, version 26.1pr5

New in this prerelease of the 26.1 plugins:
  • Updated zlib to version 1.3.2.
  • Updated taglib to version 2.2.
  • Improved DigestMBS class to raise OpenSSLExceptionMBS in case of failure instead of simply returning an empty hash.
  • Added MD4 method again to DigestMBS class.
  • Added XOFLen property to DigestMBS class.

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.


MBS FileMaker Plugin, version 16.1pr5

New in this prerelease of version 16.1 of the MBS FileMaker Plugin:
  • Improved dialog functions for Windows to better handle placeholder text.
  • Updated zlib to version 1.3.2.
  • Updated taglib to version 2.2.
  • Improved Hash.Digest and Hash.DigestFile functions to work with shake128 and shake256.
  • Improved NSDate passing to return date with milliseconds, e.g. for Files.CreationDate.
  • Added OutputType and Duplex as options for WebView.SetPrintParameter for iOS.
  • Added HeaderTitle, FooterUri, ShouldPrintHeaderAndFooter and ShouldPrintSelectionOnly as options for WebView.SetPrintParameter for Windows.
  • Changed Files.List, Files.ListAsJSON and Files.ListRecursive to accept a list for ExtensionFilter parameter.
  • Changed the script search button on Windows to be the right side of the window and move with resizing.

New functions in documentation

Download Links: Download Mac dmg or Download Windows/Linux zip


Downloads at monkeybreadsoftware.com/filemaker/files/Prerelease/:


You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


French Speaking FileMaker Conferences

This year Monkeybread Software sponsors two French speaking FileMaker conferences:

Les Rendez-Vous::FM[2026]
du 23 au 25 Avril 2026 – Aix-en-Provence, France
2026.rendez-vous-fm.fr

Quebec FileMaker Developers Conference
16th to 17th June 2026 - Montreal, Canada
cqdf.ca and fmqc.ca

We visited both conference multiple times in the past and we recommend anyone speaking at least some French to visit them.

Scopes and namespaces in Xojo

In Xojo we have several scopes for accessing properties or variables

  • Local variables within the method
  • Me to access properties in the current control (or class)
  • Self to access properties in the current window, web page or class
  • Module name to access properties in a module
  • App to access properties in the current application class, whatever it is named.
  • Global to access things in the global namespace with the same name as a local thing.
  • Xojo as the namespace that defines a lot of framework features.

The Xojo framework itself defines dozens of modules as namespaces. For example there is Xojo, System, Localization, Runtime, Introspection, Bitwise or Encodings to just name a few.

(more)

Dialogs with fields for Windows

We have our dialog functions in MBS FileMaker Plugin to quickly show a dialog in a calculation. Usually to show a custom dialog in FileMaker at any time to quickly report something to the user or to quickly ask a question with yes or no.

 

For example we can just ask with a Let statement for whether we should delete a file:

 

Let ( 

[

    _ = MBS("Dialog.Reset") ;

    _ = MBS("Dialog.SetDefaultButton" ; "Yes") ;

    _ = MBS("Dialog.SetOtherButton" ; "No") ;

    _ = MBS("Dialog.SetAlternateButton" ; "Cancel") ;

    _ = MBS("Dialog.SetMessage" ; "Delete the old file?") ;

    _ = MBS("Dialog.SetWindowTitle" ; "Backups done") ;

    _ = MBS("Dialog.Run") ;

    button = MBS("Dialog.GetButtonPressed")

] ;

    // 0 -> Yes, 1 -> No, 2 -> Cancel

    button

)


(more)

Use Llama.cpp in Xojo

For MBS Xojo Plugins 26.1 we include new Llama classes to use local LLMs on your computer. Instead of paying for a web service to run the LLM on someone else's computer, you can run it locally on yours.

Llama chat example showing what the LLM knows about Xojo. (more)

Older blog entries:

2026-02-23 Search all Scripts improved
2026-02-21 MBS Xojo Conference Update
2026-02-20 MBS Xojo Plugins, version 26.1pr4
2026-02-20 MBS FileMaker Plugin, version 16.1pr4
2026-02-19 DynaPDF 5 Introduction
2026-02-18 Minimum iOS version updated to iOS 15
2026-02-17 Use Llama.cpp in FileMaker
2026-02-16 Claris Engage Japan Keynote
2026-02-16 MBS Xojo Plugins, version 26.1pr3
2026-02-16 MBS FileMaker Plugin, version 16.1pr3
2026-02-11 QRCode with sequences in FileMaker
2026-02-10 MBS at Full Access 2026
2026-02-09 Introducing TOON and JSON.ToToon in the MBS Plugin
2026-02-06 MBS Xojo Plugins, version 26.1pr2
2026-02-06 MBS FileMaker Plugin, version 16.1pr2
2026-02-06 QRCode with sequences in Xojo
2026-02-05 Installing MBS Plugin on macOS into FileMaker Pro
2026-02-04 MBS @ FMTraining.TV - Installing the MBS Plug-in In FileMaker Via Script
2026-02-03 Putting an end to the Server Busy Dialog in FileMaker
2026-02-03 TOON: A Token-Efficient Alternative to JSON — Now in MBS Plugin for Xojo

Archives

Mar 2026
Feb 2026
Jan 2026
Dec 2025
Nov 2025
Oct 2025
Sep 2025
Aug 2025
Jul 2025
Jun 2025
May 2025
Apr 2025
Mar 2025
Feb 2025
Jan 2025
Dec 2024
Nov 2024
Oct 2024
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

Follow us on BlueSky, Mastodon, Twitter, Xing, LinkedIn or Facebook.


Ausspannen vom Alltagsstress mit einer Waldführung oder einem Waldpäuschen mit der Waldmeisterin.