Tip of the day: Play video in interactive container

For normal containers, we already have MovieView functions. With those functions you can for example play movies inside the container.
But with an interactive containers, Filemaker 12 actually uses a web view. There our MovieView functions will not work. But the Webviewer functions work.

MBS( "WebView.RunJavaScript" ; "movie"; "document.getElementsByTagName('video')[0].play();" )

This line will play the video. The container field on the layout must be named "movie" and we simply play the first video there. Of course you can also use other javascript video functions. like calling pause() function or querying duration or currentTime properties.

MBS Filemaker Plugin, version 3.4pr1

New in this prerelease of the 3.4 plugins:
  • Added GMImage.WriteImages function.
  • Fixed a bug with SQL.GetFieldName and index = 0.
  • Fixed XML.Query function to also return string, number or boolean.
Download at monkeybreadsoftware.de/filemaker/files/Prerelease/.

MBS FileMaker Plugin 3.3 for OS X/Windows - More than 1600 Functions In One Plugin

Nickenich, Germany - MonkeyBread Software today is pleased to announce MBS FileMaker Plugin 3.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 3.3 has been updated and now includes over 1600 different functions, and the versatile plugin has gained more new functions:

Our new plugin has a lot of new function for DynaPDF. Especially for handling huge PDF files like producing a 1000 page document. Also we now allow loading PDF pages as template and placing them several times on a new PDF. Finally we have methods to save your PDF and sign it with a digital signature.

For our encryption methods we have a new hash function called Hash.PBKDF2.HMAC to create encryption keys based on a password. And you can choose between MD5, SHA1, SHA256 or SHA512 as hashing algorithm.

Our ServerSocket functionality is improved to allow queries from Filemaker Go and from Javascript. This way we can for example trigger scripts in Filemaker Pro from a database on an iPad running Filemaker Go. Or even from a webviewer running inside Filemaker Pro on Windows using Internet Explorer 10.

A new function helps to verify if email addresses are right. We check the syntax of the email address and optionally also verify that a mail server exists for the domain.

And we have improvements for Addressbook, SerialPort, Container, Drag & Drop, Window, Twain, Container and SQL access functions.

MBS Filemaker Plugin, version 3.3pr7

New in this prerelease of the 3.3 plugins:
  • For TCP Sockets you can now more reliable get the remote IP/Port information.
  • Improved socket handling, so we get Error Script called if socket is disconnected from the other side.
  • Added DynaPDF.SaveAndSignFile function.
Download at monkeybreadsoftware.de/filemaker/files/Prerelease/.

The Internet Explorer 10 Problem

As you may know we have the WebView.InstallCallback plugin function to register the window.status setter to call a Filemaker script in a webviewer from javascript. This is a very useful function for a lot of solutions.

But with Internet Explorer version 10 and newer, Microsoft optimized the security model. Or in other words, we can patch the stuff as much as we want, but the javascript methods no longer call the patched functions.

So we need another solution. And we found one in the last days. We can use our new ServerSocket functions. So the plugin is told to wait for incoming requests and performs them. The website itself sends via Javascript a XMLHttpRequest to our plugin. This way we can once again launch scripts from Javascript. And this works also with Mac OS X and Webkit.

So please check 3.3pr6 plugin with the ServerSocket functions and the new example.

MBS Filemaker Plugin, version 3.3pr6

New in this prerelease of the 3.3 plugins:
  • Added DynaPDF.FlushPages function and path parameter to DynaPDF.New for creating huge PDFs.
  • Added example for sending commands from webviewer to Filemaker which works with Serversocket and with IE10.
  • Added Mac version of Window.GetClassName function.
  • Added Window.List function.
  • Added Trace.Off function.
  • Added flags parameter to ServerSocket.Start.
  • Added Twain.ClearCancelScript, Twain.ClearNotificationScript, Twain.GetUIVisible, Twain.SetCancelScript.
Download at monkeybreadsoftware.de/filemaker/files/Prerelease/.

MonkeyBread Software Releases the MBS SQLite Extension in version 1.2

NICKENICH, Germany (July 10th, 2013) -- Monkeybread Software releases version 1.2 of the MBS SQLite Extension.

The MBS SQLite Extension is a multifunctional extension to any SQLite powered application. You can use it as:
  • a plug-in for Cube SQL 4.0 from SQLabs or newer.
  • a plug-in for Studio Stable Database Server 2.0 or newer.
  • an extension to SQLiteDatabase class in Xojo
  • an extension to REALSQLDatabase class in Real Studio
  • a plug-in for the REAL Server from REALsoftware
  • an extension for SQLite which you can use in all SQLite based database applications like SQLiteManager application (from SQLabs).
New in Version 1.2:
  • Added Xojo support.
  • Added NthFieldRevMBS function.
  • Added InstrMBS and InstrRevMBS function.
Our SQLite Extension gives you over 50 new functions for SQLite:
  • Additional mathematical functions like Round or Pow.
  • Functions to save blob values in files outside the database.
  • Functions to calculate checksums on blob values on the server.
  • String functions like SoundEx or accents removing for your text searches.
  • Regular Expressions in queries.
  • UUID generation
Our SQLite Extension supports Mac OS X, Windows and Linux.
Example projects for Xojo and Real Studio are included for SQLiteDatabase, REALSQLDatabase, REALSQLServerDatabase and CubeSQLDatabase classes.

You can test the extension for free up to 10 minutes per launch in a demo mode. Licenses are available for 99 Euro per developer with one year of free updates. If you have feature requests for additional functions, please send us an email.

Filemaker meeting tonight in Koblenz, Germany

If you like, join us at 7pm in the Weindorf Restaurant in downtown Koblenz (next to mercure and civic center).

Treffen Sie andere Filemaker Entwickler aus der Region um 19 Uhr im Weindorf in Koblenz, direkt neben der Stadthalle am Rhein.

MBS Filemaker Plugin, version 3.3pr5

New in this prerelease of the 3.3 plugins:
  • Added SerialPort.LastError function to query last system error code for serial port functions.
  • Fixed a bug with syntax coloring and curly brakets.
  • Fixed a bug with Path.FilemakerPathToNativePath function on Windows.
  • Added more DynaPDF functions.
  • Added DragDrop.GetTag, DragDrop.GetWindowRef and DragDrop.SetTag.
Download at monkeybreadsoftware.de/filemaker/files/Prerelease/.

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