On Aug 30, 2008, at 19:58:27, Wooden Brain Concepts wrote: >>> There is no such specifically mentioned parameter. >> >> Mentioned where? > > It's not mentioned in what I take to be the most authoritative > statement of using GAB: > > http://growl.info/documentation/developer/implementing-growl.php?lang=cocoa
So I see. I should add it somewhere there. I should also add some reference documentation. This shouldn't be too hard, as the headers are already Doxygenated; a little Doxygen + DoxyClean should be all we need. > (Furthermore, note that the link given in that page's "Other > Methods" section to "GrowlApplicationBridge.h." is a dead link) Fixed; thanks. > It's not mentioned in the Applescript doc: > > http://growl.info/documentation/applescript-support.php I'm not sure that that doc has been updated since 0.6. The identifier feature was added in 1.1, I believe (it's certainly newer than 0.7, going by the GAB.h file). I'm also not sure what else, if anything, has changed in Growl's AppleScript support since 0.6. At any rate, one of us (Diggory?) should add it there, too. >> You pass the identifier when notifying. One of the GAB methods has >> an argument for it, or if you're using a notification dictionary, >> you'll set GROWL_NOTIFICATION_IDENTIFIER. > > I think this would be of limited use as a fixed parameter for a > notification name (as with the dictionary). It would of most use > precisely when a single notification can have many different > identifiers. > > … So for instance, even through the notification names for a BBC and > an Reuters feed are both "headlines", we'd only want to replace the > BBC one with another BBC one and same with Reuters. And that's why it works that way. :) > In the meantime -- i can see the applescript dictionary, but since > I'm now using both applescript and cocoa (depending on whether click > context is needed) -- can you point me to a document or an example > of the GAB cocoa method you mention? No document yet, but it is documented in the header file. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
