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 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.
Dates for 2016: 3rd March 2016 and 3rd November 2016.
New in this prerelease of the 5.4 plugins:
- Added Window.ModalDialogFont function.
- Added HotKey.GetEnabled, HotKey.GetIgnoreOnModal, HotKey.SetEnabled and HotKey.SetIgnoreOnModal.
- Changed Text.TextToHTML and Text.TextToRTF to include font.
- Added Text.Serialize and Text.Deserialize.
- Fixed a bug in PDFKit.GetPDFPagesPDFRef with ranges of pages.
- Fixed bug in window ID handling on Mac.
- Added Window.Screenshot function.
- Added Addressbook.recordsMatchingSearchElement, Addressbook.searchElementForConjunction and Addressbook.searchElementForProperty to make complex searches in addressbook.
- Added JSON.Import functions.
- Added flags parameter to XML.Query to get result as text list, enable/disable formatting.
- Added Addressbook.person.SetBirthdayComponents function.
- Changed SerialPort DataAvailable Script. Ones you got a script triggered, you must use Read command to actually get data before the plugin will trigger the script again. This should help debugging and avoid scripts being triggered too often.
- Same for Sockets with Error, DataAvailable and NewConnection script triggers.
- Updated to Xcode 7.1.
- Added DynaPDF.Print function to print PDF on Windows.
- Added HotKey.GetLocal or HotKey.SetLocal to limit hotkeys to only FileMaker.
- Added Encoding parameter for Barcode.Detect.
- Added HotKey.GetName, HotKey.GetTag, HotKey.SetName and HotKey.SetTag.
- Fixed a bug in Twain where driver would request a higher preferred buffer size than the maximum buffer size.
Download at
monkeybreadsoftware.de/filemaker/files/Prerelease/ or ask for being added to the dropbox shared folder.
You remember the
XML.Import functions we got in the last plugin release?
See older blog post:
XML Import for FileMaker
We now got the same for JSON. Yes, you can take any JSON and the plugin will create the required tables, fields and adds all the values as records.
Coming soon in the next plugin release.
Sample JSON data for and volunteers for testing are welcome.
There is a topic we need to talk about. Do you use a FileMaker Server hosting service? With more than one client per Server? Not that you have several customers and you are the only developer. We talk about the case that several developers share one server to host their solution. So one developer doesn't check other developers scripts and is aware of what they do.
Why? Because a plugin can do anything. Actually the Send Event command itself to run command line tools does the same trouble. If two people develop on one server, they can write scripts which provide trouble to others. Simple things as deleting/moving files. Or more dangerous ones like importing one database into a container field of another database. Yes, that's possible! Because both command line and plugin are not aware of the permissions and security settings you defined.
If you install a plugin on a server, people can use all the commands in the plugin. e.g. FTP all databases to a FTP server, copy all the files in unencrypted external containers or even damage the server installation.
The problem is not new and exists since FileMaker has a server with command line and plugin access. But after getting you worried, we want to show you a possible solution:
For the MBS Plugin we want to provide more control. You can already use the
Plugin.SetFunctions function. This function allows you to limit the available commands. So if the people on your server only use the MBS Plugin to email newsletters, you can only allow the email commands. All other commands can be disabled. This happens by passing a list of allowed function names to
Plugin.SetFunctions. You do this normally when server starts and you register the plugin in a script. Once the plugin removed a function from the internal dispatch list, you can no longer call it. This is reset only when the server restarts.
With version 5.4 we add more commands. The
Plugin.LockFunction allows you to disable a function and later unlock it in a script where you need it. This way you can limit the availability of functions for the time a script runs. The
Plugin.LimitFunction on the other side can limit the execution of a function to a list of allowed user accounts, privilege sets and script names. For example you could only allow a backup script to use
Files.Delete function. For this you could define that only accountName = "Admin" and ScriptName = "Maintenance.fmp12:NightlyBackupFTP" would be allowed to delete files. You can store those limitations in a table and apply them to a plugin functions on server startup. Once limited there is no way to remove the limit unless you restart server.
We do hope people are aware of the potential issues. Please make sure you only allow others to share your server with the respect and trust. Our plugin functions may help to make it more difficult to abuse them.
Just today on a visit at a client I added a new plugin function:
DynaPDF.Print.
This function allows us to print a PDF documents directly. No need for opening the PDF file in Adobe Reader or other PDF applications.
The PDF pages are rastered and sent to the printer without a dialog. We can specify a couple of options including margins, color/gray/b&w and rotation/scaling. If needed we could add the option to show a dialog and control more print settings.
For OS X you can use
PDFKit.Print for similar functionality.
New in this prerelease of the 5.4 plugins:
- Added LimitFunction, LockFunction and UnlockFunction.
- Added new parameter to XML.Query to get result as text list.
Download at
monkeybreadsoftware.de/filemaker/files/Prerelease/ or ask for being added to the dropbox shared folder.
The documentation for our MBS FileMaker Plugin is now also available as PDF format:
MBS.pdf (18 MB, 4390 pages)
if you like, download a copy and keep on your iPad to read on the go or to search locally. Or keep your bookmark in your favorite browser for our
online documentation.
The question left is if we go should now include the PDF instead of the html files in the plugin archive.
New in this prerelease of the 5.4 plugins:
- Updated SQLite to 3.9.0. Now with FTS5 and JSON extensions enabled.
- Added Files.CanOpenFile function.
- Updated DynaPDF to version 3.0.45.132.
- Added new keys OwnerPassword, UserPassword, EncryptionKeyLength, AllowsPrinting and AllowsCopying for PDFKit.GetPDFAttribute and PDFKit.SetPDFAttribute.
- Fixed bug with container processing when containing a MAIN item.
- Fixed an edge case where email subjects where not always decoded properly.
- Added CURL.List function.
- Added relation graph search field for FileMaker 11 and 12, too.
- For our new search fields, the escape key now clears the field content.
- The colors for AND, OR, NOT and XOR now also apply for localized variants.
Download at
monkeybreadsoftware.de/filemaker/files/Prerelease/ or ask for being added to the dropbox shared folder.
New in this prerelease of the 5.4 plugins:
- Added search field for relationship graph dialog.
- Added a new tag for syntax coloring so you can define field color, and, or, not and xor colors for calculations.
- Added SyntaxColoring.GetScriptHighlightColor and SyntaxColoring.SetScriptHighlightColor to have plugin overlay the selection in script editor and provide a selection color with more contrast.
- Added "cent variable name" tag for syntax coloring.
- Added search field for script editor on Mac. Highlights lines with matching visible text in yellow.
- Added elliptic curve key generation for public and private keys and functions to sign and verify digital signatures.
- Fixed crash with SerialPort functions on Mac.
- Fixed an issue with WebView.LoadHTML called without URL.
- Added AVAsset.TimeCodes function.
- Added plugin reference as PDF file.
- Updated DynaPDF to version 3.0.43.131.
- Added support for RC5 cipher.
- Updated to Xcode 7.0.1.
- Improved email generation for related/alternative content.
- Added EmailParser.Date function.
- Updated TinyMCE example to version 4.2.6.
- Added Text.FileExtensionToMimeType and Text.MimeTypeToFileExtension functions.
- Added EmailParser.Hash, EmailParser.Source and EmailParser.SourceWithoutAttachments functions.
- Improved email parser to detect errors better like BOM characters.
Download at
monkeybreadsoftware.de/filemaker/files/Prerelease/ or ask for being added to the dropbox shared folder.
We got today a little textfield for going to a line:
Maybe it helps you?
Now if your colleagues now tell you to look on line 123, you can just enter number, press return and you jump right to the line.
So far we got a couple of improvements created at the FileMaker conference including
Search box for FileMaker Relations,
a search field for scripts,
a configurable highlight color in script editor and
Elliptic Curve Sign and Verify.
You know this dialog? Spot a little difference to your FileMaker?
Yes, there is a little combo box. The popup shows all the table occurrences and the text field inside auto completes. When select something or press return after typing, the plugin will pass that text to the search in relation graph:
Coming soon for FileMaker 13 and 14 with MBS Plugin 5.4.
The FileMaker conference here is great and people have a lot of excellent ideas. We have a long list of things to improve in MBS Plugin in the next years.
So far we got a couple of improvements including
a search field for scripts,
a configurable highlight color in script editor and
Elliptic Curve Sign and Verify. We'll see what happens tomorrow here in Hamburg!
We got the colors, yesterday the search field and today we got a customizable color for script editor:
The light blue FileMaker Inc. picked is a problem for a few people here at the FileMaker conference. So MBS Plugin allows in next version to define your own color to overlay the color from FileMaker. This way you can use a bolder blue and still see the selection when using a projector. Perfect for your next presentation!
Available soon for FileMaker 14 with 5.4 plugins in the next days.
Yesterday I implemented for our FileMaker and Xojo Plugins the classes/functions to use the elliptic curve functions from OpenSSL for digital signatures.
Using those functions you can create a pair of private/public keys. Using the private key you can sign some data digitally. Later you can use our verify function to verify the signature with the public key.
Now if you want to use this to sign some data, you generate your keys. The private key is stored locally. The public key is sent to your partner, client or whoever should verify the signature.
To sign data, please make a Hash first. We use SHA-512 for most secure hashes currently. This hash is than signed and we get a signature. The public key is sent to someone once. Next you send the data with signature. Now the receiver can use the public key to verify the signature on the same data hash.
For the key generation we can choose between 79 different built-in curves with various bit numbers from 112 to 571 bit.
Read more on
wikipedia. Available for FileMaker and Xojo with next plugin prerelease.
A little job for the lunch break here at the FileMaker conference in Hamburg:
We got a little search field in the right title bar for FileMaker's script editor to search in the scripts. It highlights all lines matching the text. As you see above I searched for "Grid" and three lines got highlighted in FileMaker 14.
For FileMaker 11 to 14 on Mac OS X and brand new today.
Are you in Hamburg currently or the next days?
Be sure to visit my booth at the FileMaker Conference here.
We have flyers, pens and sweats and I try to answer all your questions. Thanks for supporting the conference.
Nickenich, Germany - (October 1st, 2015) -- MonkeyBread Software today is pleased to announce
MBS FileMaker Plugin 5.3 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.3 has been updated and now includes over 3300 different functions, and the versatile plugin has gained more new functions:
Does your application need email receiving? In our new plugin version we got a set of
Mime parser functions. Our examples show you how to parse an email and show subject, plain and html text, receivers and sender, inline graphics and attachments. Using our CURL functions you can download emails via IMAP or POP3 and our example project shows you how this works. Combined with FileMaker database you can have your emails automatically get downloaded, parsed and stored in your database in several related tables. Our plugin can send emails via SMTP, too.
When you need to import Tab-separated values from a text file, you can use our new
FM.InsertRecordTSV function. You provide the text with tab/return delimiters, table name and field names. The plugin will read through the values and create records for you automatically.
If you need to import XML files, check our new
XML.Import function. It's written in a way that it should import any XML file without the need of a XLST or similar format description. Our plugin processes the xml and creates tables for the fields and attributes found in records. Next it imports all data found in the XML into new records. Finally you can process those new records and pick the values you need form the XML.
Our plugin now handles compressed container values better. We now have functions to
compress and
uncompress container values. The
Files.ReadFile function can also read files and return them as compressed containers.
For DynaPDF we got new functions for
color management. Now you can use color profiles to render pages. This even allows to render images with CMYK color space. And we got a new function to show differences between two PDF pages.
For our SQL functions, you can now use an
internal SQLite library within the plugin. This copy of the SQLite library includes the encryption extension, so you can use encrypted databases. We support AES 128, AES 256 and RC4 encryption.
We got a new audit example for you, new
socket and serial functions. You can
hide the bottom bar in FileMaker and use
Social Requests on OS X.
We updated CURL to version 7.44.0, DynaPDF to 3.0.43.130, libXL to 3.6.4 and OpenSSL to 1.0.2d.
See
release notes for a complete list of changes.