Tuesday 28 June 2011

Growl for REALstudio / REALbasic / Xojo

If you want an easy way to implement Growl notifications into a REALstudio project, download this zip-file: growl-for-realbasic It contains the following objects:

Growl.rbo
growlNotifyScript.scpt
growlRegisterScript.scpt
growlRunningScript.scpt


I added the check if the GrowlHelper application is running before issuing Growl-commands.
To use the class, copy the four files into your project's folder and all four objects into your REALstudio project and then double-click the Growl-class to open it. Inside is a Notes-section which explains how to use it.
(Original source code can be found here at BitBucket)