I'm adding Growl support to an app, and am running into a frustrating
issue. Some of my notifications just don't appear.

I have only one place that does

[GrowlApplicationBridge notifyWithTitle: title description: info
        notificationName: @"Name" iconData: imageData priority: 0 isSticky:
NO clickContext: nil];

and this code is reached via NSNotification from one of three
NSNotifications. All on the main thread.

Only one of the code paths actually show the Growl, though as near as
I can tell, for all three the data is identical. There's only one
name, and it shows up fine in the Growl preference pane.

I haven't been able to find any similar reports.

I'm using the 1.2.1 framework (non-installing), though the preference
pane reports 1.2.

Is there anything that would prevent a notification from SOMETIMES
showing up? Any tips to debug this? (I haven't grabbed the source yet.)

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