Atm this is what I've wrote:

imageFromPath ="emesene-logo.png"
name = "emesene"
notifications = ["online",
"offline","newMsg","receiveTyping","newMail","offMsg","initMail"]
notifier = Growl.GrowlNotifier(name, notifications)
notifier.register()

this is my call to growl:


notifier.notify("newMsg", title, msg, icon=xxxxx)
but it's doesn't work

pS: it's an application bundle but I can see also the shell for
looking some errors :)

On 3 Gen, 10:56, Peter Hosey <[email protected]> wrote:
> On Jan 03, 2009, at 01:14:16, Fn wrote:
>
> > yes I'm using imageFromPath ="mypath/logo.png" to set the preference  
> > panel icon.
>
> I assume you mean this:
>
>         Growl.Image.imageFromPath("mypath/logo.png")
>
> since it's invalid to assign things to attributes of the Image class,  
> and there's no other imageFromPath in the entire module.
>
> Please be precise in your answers. It helps us help you.
>
> > I've added the growl support to emesene (Msn client).
>
> That didn't really answer my question of whether it's an application  
> bundle or a command-line tool.
>
> > How can I add the icon argument to the notify method? what is the  
> > keyword? "icon"?
>
> Yes.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to