On Jun 19, 5:23 am, Jose Luis Canciani <
jose.canci...@gmail.com>
wrote:
> Hello! I'm using Firebug Lite in a custom dev framework I'm building.
>
> I've follow Jan's excellent tutorials:
http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug...
> and managed to build a panel that communicates with a node.js daemon to
> retrieve live information of whats going on in the server.
Note that the tutorial is for Firebug (the extension) not Firebug
Lite.
I don't know about any tutorial for Firebug Lite.
Would docs automatically generated from the source help in your case?
Or is reading formatted comments just ok?
Honza
> But I'm finding it hard to do more things. For example: one of the panel is
> a php.log "tail", and I would like to alert me some how (for example
> changing the title of the panel adding the number of new lines in the
> file). How can I dinamically change the panel properties, open it, things
> like that? After registering the panel, how can I get it and work with it?
>
> Thanks!
> Jose.