looks like i added a window.fluid.isGrowlRunning() method at some point. this is one of the privileged JS methods. that means this method will only work in a local userscript (wont work at all in a script loaded thru <script> in the html) and only when the page initially loads (it cannot be called in user event handlers).
sorry, not very helpful i'm afraid. I'm currently open sourcing Fluid as the Fluidium project on github: http://github.com/itod/fluidium/ the window.fluid code isn't in there just yet, but will be very soon. hopefully you can add whatever you like yourself in the near future using Fluidium. :) td On Sun, Dec 20, 2009 at 8:12 PM, Ryan Tate <[email protected]> wrote: > If someone has Fluid running but Growl is not installed, and > fluid.showGrowlNotification() is fired, is there any way to tell that > nothing has happened? Does the value returned by > fluid.showGrowlNotification() vary depending on whether an alert is > actually displayed? > > I've got a Fluid app that can fire alerts. In cases when Growl is not > installed, I'd like to indicate to the user that installing Grown will > enhance the app. Is there any way to tell if Growl is installed, from > inside the Fluid API? > > -- > > You received this message because you are subscribed to the Google Groups > "fluidapp" 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/fluidapp?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "fluidapp" 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/fluidapp?hl=en.
