applicationName = "emesene"
notifications = ["online",
"offline","newMsg","receiveTyping","newMail","offMsg","initMail"]
applicationIcon=Growl.Image.imageFromPath("/Users/apple/Pictures/
skull4.gif")
notifier = Growl.GrowlNotifier(applicationName, applicationIcon,
notifications)
notifier.register()new error: growlImage.Image' object is not iterable" where's my fault now? :( On 4 Gen, 18:54, Peter Hosey <[email protected]> wrote: > On Jan 04, 2009, at 02:04:50, Fn wrote: > > > applicationIcon=Growl.Image.ImageFromPath="/Users/Fn/Pictures/ > > skull4.gif" > > myIcon=Growl.Image.ImageFromPath="/Users/Fn/Pictures/ > > skull4.gif" > > You're still assigning the pathname to the method's name, rather than > calling the method with it. > > Also, method names are case-sensitive. “ImageFromPath” won't work, > because the method's name is “imageFromPath”. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
