Sigh… If I had understood the message I wouldn't have asked, would I?

In the registrationDictionaryForGrowl I have the following code:

Function registrationDictionaryForGrowl() As dictionary
  dim regDic as new Dictionary
  
  regdic.Value(GrowlApplicationBridgeMBS.kApplicationName) = 
app.ApplicationNameMBS
  
  dim notifications() as string = array(app.ApplicationNameMBS + " 
Notification")
  
  regdic.Value(GrowlApplicationBridgeMBS.kNotificationsAll) = Notifications
  regdic.Value(GrowlApplicationBridgeMBS.kNotificationsDefault) = Notifications
  
  Return regdic
 
End Function

This looks like code from an example.

On 18.02.2013, at 10:43, Christian Schmitz <[email protected]> 
wrote:

> Did you read the message?
> 
> You can add the required information to your app's info.plist or return it as 
> dictionary in one of the GrowlApplicationBridgeMBS event.
> See registrationDictionaryForGrowl event.

Mit freundlichen Grüßen/Regards

Trixi Willius

http://www.mothsoftware.com
Mail Archiver X: The email archiving solution for professionals

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to