Hi all, For the very first time growl is not displaying the balloon, I have attached the sample application and code(growlFirstTime.zip).
What I have done is 1) In applicationDidFinishLaunching: set self (MyController) as the delegate for the GrowlApplicationBridge. 2) Immediately send notification. In the MyController class, I implemented all of the delegate methods and provided the necessary information for them. The issue is happening for the very first time only, subsequently every time the balloon is being displayed. It looks like if i keep sleep(5) in b/w the steps mentioned earlier ( i.e after setDelegate and before send notification ), then its working for the first time as well. This is very annoying, My first growl notification is very important to me and i don't want to miss that out. Is this expected behavior ? should i depend on sleep(5) to get the first growl ? If yes, what about slow machines ? Note: What i mean here first time here is either new install or new user account. Means that there are not growl tickets and cache and preferences for growl in the machine. Or delete following files. ~/Library/Caches/com.Growl.GrowlHelperApp ~/Library/Preferences/com.Growl.GrowlHelperApp.plist ~//Library/Application\ Support/Growl Regards, -Sra1
-- 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.
