FMGrowlerIcon

FMGrowler


Description

Download FMGrowler

FMGrowler is a Mac OS X plug-in for FileMaker for posting Growl notifications. In addition to posting notifications FileMaker scripts can be run via "callbacks" from Growl when notifications are clicked or time-out.

Version: 1.0.4
Date: August 5, 2017
Price: Free

The best way to find out what FMGrowler does and how it works is to download the plug-in and run the demonstration; it takes only a few minutes although you do need to have Growl installed and running. There's also a practical usage example and, if you've run out things to do on Twitter and Facebook, there are not one, but two, brief promotional videos for your viewing pleasure.

Dull Trailer Play Trailer

There is also more detailed information on the functions provided by the plug-in.

Note: notifications can also be posted to Growl from FileMaker using AppleScript, although "callbacks" are not supported. For very good examples of how to do this see the Growl Integration video by Michael Gaslowitz, Send messages from FileMaker to Growl from the creative folks at SH Partners or Using Growl without plugins by Adam Varga.

Usage Example

An OnTimer script that polls a to-do list for new items could display a notification advising the user that the new task is available without interrupting their work.

Growl_DatabaseInformation ( "Excellent! More work to do!" )

In order for the notification to stay on the screen, rather than disappear after a few seconds, you can make it "sticky".

Growl_DatabaseInformation ( "Excellent! More work to do!" ; True )

And to display a custom icon for the alert supply a PNG image from a container field.

Growl_DatabaseInformation ( "Excellent! More work to do!" ; True ; Resources::Alert Icon )

More Work To Do Notification

A "callback" can also be added so that when the user clicks on the notification a FileMaker script is called that takes the user to the new to-do item.

Growl_PostNotification ( Growl_DatabaseInformationNotification ; "New to-do Item" ; "She who must be obeyed has issued instructions" ; Growl_HighPriority ; True ; Resources::Alert Icon ; Growl_Callback ( "ToDo List" ; "Show New ToDo Item" ; Growl_ScriptPause ; NewToDo ) )

(where NewToDo is a parameter that identifies the to-do list item to be passed to the script "Show New ToDo Item" in the database "ToDo List").

Requirements

The minimum requirements are:

  1. Mac OS X 10.8.3 (Mountain Lion)
  2. FileMaker Pro 12v3 [Advanced]
  3. Growl 2.0.1

For a earlier versions of FileMaker, Growl and OS X please try version 1.0.2.

Known Bugs & Limitations

FMGrowler does not work as a server-side plug-in with FileMaker Server [Advanced].

OS X only.

Feedback, Suggestions & Bug Reports

Please send any feedback, suggestions or bug reports via the Contact form. If you have a suggestion for how this might be improved I'd be very interested in hearing it.

Version History

VersionRelease DateNotes
1.0November 12, 2009Initial Release
1.0.1March 9, 2010French localisation added
1.0.2November 15, 2011Works with Growl 1.3
Use Cocoa rather than Carbon API
IsGrowlInstalled function depreciated
1.0.3March 25, 2013Support for Growl 2.0
Support for OS X 10.8
IsGrowlInstalled function removed
1.0.4August 5, 2017Support for 64-bit machines

Thanks

First and foremost thanks must go to the folks at the Growl Project for Growl itself. FMGrowler uses the Growl SDK which is Copyright (c) The Growl Project, 2004.

Thanks also to Michael Ward of CustoMike Solutions, David Head of uLearnIT, Andrew McCallum of NicheIT, Nick Orr from Goya and Thomas Kunetz of FileMaker for testing and comments.

The Alert, Smiley and Clapperboard icons are public domain images from the Wikimedia Commons or Tango Icon Library.

License

Copyright (c) 2009~2017, Mark Banks
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Contact | Software

FileMaker is a registered trademark of FileMaker, Inc. in the U.S. and other countries.

© 2009~2017 Mark Banks. Last modified: August 5, 2017