MonkeyBread Software Releases the MBS #Xojo Plugins in version 26.1
* DynaPDF 5
* CURL with Windows CA
* LibXL 5.1
* Added PhidgetCurrentOutputMBS and PhidgetLEDArrayMBS classes
* Local AI chat with Llama
* More functions for NSWorkspaceMBS class
MonkeyBread Software Releases the MBS #Xojo Plugins in version 26.1
* DynaPDF 5
* CURL with Windows CA
* LibXL 5.1
* Added PhidgetCurrentOutputMBS and PhidgetLEDArrayMBS classes
* Local AI chat with Llama
* More functions for NSWorkspaceMBS class
The special discount for the DynaPDF 5 Introduction ends 15th March 2026.
If you need a new license, an update or an upgrade to a higher tier, please use it.
For #FileMaker, #Xojo, C/C++, C#, #Delphi, #Lazarus, #PHP, Visual Basic, #VBA, and VB .Net.
https://www.mbsplugins.de/archive/2026-02-19/DynaPDF_5_Introduction/monkeybreadsoftware_blog_archive
MBS #Xojo Plugins, version 26.1pr8
Updated libarchive to version 3.8.6.
Updated CURL library to version 8.19.0.
Enabled native CA for CURL on Windows.
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
MBS #Xojo Plugins, version 26.1pr7
Added TitleIcon property to TaskDialogMBS class.
Updated taglib to version 2.2.1
Added SetQOSClassMBS to change the priority of a thread
Added Profiles function to GMImageMBS class.
Updated ChartDirector to version 7.2.
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.
https://www.mbsplugins.de/archive/2026-03-09/ChartDirector_72/monkeybreadsoftware_blog_xojo
MBS #Xojo Plugins, version 26.1pr6
Updated DynaPDF to version 5.0.0.4.
Added more methods to DynaPDFRectMBS and DynaPDFPointMBS classes.
Added more constants for DynaPDFMBS class.
Updated CURL library to version 8.19.0 rc3.
xDev Magazine 24.2 Issue
* Ultrasonic Range Sonar by Eugene
* The Subclass Reflex by Tim
* Doing the Impossible by Marc
Plus: Happy 30th Birthday, #Xojo! An introduction to Xojo Libraries, how to highlight PDFs with MBS, AI taking over, and more!
https://www.mbsplugins.de/archive/2026-03-02/xDev_Magazine_242_Issue/monkeybreadsoftware_blog_xojo
MBS #Xojo Plugins, version 26.1pr5
Updated zlib to version 1.3.2.
Updated taglib to version 2.2.
Improved DigestMBS class to raise OpenSSLExceptionMBS in case of failure
Added MD4 method and XOFLen property to DigestMBS class.
Scopes and namespaces in Xojo
In #Xojo we have several scopes for accessing properties or variables.
Did you use global. prefix or xojo. namespace before?