Re: [flexcoders] Re: dispatching from an MXML component

2006-04-25 Thread Webdevotion
I think Metadata is what I'm looking for.Thanks for the space bar tip, didn't know that, great feature : )  On 4/25/06, Tim Hoff <[EMAIL PROTECTED]> wrote: Hi,If you click inside the dataGrid tag and press the space bar, you willsee a list of code hinting properties and events, that are availabl

[flexcoders] Re: dispatching from an MXML component

2006-04-24 Thread Tim Hoff
Hi, If you click inside the dataGrid tag and press the space bar, you will see a list of code hinting properties and events, that are available to the control.  To dispatch an onclick event, you should have something like click="dispatchEvent(event);" or click="runMyFunction ();" inside of t