Our Blog   Our FileMaker Blog   Our Xojo Blog   Archive

Convert Office Files in FileMaker

We have a few customers who use document databases to store Word, Excel, PowerPoint, and other documents in a FileMaker database. To preview these documents in a container field, we need to generate a preview image for each document. JPEG, PNG, and a few other image formats can be displayed directly. However, Office documents need to be converted into images, and this requires an application that can correctly handle document layouts, page breaks, and other formatting.

(more)

MBS Xojo Plugins, version 26.4pr5

New in this prerelease of the 26.4 plugins:
  • Updated whisper headers for version 1.9.2.
  • Added Version property to WhisperMBS class.
  • Updated llama headers to version 0.3.0.
  • Deprecated SetWarmup in LlamaContextMBS class.
  • Added Version property to LlamaMBS class.
  • Removed MemoryBreakdownPrint for LlamaContextMBS class.
  • Removed use_direct_io, use_mmap and use_mlock for LlamaModelParametersMBS class.
  • Changed InternalSQLiteLibraryMBS and InternalCubeSQLLibraryMBS to not activate internal library if you loaded a DLL/so/dylib already.
  • Added ZoomFactor, DefaultBackgroundColor, EnvironmentHandle and ControllerHandle properties to WebView2BrowserMBS class.
  • Updated CURL to version 8.22.0.
  • Updated libxml2 to version 2.15.3.
  • Updated libxslt to version 1.1.45.
  • Updated mongo-c-driver to version 2.5.2.

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.4pr5

New in this prerelease of version 16.4 of the MBS FileMaker Plugin:

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.


Add SVG to PDF pages as vector graphics in FileMaker

With the recent DynaPDF update 5.0.4, you can place SVG drawings on a page in a PDF document. By converting all SVG drawing commands into PDF drawing commands, the graphics is preserved as a vector graphics. This avoids any pixelation that a bitmap graphics would have.

You can load a SVG from file with DynaPDF.LoadSVGFile or with container (DynaPDF.LoadSVG. Then query the sizes and insert the graphics to the current open page in a PDF document with DynaPDF.InsertSVG. There you pass a rectangle and optional the name of the symbol.

When you insert a SVG into a PDF page, you can change the size of the drawing by passing a different width and height. You can pick the position where to place and apply transformations if needed. This allows you to rotate the drawing, mirror it or stretch it in one or both axes. You can use SVG drawings for templates and stamp annotations.

(more)

Two weeks left for Omegabundle 2026

Just two weeks left to get the OmegaBundle 2026 for the $399 USD price.

This year there is no extension and no price hike. If you like to have a bundle with all the goodies, please place an order in time.

Omegabundle for Xojo 2026 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 $7,600 USD. Omegabundle for Xojo 2026 costs $399.99.

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.

Learn more at omegabundle.net, see what is included and order here.


xDev Magazine 24.5

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

TF-Luna LiDAR Range Sensor by Eugene Dakin
You can't have too many ways to measure things. After demonstrating sonar distance measurement, Eugene shows how to use the TF-Luna LiDAR range sensor with Raspberry Pi and Xojo to do the same thing with LiDAR.

Breaking Bunny by Marc Zeedar
Marc recently discovered anti-bot software called Bunny Shield was stopping his Xojo app, Comic Downloader, from data scraping a comics website. A discussion with ChatGPT led to a simple solution, using an HTMLViewer control instead of URLConnection to download the page's HTML.

Locked Down—Part 2 by William O'Keefe
In part 2 of his new encryption series, "The Right Way to Get It Wrong," William shows how Xojo encryption code that seems correct and works doesn't create truly secure encryption if you aren't doing everything exactly right. He demonstrates several ways you can get encryption wrong and how to do it the right way.

Plus: Pragmatic programming, DesktopGrid control, MBS SQL, and more!

MBS Xojo Plugins, version 26.4pr4

New in this prerelease of the 26.4 plugins:
  • Added PrintToPdf variant taking Folderitem for the path for WebView2ControlMBS and WebView2BrowserMBS classes.
  • Deprecated OptionProxyTLSAuthPassword, OptionProxyTLSAuthType, OptionProxyTLSAuthUsername, OptionTLSAuthPassword, OptionTLSAuthType and OptionTLSAuthUsername properties in CURLSMBS class since they are deprecated in CURL library.
  • Updated phidgets to version 1.26.20260821.
  • Added kDeviceClassVoltageInput constants for PhidgetMBS class.
  • Changed WinSparkleMBS class to only call CanShutdown event if you didn't set CanShutdown property.
  • Deprecated IKImageViewControlMBS and IKImageViewMBS due to bugs in the frameworks.
  • Fixed Configure event for WinPreviewControlMBS control to work if you like to change classID property.
  • Updated mongo-c-driver to version 2.5.1.
  • Updated openssl to version 3.5.8.
  • Added WriteToPkcs12 method to X509MBS class.
  • Added fullStateForDocument and fullState properties for AVAudioUnitMBS class.
  • Updated DynaPDF to version 5.0.5.15.
  • Updated expat to version 2.8.4.
  • Updated SQLAPI to version 5.4.3.

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.4pr4

New in this prerelease of version 16.4 of the MBS FileMaker Plugin:

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.


Tooltip for showing field display name

Since FileMaker 26 you can not just define a field annotation, but also provide display names. See Defining advanced field options for more details.

With MBS Plugin 16.4 we show the annotation and the JSON for the field display names as a tooltip for the field. This way you can quickly peek into the display names without opening the advanced options dialog.

(more)

Add SVG to PDF pages as vector graphics in Xojo

With the recent DynaPDF update 5.0.4, you can place SVG drawings on a page in a PDF document. By converting all SVG drawing commands into PDF drawing commands, the graphics is preserved as a vector graphics. This avoids any pixelation that a bitmap graphics would have.

You can load a SVG from file with LoadSVG methods in DynaPDFMBS class either from a file on disk or a buffer in memory. Then query the sizes and insert the graphics to the current open page in a PDF document with InsertSVG function. There you pass a rectangle and optional the name of the symbol.

When you insert a SVG into a PDF page, you can change the size of the drawing by passing a different width and height. You can pick the position where to place and apply transformations if needed. This allows you to rotate the drawing, mirror it or stretch it in one or both axes. You can use SVG drawings for templates and stamp annotations.

Some SVG files have multiple drawings, so you can use SymbolCount function in DynaPDFSVGMBS class to query the count. Then check the internal name of the drawing with SymbolName() function. Or use SymbolNames to get an array with all names. Once you have a name, you can pass it to InsertSVG for the symbol id parameter.

(more)

MBS Xojo Conference 2026 - Training

We recorded the training day at the MBS Xojo Conference in April 2026 and provide the video to the attendees.

If you attended the training, you should have an email for the playlist with all 4 blocks.

All session videos go into the playlist for the conference.


Validate electronic invoices with Saxon - ZUGfERD 2.5

Updated for ZUGFeRD 2.5.2
and Saxon 12.10

When you receive an electronic invoice in the formats ZUGFeRD, Factur-X, X-Rechnung or UBL, you may need to validate the XML file. You can use our DynaPDF functions to extract the XML from the ZUGFeRD invoice. Once you have the XML, you can do some automated validation. We leverage the XSL and XSD files coming with the ZUGFeRD 2.3 or 2.4 download. They provide a way to check both the structure with the XSD file as well as the content with the XSL file. The XSL file is based on the schematron file with all the business rules, but converted to a stylesheet for using it with the XSLT function. While the schema check makes sure you have the right nodes in the right places, the business rules define what can go in a field and how fields are related. 

(more)

Visualize electronic invoices with Saxon - ZUGfERD 2.5

Updated for ZUGFeRD 2.5.2
and Saxon 12.10

XRechnung Visualization 2026-01-31 compatible with XRechnung 3.0.x

When you receive an electronic invoice in the formats ZUGFeRD, Factur-X, X-Rechnung or UBL, you may need to visualize the XML file. You can use our DynaPDF functions to extract the XML from the ZUGFeRD invoice. Once you have the XML for one of the formats UBL or Cross Industry Invoice, you may want to convert it to HTML and show it in a web viewer.

 

We leverage the XRechnung Visualization Transformators project from GitHub. This project has a couple of XML stylesheets to convert our invoices to HTML. For this they first convert the UBL or CII XML to an intermediate XML and finally convert that to XML with a second transformation. All with XSLT with our Saxon functions. There is also an alternative output to produce a XML for Apache FOP to make it a PDF file.

(more)

How to Verify the Code Signature of the MBS Plugin on macOS

When installing an MBS FileMaker Plugin on macOS, especially in a production or security-sensitive environment, it can be useful to verify that the plugin has a valid Apple code signature and that its contents have not been modified.

MBS Plugin is available for FileMaker and Monkeybread Software signs its macOS plugins. Apple provides the `codesign` and `spctl` command-line tools for inspecting signatures and checking how macOS security policies treat signed software.

This article shows how to perform those checks from Terminal.

(more)

Checking plugin signature on Windows

You can check the digital signature of our MBS Plugin files on Windows. There are three ways:

  1. Use Get-AuthenticodeSignature function in Powershell.
  2. Use signtool command line tool (requires Windows SDK installed).
  3. Use properties dialog for DLL files.

Let us show you all threelink ways today.

(more)

MBS SQLite Extension in version 1.8

NICKENICH, Germany (August 19th, 2026) -- Monkeybread Software releases version 1.8 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.8:
  • Added ReplaceAllMBS function.
  • Upgraded to Xcode 26.
  • Upgraded to Visual Studio 2022.
  • Upgraded to SQLite 3.51.2.
  • Updated minimum macOS version to 12.0.
  • Updated to CubeSQL SDK version 5.9.6.
  • Deprecated the REALserver part.
(more)

MBS Xojo Plugins, version 26.4pr3

New in this prerelease of the 26.4 plugins:
  • Updated DynaPDF to version 5.0.4.14.
  • Updated expat to version 2.8.3.
  • Added HasAlpha to PNGReaderMBS class.
  • Added HasAlpha to TiffPictureMBS 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.4pr3

New in this prerelease of version 16.4 of the MBS FileMaker Plugin:

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.


DIGFM: MBS Plugin Goodies & Workshop

At the Full Access conference, we had a session about the MBS Goodies and a workshop to implement a few features. The DIGFM channel on YouTube has a few videos already, but more will later come to the FullAccess-Events channel.

(more)

MBS Xojo Plugins, version 26.4pr2

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


Older blog entries:

2026-08-10 MBS FileMaker Plugin, version 16.4pr2
2026-08-07 Full Access Conference started
2026-08-06 News from the MBS Xojo Plugins in version 26.3
2026-08-04 MBS FileMaker Plugin 16.3
2026-08-03 MBS Xojo Plugins, version 26.4pr1
2026-08-03 MBS FileMaker Plugin, version 16.4pr1
2026-07-22 MBS Xojo Conference 2026 - SQL via API: Remote Data, Local Feel
2026-07-21 MBS Plugin 16.3 for Claris FileMaker
2026-07-21 MonkeyBread Software Releases the MBS Xojo Plugins in version 26.3
2026-07-21 Neues MBS Plugin 16.3 für Claris FileMaker
2026-07-17 MBS Xojo Plugins, version 26.3pr6
2026-07-17 MBS FileMaker Plugin, version 16.3pr6
2026-07-15 Improved script search in FileMaker
2026-07-14 MBS Xojo Conference 2026 - Sparkler App — update Desktop or Web Apps to new Version
2026-07-11 Improved calculation dialog in FileMaker
2026-07-10 First OmegaBundle orders delivered
2026-07-09 Xojo 2026r2 released
2026-07-08 To HTML functions
2026-07-07 MBS Xojo Conference 2026 - Framework and IDE enhancements
2026-07-06 MBS Xojo Plugins, version 26.3pr5

Archives

Sep 2026
Jun 2026
May 2026
Apr 2026
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.