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 -~----------~----~----~----~------~----~------~--~---
