Hi all!
I’ve just made available my dPanel class.
This was made in an attempt to mimic the usefulness of Flash’s Output panel except with my class you can debug your applications outside of the Flash IDE with ease.
You can find an example and information about it here:
http://blog.fatal-exception.co.uk/?p=18
Using it is extremely simple - you simply call dPanel.init() to create the dPanel and then call dPanel.trace() to trace text to the dPanel.
Please try it out and let me know what you think.
I hope you find it useful!