0.7.0 Beta2 Missing Growl Icon
Posted: April 16th, 2012, 10:54 pm
Hi,
Well 0.7 beta 2 added Growl support. Sweet!
Sadly though it's missing it's icon. Or whatever you wish to call it on the notification window.
Not sure how you go about adding it but sickbeard developers figured it out.
Using Growl 2.0.9 on Win7 x64 SP1.
Thanks,
Will
Update:
See: http://growl.info/documentation/develop ... -growl.php
Well 0.7 beta 2 added Growl support. Sweet!
Sadly though it's missing it's icon. Or whatever you wish to call it on the notification window.
Not sure how you go about adding it but sickbeard developers figured it out.
Using Growl 2.0.9 on Win7 x64 SP1.
Thanks,
Will
Update:
See: http://growl.info/documentation/develop ... -growl.php
Code: Select all
iconData
An NSData object which is a representation of an NSImage to be shown with this notification. If it is nil, the default icon for your application will be used. If you want the notification to have no icon, supply an empty NSData ([NSData data]). Optional.