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

MBS Xojo Conference starts

Today we have the Xojo training day for our beginners and intermediates. Plenty of seats available.
Like to join? Just come here!



Everyone else is invited to check out Andernach city and later join our welcome reception in the Sky Restaurant.
For live updates, please watch the Xojo forum.

MBS Xojo Conference Update

Outside picture of the hotel showing the front door and lift.

Just one week left until the conference starts. Spring arrived in Andernach and the city looks beautiful with all the flowers in parks and gardens.

You can still sign-up and join our conference and/or training day.

Currently we have over 40 people from 14 countries:

🇩🇪, 🇳🇱, 🇬🇧, 🇺🇸, 🇫🇷, 🇨🇭, 🇪🇸, 🇨🇦, 🇵🇱, 🇦🇹, 🇩🇰, 🇸🇪, 🇧🇪 & 🇮🇹

Seems like cancellations (please get well soon!) and last minute registrations balance out.

(more)

Recent additions to the CURL project from me

The CURL project is a well run open source project and includes a command line tool (curl), a library for C/C++ application developers to use (libcurl) and various smaller utilities like trurl, a command line tool for URL parsing and manipulation. Since this is all publicly hosted on curls.se and github.com/curl, everyone can take a look there and contribute.

Everyone can download the current source code and build their own version of the command line tools, add the library to their product like we do for our plugins and modify them as needed. Yes, if you like, you could customize it and make your own version.

From time to time you may have made changes on your copies, which you would like to push back to the project. This could be:

  • fixing a typo in the documentation or source code
  • adding an option to build process
  • adding a new feature
  • port the project to build with a different compiler or on a new operation system
  • fix a bug or improve something
(more)

Send text message in iOS Xojo App

You can use our new MFMessageComposeViewControllerMBS class in MBS Xojo iOS Plugin to let the user send a text message. A dialog pops up with prefilled text and attachments, so the user can edit the message and then send it using their messages account, either using SMS or iMessage.

To handle the result, please either subclass the MFMessageComposeViewControllerMBS class and implement the didFinishWithResult event. Or you use addHandler to add the event and use a method in your current screen. You get result integer, which you can compare to the constants MailComposeResultCancelled for user cancelled, MailComposeResultSent for when message is sent, MailComposeResultSaved for the message being saved for sending later or MailComposeResultFailed if it failed like being offline.

(more)

MBS Xojo Plugins, version 24.2pr3

New in this prerelease of the 24.2 plugins:
  • Improved WebView2ControlMBS to pick temp folder for user data folder if you don't set userDataFolder property.
  • Updated DynaPDF to version 4.0.87.250.
  • Updated SQLAPI to version 5.3.1.
  • Updated SQLite to version 3.45.3.
  • Improved PhidgetMBS classes to prevent crashes with disconnected devices.
Download: monkeybreadsoftware.de/xojo/download/plugin/Prerelease/ or from DropBox.
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.


Conditional Formatting in Excel exports from Xojo

For MBS Xojo XL Plugin in version 24.2 we include new XL classes to create conditional formatting in an Excel file created in code. While you can always load an existing document with conditional formatting or diagrams and just fill the cells with data, we now can create the rules for conditional formatting in a script. Let us show you four examples from our example file.

Please check the XLConditionalFormatMBS and XLConditionalFormattingMBS classes. The first defines the format to apply and the second one defines the rules.

Highlighting cells that begin With the given Text

This example defines a conditional format with a bold font. The conditional formatting is applied for the cells in the range B3:B11 to highlight all cells that begin with 'a'. The AddRule function allows you to define rules with various conditions like to highlight empty cells, duplicate or unique values, values starting or ending with a value or by an expression.

Dim cFormat As XLConditionalFormatMBS = book.addConditionalFormat() cFormat.Font.bold = true Dim cf As XLConditionalFormattingMBS = sheet.addConditionalFormatting() cf.addRange(2, 10, 1, 1) cf.addRule(cf.FormatTypeBeginWith, cFormat, "a")
(more)

Send email message in iOS Xojo App

You can use our new MFMailComposeViewControllerMBS class in MBS Xojo iOS Plugin to let the user send an email message. A dialog pops up with prefilled text and attachments, so the user can edit the message and then send it using their mail account.

To handle the result, please either subclass the MFMailComposeViewControllerMBS class and implement the didFinishWithResult event. Or you use addHandler to add the event and use a method in your current screen. You get result integer, which you can compare to the constants MessageComposeResultCancelled for user cancelled, MessageComposeResultSent for when message is sent or MessageComposeResultFailed if it failed like being offline.

(more)

MBS Xojo Plugins, version 24.2pr2

New in this prerelease of the 24.2 plugins:
  • Improved WindowsDisplayMBS class to better query per screen DPI values.
  • Added LogX, LogHeight, LogWidth and LogY properties to WindowsDisplayMBS class.
  • Added touchesMatchingPhase, coalescedTouchesForTouch and predictedTouchesForTouch methods to NSEventMBS class.
  • Added LogScaleFactor property to WindowsDisplayMBS class.
  • Added PictureTypeSVG constant for XLBookMBS class.
  • Fixed an issue with copy constructor in WindowsDeviceInformationPairingMBS class not retaining the device object.
  • Added Close method to WindowsDeviceInformationPairingMBS class to explicitly close it.
  • Removed a few deprecated methods in CWInterfaceMBS class, which Apple removed and so they stopped working years ago.
  • Added respondsToSelector to CanvasGesturesMBS class, so the system can query which events you implemented.
  • Improved PhidgetMBS classes to prevent crashes with disconnected devices.
  • Improved MFMessageComposeViewControllerMBS and MFMailComposeViewControllerMBS class to better dismiss and provide dismissed event.
  • Fixed a problem with translate method in Graphics class when used with DynaPDF.
  • Added NextPage(width, height) support for graphics class in DynaPDF.
  • Added handling of MiterLimit property for using graphics class in DynaPDF.
  • Updated LibXL to version 4.3.0.
  • Added keepAllSheets parameter for LoadPartially methods in XLBookMBS class.
Download: monkeybreadsoftware.de/xojo/download/plugin/Prerelease/ or from DropBox.
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 Update

Just two weeks until the conference starts. Spring arrived in Andernach and the city looks beautiful with all the flowers in parks and gardens.

You can still sign-up and join our conference and/or training day.

Currently we have over 40 people from 14 countries:

🇩🇪, 🇳🇱, 🇬🇧, 🇺🇸, 🇫🇷, 🇨🇭, 🇪🇸, 🇨🇦, 🇵🇱, 🇦🇹, 🇩🇰, 🇸🇪, 🇧🇪 & 🇮🇹

Picture of the sky bar.

Dinner on Tuesday

If you arrive early and you join the Tuesday dinner, please meet in front of the hotel with other attendees at 18 o'clock.

We then walk over to Villa am Rhein, the hotel on the other side of the street to go to their restaurant.

The address is Konrad-Adenauer-Allee 3. Our hotel has house number 8. Walking distance is less than 100 meter.

(more)

LibXL 4.3.0 has been released

We are glad to inform you that the new LibXL version 4.3.0 is available now.

What's new in the version 4.3.0:

  • added the possibility to remove all VBA code and macros from xlsm and xlsb files
  • added the possibility to remove all printer settings from xlsx, xlsm and xlsb files
  • added the possibility to set an active cell for splitted sheets (xlsx)
  • added keepAllSheets flag for the partial loading methods, if it's true, all sheets are saved back with Book::save() method, but only one specified sheet is available for processing, thus LibXL can save more memory. It works only for xlsx files, LibXL ignores this flag for xls files
  • added the multi-level sorting for AutoFilter::addSort() and Sheet::applyFilter() (xlsx)
  • added the updating/moving existing tables with Sheet::insertRow() and Sheet::removeRow() methods (xlsx)
  • improved SVG support
  • fixed a bug with adding a hyperlink after setting a picture, the output xlsx file was unreadable by Excel
  • fixed a bug with incorrect return values in Sheet::rowHeight() and Sheet::rowHeightPx() for non-standard DPI settings for some xlsx files
  • fixed Sheet::setPrintAread(), Sheet::setPrintRepeatRows(), Sheet::setPrintRepeatCols() for working with Japanese/Chinese sheet names
  • fixed a bug with reading some values in double quotes in the Sheet::readFormula() (xlsx)
  • fixed a bug with a workbook overwriting dialog message in Excel when an existing sheet is copied in xlsx file
  • fixed a bug with reading some cells after using functions which changes sheet's size (xlsx)
  • fixed a bug with reading tables in some xlsx files
  • fixed some bugs with partial loading/saving some workbooks in the Book::loadSheet() and Book::save() methods (xlsx)
  • fixed a bug with using non UTF-8 character encodings on Linux and Mac
  • fixed a bug with reading some data from a partially loaded workbook (xlsx)

New methods:

  • Book::removeVBA()
  • Book::removePrinterSettings()

The LibXL library can be used with MBS Plugins in Xojo and FileMaker. Updated plugins will be available soon. As usual we add the new functions soon. If you need help or want to try the new version early, let me know.


Print dialogs for iOS in Xojo

For iOS you may miss the print dialogs in Xojo. For upcoming 24.2 version of MBS Xojo Plugins we have new classes for you: The UIPrinterPickerControllerMBS class allows to show a printer picker dialog to choose the printer. And the UIPrintInteractionControllerMBS allows to show a dialog for printing a PDF or image.

Pick Printer

First we want to pick a printer. Let's show the printer picker. If you like, you can set a few properties like the SelectedPrinter property to preselect a printer.

Sub PickPrinter() picker = New MyUIPrinterPickerControllerMBS picker.Present End Sub

In the Completed event, you can react to the user's choice. Check the error property for an error and the userDidSelect property. If the userDidSelect property is true, the check the selectedPrinter property.

Class MyUIPrinterPickerControllerMBS Inherits UIPrinterPickerControllerMBS Sub Completed(userDidSelect as Boolean, error as NSErrorMBS) System.DebugLog CurrentMethodName+" "+userDidSelect.ToString If error <> Nil Then MessageBox error.LocalizedDescription End If If userDidSelect Then Dim p As UIPrinterMBS = Me.selectedPrinter If p <> Nil Then MainScreen.printer = p MessageBox "You picked "+p.displayName+EndOfLine+p.printerID End If End If End Sub End Class
(more)

CURL Up 2024

Recently Daniel Stenberg, the main developer behind the CURL project, announced the curl://up conference for 2024:

curl up 2024 will take place in Stockholm, Sweden in early May.

📅 May 4-5, 2024
📍 Stockholm, Sweden 🇸🇪
🏨 Best Western Hotel
🎤 English
🌍 github.com/curl/curl-up/wiki/2024

Anyone interested in the CURL project is welcome to join the conference!

For details, please check the website.

Monkeybread Software is proud to be a sponsor for the curl project and we will join the conference.


MBS Xojo ChartDirector Plugin Birthday

Just 16 years ago we added the ChartDirector Plugin to our MBS Xojo Plugin collection.
Thanks to Mr. Jason J. Campbell for asking me to add a charts plugin and thanks to Peter Kwan from Advanced Software Engineering Limited for his support over the years and the excellent co-operation.



PS: ChartDirector is also the engine used by FileMaker Pro internally for the chart generation as you can see on the included DLLs.

MBS Xojo Conference Update

Just three weeks until the conference starts. We look forward to an intense week and meeting you all. You can still sign-up and join the conference and/or training day.

Currently we have over 40 people from 14 countries:

🇩🇪, 🇳🇱, 🇬🇧, 🇺🇸, 🇫🇷, 🇨🇭, 🇪🇸, 🇨🇦, 🇵🇱, 🇦🇹, 🇩🇰, 🇸🇪, 🇧🇪 & 🇮🇹

Last hotel room

Our room allocation expired. I kept one last room for a late sign-up attendee. Who likes to get that room?

Sight seeing day

We still have a few seats available for sight seeing day. If someone likes to come earlier to Germany and join our sight seeing tour, please let me know.

Exact tour depends on the weather, but we plan to visit a middle-age castle, some ruins and some nice views on the landscape.

(more)

Use DynaPDF to create a PDF in PDF/X standard for printing

If your printing company asks you to provide PDF documents in PDF/X format, you can create such a PDF in DynaPDF using our DynaPDFMBS class in the MBS Xojo DynaPDF Plugin.

For PDF/X-1 you need to have:

  • All fonts embedded.
  • All colors are CMYK or spot colors.
    If needed convert RGB to CMYK using Optimize function.
  • Add information for the printing condition using AddRenderingIntent function.
  • Set the version in header to the required PDF/X version.
  • Set a trim box for each page, which can be equal to the media box.
  • Set metadata with a document title.
  • Removed all actions.

DynaPDF can do the following PDF/X versions:

  • PDF/X-1a:2001
  • PDF/X-1a:2003
  • PDF/X-3:2002
  • PDF/X-3:2003
  • PDF/X-4p
  • PDF/X-5g
  • PDF/X-5n
  • PDF/X-5pg
  • PDF/X-6
  • PDF/X-6n
  • PDF/X-6p

Please note that newer PDF/X variants may have different conditions.

(more)

MBS Xojo Plugins, version 24.2pr1

New in this prerelease of the 24.2 plugins: Download: monkeybreadsoftware.de/xojo/download/plugin/Prerelease/ or from DropBox.
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.


Company's 24th Birthday

Once again we have April and thus we celebrate the 24th anniversary of our company this monday.



Time flies and it wasn't long ago, where we had to cancel the 20th anniversary party. We already started to plan the party for the 25th birthday!

Thanks everyone for supporting us over the years and see you at the next conference!

If you have a wish for a new plugin function, feel free to send us a message.

MBS Xojo Conference Update

About four weeks left until we start our MBS Xojo Developer Conference in Andernach, Germany.

Currently we have over 40 people from 13 countries:

🇩🇪, 🇳🇱, 🇬🇧, 🇺🇸, 🇫🇷, 🇨🇭, 🇪🇸, 🇨🇦, 🇵🇱, 🇦🇹, 🇩🇰, 🇸🇪 & 🇧🇪

Xojo 2024r1

Since the new Xojo version just launched, we will probably get an update on this in the Xojo keynote by Geoff Perlman. Then we look forward on the upcoming releases later this year and what is coming there.

The conference is your chance to directly talk to Javier, Riccardo and Geoff about the Xojo development. Ask Javier about the PDF classes, the new barcode scanning classes and pop overs. Then ask all your web framework questions to Riccardo.

Training day

We have a few tickets left for the training day. Please join to learn how to build an application in Xojo.

We combine the targets desktop, web and mobile to build a bigger solution. This may be a web app to act as a service for providing data to a Desktop, an iOS and an Android application.

(more)

15th birthday of MBS SQL Plugin

Our MBS SQL Plugin turns 15 years old today.

Over the years we got requests for alternative database plugin classes for use with Xojo (formerly REALbasic). In 2009 a client requested a native plugin for Microsoft SQL Server, so we started writing a SQL Plugin and got a deal with SQLAPI to use this C++ library as the base of the plugin. Over the years, we contributed lots of changes and bug fixes and helped funding adding CubeSQL and SQL Anywhere support to SQLAPI.

As of today, we support CubeSQL, Centura SQLBase, DB2, DuckDB, Firebird, Informix, InterBase, MariaDB, Microsoft Access, Microsoft SQL Server, MySQL, ODBC, Oracle Database Server, PostgreSQL, SQL Anywhere, SQLite, SQLCipher and Sybase. Well received features include using named parameters for prepared statements, full unicode support, threaded connect & execution, bulk row transfer, streaming blob values, and offering database specific options for advanced features. And recently we got even edit/update support for RecordSet and newer RowSet classes. Yes RowSet is supported!

You can use our plugin with one of two interfaces and even mix them. SQLConnectionMBS is our native interface for using all the nice features and works in Xojo Lite. This includes SQLCommandMBS class for doing both statement preparation and handling the result set. With SQLDatabaseMBS class, we have a database subclass, which makes transition easier for existing Xojo developers and use PreparedStatement interface and RecordSet class.

If you check the release notes for this plugin, you find that we recently we added SQLiteFunctionMBS class so you can define your own custom functions for SQLite when using it in our plugin as well as Xojo's SQLiteDatabase class.

If you like to try the plugin, please check the website. Watch SQL Plugin presentation and read Xojo Developer Magazine article in issue 14.1.

See also

Xojo license changes

With Xojo 2024r1 or newer, everyone can build Xojo desktop and console applications for Linux without a license. Basically this part of Xojo can be used for free. Only if you do Web applications on Linux, you'd need the paid license.

The bigger change for everyone with a Lite license is that you now save your project in text format. This enables the use of version control systems like GIT with Xojo projects. Previously this needed a Xojo Pro license. We hope more Xojo developers will use text projects and use GIT, even if they are developing alone, so they can track their own changes. (more)

Older blog entries:

2024-03-22 Using DynaPDF parser to find characters
2024-03-21 MBS Xojo Conference Update
2024-03-20 News from the MBS Xojo Plugins Version 24.1
2024-03-18 Get started with HIDAPI classes in Xojo
2024-03-12 MonkeyBread Software Releases the MBS Xojo Plugins in version 24.1
2024-03-07 MBS Xojo Plugins, version 24.1pr6
2024-03-06 DynaPDF Licenses and ZUGFeRD invoices
2024-03-04 Comparison in Xojo: is vs equals
2024-03-02 xDev Magazine 22.2 Issue
2024-03-01 MBS Xojo Plugins, version 24.1pr5
2024-02-29 MBS Xojo Conference Update
2024-02-26 MBS Xojo Plugins, version 24.1pr4
2024-02-23 Decouple two features for smaller application sizes
2024-02-22 MBS Xojo Conference Update
2024-02-19 iODBC update needed
2024-02-19 MBS Xojo Plugins, version 24.1pr3
2024-02-14 MBS Xojo Plugins, version 24.1pr2
2024-02-02 Did you know that you can load extensions in SQLite?
2024-02-01 MBS Xojo Plugins, version 24.1pr1
2024-02-01 Andernach City Outlook

Archives

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