> This isn't necessary. The parenthesis needs to be on the same line as > the method name, and the dot operator needs to be on the same line as > the class name; as long as those two requirements are satisfied, all > of the lines are one expression.
Thanks > > Also, since applicationDidFinishLaunching: is a notification message, > its argument is a notification, not the sending object (which is > notification.object()). > Unfortunately, it's still not working. I changed the code to reflect this persons example ( http://quiteuseful.co.uk/post/99434588/how-to-make-a-growl-app ) My code can be found here, in particular axaAppDelegate.py [1] and the associated Growl Registration Ticket.growlRegDict [1] This time, I'm invoking the GrowlApplicationBridge.notifyWithTitle from within awakeFromNib and passing self to setGrowlDelegate (as in the example webpage above, which works) Thanks for the assistance Regards Saptarshi [1] http://www.stat.purdue.edu/~sguha/growl/ (I'm using leopard 10.5.8, on a macbook) -- 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.
