On the console side, it would be easy to implement a filtering mechanism that would let you sort by keywords, or even search for your own. But as it stands, there is no support for additional flags. There is an extra object that I set up as a parameter to the broadcaster, metaData, but was never implemented. I knew I would want to expand it, but didn't actuallly know what for at the time.
I figured I would eventually pass in additional flags, possibly for filtering messages on their importance, or revelance to a specific bug. One idea I had, was that if I knew a bug was contained to a certain set of classes (external I/O classes for instance) then I might be able to type in keywords to that broadcasters' constructor's metadata object, that I could sort by on the console side. So, if I started seeing an issue with the I/O in my app, I could open the console, type I/O in my custom filters and then pull up any related error messages being generated. I suppose we could register methods in some way through the metadata, then on the console side, allow the user to sort by any of the active registered sub-broadcasters. I'm going to look at those other apps you posted. With as3 around the corner, I may not want to spend time on it. Just need a mac beta of flex 2 :( a On 6/11/06 10:39 AM, "Weyert de Boer" <[EMAIL PROTECTED]> wrote: > No problem, is it easy to make that ident support using that listbox of > Flash? > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

