On Fri, Feb 27, 2009 at 2:38 PM, Kahil <[email protected]> wrote: > > True... I have been learning javascript...just been finding it hard > when it comes to Fluid. I see people using several different ways to > do the same thing for the same webapp. its like the script for > facebook dock badges i put together...i managed to figure out how to > show the dock badge with the number of messages in your inbox, but it > still shows when you have no messages instead of going away.
yeah, i really think this is a matter of understanding JavaScript, not the (very small) fluid api. there is only *one* way to change the dock badge using the fluid api. the difference comes in how u do it (with timers etc) in JavaScript. On Fri, Feb 27, 2009 at 2:42 PM, Duncan Beevers <[email protected]> wrote: > > It might be interesting to create a Fluid mock object for use in > Firefox or Safari, allowing you to do some of your debug work using > tools like Firebug or Safari's Web Inspector. > All Fluid SSBs have the WebKit WebInspector built in and turned on by default.: Main Menu -> Window -> Show Web Inspector td --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
