Training day for MBS Filemaker Plugin - this week

The people at denkform.de are hosting a training for our MBS Filemaker Plugin. So if you want to spend a day with us learning about our plugin, please join us.

We make a guided tour and show you a couple of highlights and examples. Talk about what you can do and how you do some things. Later we will implement a couple of things in sample databases like the Audit function. Also download and upload with CURL is a good topic. We will look into the webviewer extensions and fill a sample form. Next we will do some image editing and writing a report into a Excel file.
Finally we have plenty of time for questions.

This event is in German (english event is also possible).
We meet 3rd September 2015 (and 3rd December 2015) at 9:30 am in Denkform office. Cost is 99 Euro (incl. VAT) and you can buy a license with 50 Euro discount.
You can register on the denkform website. After the event, there is the regular meeting which everyone can join for free and have dinner with us.

FileMaker Conferences 2015/2016

Upcoming FileMaker conferences:
  • FileMaker Konferenz, German/English, 8th to 10th October 2015 in Hamburg, Germany, see filemaker-konferenz.com
  • FileMaker Conference, Swedish/English, 12th to 13rd October in Gothenburg, Sweden, see devconscandinavia.se
  • FM Conférence, French/English, 21st to 23rd October in Lyon, France, see fmconf.com
If you plan to attend those, please sign up quickly. The German could sell out soon. And next year: Do you know more? Let me know so I can add them to the list.

Windows Error codes

From time to time we have people ask what is -2147286786 or &h800F0216 and nobody knows quickly. So I put together a table on our website to show.

Windows Error Codes

Maybe worth a bookmark for future reference?

MBS FileMaker Plugin, version 5.3pr1

New in this prerelease of the 5.3 plugins:
  • Changed Text.DecodeFromHex to ignore a prefix 0x in the text.
  • Rewrote PHP plugin part to use PHP version 5.6.12 and work with 64-bit.
  • Added new index parameter for SerialPort.Open function.
  • Added new socket functions: Socket.GetBroadcast, Socket.GetMulticastLoop, Socket.GetMulticastTimeToLive, Socket.GetTimeToLive, Socket.SetBroadcast, Socket.SetMulticastLoop, Socket.SetMulticastTimeToLive and Socket.SetTimeToLive.
  • Added DynaPDF.GetGStateFlags and DynaPDF.SetGStateFlags functions.
  • Added CMYK options for DynaPDF.RenderPage and DynaPDF.RenderPDFFile.
  • Fixed a problem with Calendar functions running out of memory.
  • Fixed problem in UnZipFile.ReadToFile with zero length compressed files.
  • Added DynaPDF.InitColorManagement function.
  • Updated CURL to version 7.44.0.
  • Fixed bug in DynaPDF.RenderPage which prevented use of resolution = 0 for using fixed size.
  • Updated Files.MoveToTrash to use newer API to work better on OS X 10.8 and newer.
  • Changed Files.Launch to accept more than one file as parameter.
  • Added SQL.GetRecordsAsText function.
  • Added Window.AddBottomOverlay function.
  • Updated openssl to 1.0.2d.
  • Updated DynaPDF to version 3.0.43.127.
  • Updated libcpuid.
Download at monkeybreadsoftware.de/filemaker/files/Prerelease/ or ask for being added to the dropbox shared folder.

UDP Broadcast for FileMaker

With next MBS FileMaker plugin, we include now some broadcast helper functions.

Once you have an UDP Socket created with Socket.NewUDPSocket function, you can switch it to broadcast most using Socket.SetBroadcast function.
Now when you send package to a broadcast address in your local network, e.g. 192.168.1.255, you send it to everyone in the network.

This can be useful in your FileMaker solution to send messages to another FileMaker Pro app in the same network. Be aware that UDP is unreliable. A solution can be to give each message an ID as prefix and send it three times with a little pause in-between. On receiver side, filter out the duplicates and process only new messages.

Will be included soon in 5.3pr1 plugin.

FileMaker DevCon Scandinavia 2015

Come to FileMaker Devcon Scandinavia 2015 and discover how to make the most of the FileMaker Platform and FileMaker 14. Choose from a variety of sessions on design, mobility, development, business and innovation.

Join other FileMaker developers in Göteborg, at Nya varvet studios, from October 12-13, 2015 and take the first steps to achieving your business goals. Who knows, you might even get an exclusive preview of the upcoming FileMaker release...

More on the website

Training day for MBS Filemaker Plugin - next month

The people at denkform.de are hosting a training for our MBS Filemaker Plugin. So if you want to spend a day with us learning about our plugin, please join us.

We make a guided tour and show you a couple of highlights and examples. Talk about what you can do and how you do some things. Later we will implement a couple of things in sample databases like the Audit function. Also download and upload with CURL is a good topic. We will look into the webviewer extensions and fill a sample form. Next we will do some image editing and writing a report into a Excel file.
Finally we have plenty of time for questions.

This event is in German (english event is also possible).
We meet 3rd September 2015 (and 3rd December 2015) at 9:30 am in Denkform office. Cost is 99 Euro (incl. VAT) and you can buy a license with 50 Euro discount.
You can register on the denkform website. After the event, there is the regular meeting which everyone can join for free and have dinner with us.

FileMaker: Bottom Controls

Just added to the MBS Plugin. A way to put a plugin control on the bottom of the FileMaker window to hide the bottom controls.

If you match the color of your design there, the controls get invisible.

Currently OS X only, but maybe I can make it on windows, too.


MBS FileMaker Plugin 5.2 for OS X/Windows - More than 3200 Functions

Nickenich, Germany - (August 4th, 2015) -- MonkeyBread Software today is pleased to announce MBS FileMaker Plugin 5.2 for Mac OS X or Windows, the latest update to their product that is easily the most powerful plugin currently available for FileMaker Pro. As the leading database management solution for Windows, Mac, and the web, the FileMaker Pro Integrated Development Environment supports a plugin architecture that can easily extend the feature set of the application. MBS FileMaker Plugin 5.2 has been updated and now includes over 3200 different functions, and the versatile plugin has gained more new functions:

Our new schedule functions allow you to schedule scripts, SQL or evaluation of expressions. You can ask the plugin for example to trigger a script in 5 minutes, at a given time or even a timestamp. The time could be something like every hour at a quarter past or with a time stamp something like midnight in three days.

The Hotkey functions now works on Windows. So you can use it now to trigger scripts based on keyboard combinations in your solutions on Mac OS X and Windows. Any key is possible unless reserved by the operation system. For example you could use modifier keys with F keys together. Start a script by pressing Control-F5 for example.

For our CURL functions we added a lot of new features. This includes a couple of new options as well as new default options to make it easier for beginners to get started. A big change here is to allow asynchronous transfers. Beside the existing synchronous and background transfers, the new mode allow to run dozens of transfers in parallel very efficiently. Independent of the transfer type this can be used for batch downloads or uploads with FTP or for sending a lot of emails.

Protecting a solution can be a challenge. Various companies offer dongle solutions. We now support matrix dongles so you can detect a dongle and read or write data to it. Please contact us if you are interested in support for other dongle vendors.

Using a button control in your layout you can trigger a script with a mouse click. It has been a challenge to know if the user clicked with left or right mouse button or even made a double click. At the time the script is called, the mouse button is released and the clicks are done. But our new event monitor feature allows the plugin to watch for mouse events and keep track of details of the last mouse event. So your script can query if it was triggered by a double click or right mouse button.

Apple deprecated QuickTime functions years ago in favor of AVFoundation framework. While we still have a couple of QuickTime functions, we now added new AVAsset functions. Those allow you to load a movie and query various properties and metadata. Of course you also can save images of a video file to generate previews.

Finally we updated DynaPDF to version 3.0.40.122 and libXl to 3.6.2.

See release notes for a complete list of changes.

FileMaker Plugin development tips and notes

Just a few quick notes from recent work with the FileMaker plugin SDK:

First the FMX_StartScript function is not implemented for FileMaker Server. The environment is missing there to have it run. FMX_SetToCurrentEnv is also not working on the Server as it can't create sessions. And as session details are not available, the server can't do anything here. If you use idle function, well it is also not called on the server all the time, only if a script is paused.

The FixPtAutoPtr class can hold numbers of 100+ digits length. But default precision is only 18 digits and there is no native way to assign or query Int64 or UInt64 values. One work around can be to use AssignDouble and AsFloat which has problems with precision. Another work around is to use text functions and convert to/from number in C code. For MBS plugin we prefer to do math and calculate if a big number needs to be returned. e.g. UpperPart * Factor + LowerPart. So number is split in two parts and we multiply the upper part and add it together. That allows to build a 64bit number in 32 bit without loosing precision by going through double.

Be aware that FileMaker always uses UTF16 internally to store texts. For converting to/from wchar_t on Mac OS X you need to do the UTF32 transcoding. In MBS Plugin we have code for this, so our UTF32 aware text functions can probably handle special characters like smileys.

Getting UTF8, Mac or Windows encoded text from a fmx::Text has a challenge: null bytes. Most functions simply ignore them and cut the string on the first null character. But some functions in our MBS Plugin actually handle this special case correct.

When your plugin receives kFMXT_Init call and you call your plugin init function, be sure to save version and application values in global variables. This way you can use conditions everywhere in the plugin like "if (gFMVersion >= k150ExtnVersion)" or "if (gFMApplication == kFMXT_Pro)". This is important as our plugin supports version from 8.5 to 14.

On FileMaker Server scripts may run in parallel. Be sure your plugin is prepared for that by locking global data with mutex. While you can't currently get the session ID easily, you can of course check current thread ID by OS functions to see if two calls are on the same thread.

MBS FileMaker Plugin, version 5.2pr9

New in this prerelease of the 5.2 plugins:
  • Added MatrixDongle functions.
  • Fixed AVAsset.MetadataKeys to work on Mac OS X 10.9 and older.
  • Fixed problem in QTMovie.Release function.
  • Updated system information functions to properly detect Windows 10.
  • Added SystemInfo.isWindows10 function.
  • Added SQL.InsertRecords function.
  • Added EventMonitor.LastMouseClickIsDoubleClick function.
  • Added DynaPDF.GetInMetadata, DynaPDF.GetMetadata and DynaPDF.SetMetadata.
  • Added DynaPDF.GetOutputIntent and DynaPDF.GetOutputIntentCount functions.
  • Fixed bug with Dictionary.AddSQL's parameter passing.
Download at monkeybreadsoftware.de/filemaker/files/Prerelease/ or ask for being added to the dropbox shared folder.

Archives

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