Only two weeks until the English speaking EngageU conference. Already over 90 attendees signed up including Monkeybread Software, so we look forward to meet you all there. Recently Claris decided to join with their staff and feature a keynote presentation with Brad Freitag and Robert Holsey. Let's see what they have to say about FileMaker and Claris product lines.
EngageU - FileMaker Conference in Malmö
13th - 15th of November 2022, Malmö, Sweden
A new FileMaker conference for Europe will be held in Malmö at the end of the year. The English-language conference is organized by SquareMoon and ClickWorx, with support from Claris.
The conference will be held in Malmö, Sweden, November 13-15, 2022. The conference language is English. The target audience is FileMaker developers from across Europe and beyond. More information can be found on the website.
Please join the conference to make it the biggest one ever in Europe!
And it's great reason for people from all around the world to do a business trip to see Sweden (and nearby Denmark). If you plan your trip, the international airport to use is Copenhagen in Denmark and from there a 20 minute train to Malmö central station.
You like to have a FileMaker Server on the go with your Macbook (Pro) M1 or M2?
Install Parallels and let it install Windows 11. Within the ARM version of Windows 11, you can install FileMaker Pro 19.5 and it seems to work fine. Since there is no native version for ARM64, the application runs in emulation within Windows.
You can also install FileMaker Server. Running a FMS on Windows 11 and not Windows Server 2016 or 2019 is not really supported, but can work. The installer will complain about missing Internet Information Services and Application Request Routing. But you can go on one of the Microsoft websites and download the Application Request Routing installer and install it manually. I used the "Install this extension" button on iis.net/downloads/microsoft/application-request-routing website.
Once this is installed, the FileMaker Server installer runs through without complains. After a restart, we can open the console and see the server running:
A few customers updated to macOS Ventura and reported crashes with saving contacts to the contacts database in macOS. This happens with both Xojo and FileMaker plugins using the AddContact functions. This may not crash on every request and may depend on configuration, e.g. whether you use iCloud.
We got trial keys about 5 years ago added to our FileMaker and Xojo plugins.
A trial key is only valid for a limit time and allows to test all features without demo limitations. Due to the time limitation of the key, you can use it for a few weeks. The key later expires and you are back to demo mode or you order a license to get a permanent license.
We may limit who can get a trial and filter out the requests looking like spam. But so far we issued over 1000 trial keys to various people.
Please understand that trial keys are not intended for deployment of solutions as keys expire. Our regular keys don't expire and can be used forever with the plugin versions released before a given date.
You can also explicit register for newsletter, so you know about new releases and events.
As you see, we support determinate and indeterminate (value set to negative) with two labels below. Feel free to test in your Xojo iOS app with the current 22.5pr4 pre-release. The look can be switched between round or bar for showing progress, indeterminate circle animation and colors can be adjusted.
We resolved the problems we had with Claris Server and now our plugin works there. If you have a Claris Pro or Server, feel free to later try the 12.5pr4 version of MBS Plugin.
On the licensing we got asked if we sell Claris Pro/Server plugin separately. What a terrific business idea! But no, we don't ask for extra money to move from FileMaker to Claris. Just make sure you have a recent license, which includes 12.5 (or later), so you can use our current plugin versions. And eventually most of our customers may move in a few years, when the Claris product line has a more attractive offering compared to the FileMaker line.
We'll update documentation over the time to add Claris instructions, but so far just the folder names changed. If you install by script, the correct path is used automatically. And if you manually install, you probably have no problem finding the Extensions folder.
Sometimes FileMaker developers miss a script trigger to run when you switch between windows. We usually recommend people check if Window.Current function returns a new number. And you may do that with Schedule functions.
Here is a script to start a schedule to check the window regularly:
# current window
Set Variable [ $currentWindow ; Value: MBS("Window.Current") ]
With it you can easily make your application speaking.
The functions I will show you in this article, can be used on Mac and Windows under FileMaker Desktop and
the iOS SDK.
Reading text out loud is especially useful if you are writing a solution for people who cannot read or
have a visual restriction.
You can use the Speech.Speak function to output text.
Besides the text you can also specify the speaker you want to use.
You can find a list of speakers that are available for your system with the
function Speech.AvailableVoices.
Do you know the additional functions for containers that the MBS FileMaker Plugin offers? In this blog article I would like to introduce you to a few of them.
Let's start with the loading of a file into the container field.
For this we use the function Container.ReadFile.
With it we read files via a native file path. This path can be defined by a text field or by the FileDialog functions with the help of a dialog. This function can be used not only in FileMaker Pro, but also on the server.
We must pay attention that the server is authorized to access the files,
otherwise it does not work.
Beside the file path also a mode can be specified.
If no mode is specified, then the plugin itself tries to determine the file type and imports the file appropriately.
If we specify the keyword container, the result is returned as a container with a FILE stream inside. If we specify compressed then we get a compressed container value returned.
Finally, we can also specify the filename that the file should have.
Set Variable [ $image ; Value:MBS( "Container.ReadFile"; "/Users/cs/Pictures/test.jpg"; "auto")]
As you see, we support determinate and indeterminate (value set to negative) with two labels below. Feel free to test in your FileMaker iOS SDK based app with next pre-release.
We had the chance to try Claris Pro for a few days. While FileMaker Pro and Claris Pro are built from the same source code with a lot of build time switches, they are very similar (99% same), but have some differences in the user interface.
As an European, you quickly notice the latency to the data center in USA. Everything talking to a server is quite slow and I would expect Claris has to start with the international rollout of their servers before they start to really sell this to Europeans. Or before they start any Freemium offer. MongoDB would allow to place multiple servers around the globe, which synchronize themselves. Of course Claris would also need to put their own Claris Studio software on various servers around the globe and connect you to a nearby one.
(more)
We just added VNDocumentCameraViewControllerMBS class for use with Xojo in iOS target to scan documents right with the camera and getting them as picture:
Just create an object of type VNDocumentCameraViewControllerMBS when needed and call Present method. In the events you get told whether user cancelled, scanned a new pictures or got an error. Use VNDocumentCameraScanMBS class to retrieve the results.
Included later in 22.5pr4 plugin version. See ContinuityCameraMBS for use of iOS camera for MacOS.
Back from Rome, I remember a few tips for performance and best practice to think about in Claris FileMaker, so let's write them down, before I forget them:
Don't show all records
For best performance, don't show all records to the user. Remove the menu command for this via custom menus. And change the toolbar to not have the command.
Make sure the user never sees all records. Always do a find for them to reduce the number of records shown for performance. Like do a search to show records from the current week or the entries the current user has to work on.
Why? Because the user almost never needs to see all records and scroll down to find theirs. While all records are showing, the FileMaker server sends notifications in the network to update the list whenever one of the records shows. If you show 1000s of records, there are a lot of such notifications coming, which may cause a refresh.
To change the toolbar on macOS, please check our toolbar functions.
Sometimes we need to make screenshots or present with FileMaker Pro or Claris Pro in other languages and you can have at least eleven languages:
You know all the languages in those menu bars?
I made a couple of little AppleScript apps to launch FileMaker Pro 18, 19 and Claris Pro in another language. So I can double click the French one and another instance of FileMaker Pro launches on my Mac with French localization.
(more)
The new Xojo 2022r3 version arrived. This is a very welcomed release with a ton of bug fixes, mainly from the Bug Bash in August. Here the shorter announcement:
Xojo 2022 Release 3 is now available with over 280 changes and improvements. Download it now!
Xojo 2022 Release 3 includes:
Almost 200 bugs fixed, many as a result of the user-nominated August Bug Bash
Project load times are significantly shorter for large projects
Example projects are now online for automatic updates and quick, easy access
Syntax Help area improvements
General PDF improvements
The complete list of improvements can be found in the release notes. If your license is expired, renew now to get access to this release. If you are interested in learning about future Xojo features, check out our product roadmap .
Only one month until the English speaking EngageU conference. Already over 90 attendees signed up including Monkeybread Software, so we look forward to meet you all there.
EngageU - FileMaker Conference in Malmö
13th - 15th of November 2022, Malmö, Sweden
A new FileMaker conference for Europe will be held in Malmö at the end of the year. The English-language conference is organized by SquareMoon and ClickWorx, with support from Claris.
The conference will be held in Malmö, Sweden, November 13-15, 2022. The conference language is English. The target audience is FileMaker developers from across Europe and beyond. More information can be found on the website.
Please join the conference to make it the biggest one ever in Europe!
And it's great reason for people from all around the world to do a business trip to see Sweden (and nearby Denmark). If you plan your trip, the international airport to use is Copenhagen in Denmark and from there a 20 minute train to Malmö central station.
The Xojo bug database has a bot, which performs various automated tasks. One of them is to archive old bugs. When you report a bug, it gets usually quickly reviewed by Robin or someone else of the Xojo team. He may have some questions about it and usually tries to get an example project made, if the reported didn't provide one. A bug report without a way to reproduce is difficult to fix. Yes, if there is a way to locate it in source code, e.g. with a file name and line number in an assertion, someone can take a look on the code and guess how it may fail. Often it can be altered to gracefully report an error and not just assert. If the bug can be fixed, it may get assigned to a developer, who may find a fix and then the fix goes into the next release after verification.
Now it happens that some bugs get forgotten. The original reporter may have moved on or can't provide details on how to reproduce. Especially if the problem only occurred once and nobody knows why, there is nothing to do. If you find a bug you also run into, please click the thumb-up button and add a comment with more details. Maybe you can add some information to help resolve the bug, an example project or steps to reproduce?
We like to show you a few functions related to CSV and what you can do with combining various functions of our MBS FileMaker Plugin. Usually you get a CSV file as an export from some other database, e.g. a list of sales.
Read Textfile
If you like to read a text file, you can simply use our Text.ReadTextFile function. Pass the path and the text encoding to use and you get back the text. The encoding should be right for umlauts or accents. Usually everyone uses UTF-8 nowadays, but we also support various older encodings.
If you have the file in a container, please check the Text.ReadTextFromContainer function, which takes a container value as reference.
Parse CSV
Next you like to parse the CSV and split it into a two-dimensional array. For this we use the Matrix.CSVSplit function. It creates a new matrix object for us with the right dimensions and reads in the values. Our plugin can usually detect whether to use tab, comma or semicolon as separated, but you can also pass an explicit separator.
Column Names
Most CSV files have the column names in the first row. You can get the list of names with the Matrix.GetRow function by passing row = 0. Once you got the list of names, you can remove the row for further processing, so call Matrix.RemoveRow to remove it. If you like, you can store the them with the matrix using the Matrix.SetColumnNames function (new in version 12.5).
(more)
How to automatically install MBS Plugin in FileMaker without having the plugin?
We have gzip versions of our plugins here: gzip downloads. There you find the current URLs for all our plugins and the version.json with the version information. You may do a script to automatically install the plugins.
Now we got the question how to load the MBS Plugin with Insert From URL for an installation, so here is an example script:
# normal release here
Set Variable [ $URL ; Value: "https://www.monkeybreadsoftware.com/filemaker/files/gzip/version.json" ]
Set Variable [ $JSON ; Value: "" ]
Insert from URL [ Select ; With dialog: Off ; Target: $JSON ; $URL ; cURL options: "--FM-text-encoding utf-8 --location --max-time 10 " ; Do not automatically encode URL ]
If [ Get(LastError) ≠ 0 ]
Show Custom Dialog [ "Failed to query MBS server." ; Get(LastErrorDetail) ]
Exit Script [ Text Result: "Failed to query server." ]
Did you know the MBS Plugin can run on all FileMaker versions from 7 to 19.5.4?
As of today the current 32-bit Windows version can load in ancient FileMaker Pro 7. We don't expect clients to use that, but we know that some still have 32-bit Windows and use FileMaker Pro 18 there to connect to FileMaker 18 and 19 servers.
For macOS we support currently macOS 10.9 and newer in FileMaker 14 and newer. If you need plugins folder older macOS versions or 32-bit FileMaker Pro, please let us know.
And of course we work hard to get our plugin ready for the future. We already test with Claris Pro and FileMaker Pro 19.6 and we may need to adjust our plugin for those.
Over the last weeks, we improved our example project and helped a lot of customers with using our ScintillaControlMBS (and DesktopScintillaControlMBS) control. Let us show you a few tips, we gave to them:
How to avoid loosing focus with contextual menus?
You can use your own contextual menus with Scintilla. But some customers had the problem, that focus was lost. If you have that problem, you can simply add a call to GrabFocus method to the ConstructContextualMenu and make sure the focus is set back to the control. The focus can be lost, if the right click brings focus to another control or the window.
Autocomplete not working for unicode characters?
One client noticed, that auto complete in our example didn't work for accented characters. But that one was easily fixed by switching to string functions working on bytes. The accented characters in UTF-8 are multiple bytes and the character functions didn't pick up the right completion. We fixed the example and if needed, you can just copy the code from StartAutoComplete method to update your copy. Now it works fine with ú í á æ þ ö é ð and ý.
Can we wrap long lines instead of scrolling?
If you like to wrap lines, you can change the WrapMode property. You have four choices: kWrapNone for no wrapping, kWrapWord to wrap on word or style boundaries, kWrapWhiteSpace to wrap on white space or kWrapChar to wrap after any character.
Can the control have a border on Windows to look more like TextArea?
We added the HasBorder property in the v22.4 plugin, so you can turn it on. Please do that either in the IDE or in the Prepare event, so it is done before the control is created. Once created, you can't change the border status.
(more)
Let us show you how we can use our Window functions in combination with Schedule functions to trigger a script the a window moved in FileMaker. You may know there is a layout size changed trigger, so you notice when a window was resized by the user, but there is no script trigger for moving window built-in. Let's build one.
We build this example script, which starts with setting our parameters on which script to trigger with what parameter and in which file. Then we query the current window to get the reference number. This allows us to later even check the right window, when it is in the background. We query the current position and store it in the tag for the window. The tag is a value you can store to an object in MBS FileMaker Plugin and it allows you to store something related to the window. If you store multiple values, you may use JSON instead. We then schedule a dummy expression to get the reference number for the schedule, since we include it in the expression. Now we can build the expression and we look into that further below. Important is that we replace place holders with the actual values. Then we can put back the expression for the schedule and remember the schedule reference in case you like to stop it by script. Take a look here:
For next plugins we add classes for Google Admob service, so you can earn money in your iOS applications. By using our classes, you can enter your application ID (to info.plist file) and the ad unit IDs to the various ads you like to show:
Full screen ad when application opens via GADAppOpenAdMBS class.
Full screen ad when you transition from one part of the app to another, e.g. to a new level in a game. Transitional ad via GADInterstitialAdMBS class.
The plugin already includes the basic classes to do various ads in your iOS Xojo app. The test project includes sample ad unit IDs, so you see test ads. The two screenshots on the right show our text app with a banner ad and a fullscreen screenshot with an interstitial ad. We may add more if needed, so please try and let us know.
Please notice that if you ask your clients for $1 in-app purchase to remove ads, you may make more money from that customer than with ads. But ads are great for a free application with thousands of users of course.
For later this year we plan to do a cleanup of our plugin collection for Xojo.
The following list marks the current list of what we may remove. But you – as a developer using our plugins – can still tell us whether you actively use one of the following items. We may discuss keeping them longer or helping you move away from the classes:
(more)