If you like to integrate the Growl Notification System with REALbasic fast then RBCGrowl Class is what you need! Please have in mind that you can run RBCGrowl in two lines of code and it works without additional AppleScript files. As always Premium Members can download this REALbasic Class for free. Thx for support!
Growl is a very popular and powerful Mac OS system notification used by many kind of software (Firefox, Skype, Adium, Coda, Espresso, Transmission). Some time ago I showed you how to integrate Growl notification system with REALbasic using AppleScript and .scpt file. Now there is a RBCGrowl Class that give you the same effect but it’s more inside your app. I hight recommend to using it! If you are a Premium Member you can download it for free, and if not then as REALbasic City Member you can get access to download for 2 USD (PayPal).

Here you can see a nice example showing how to use RBCGrowl Class in REALbasic. This Class is available only on Mac OS because Growl is created for Mac only. Hope you will enjoy it!
1 2 3 4 5 6 7 8 9 10 | Dim growl As New RBCGrowl growl.Notification("REALbasic","Firefox","Title","Description") //(application name to register in growl preferences panel, app name for icon display, title to display, description to display if growl.Result < > "" then //if Growl isn't running then display the info MsgBox growl.Result else //do nothing if Growl is working correctly end |
If you see this message you probably want access special material for Premium Members (Source Files, Bonus Tutorials, free Classes and More). You can do this by subscribing REALbasic City site for 10 USD (access for 3 months). There is also a option to buy access only to this material. Login or register to get option to buy and support REALbasic City.
Log in