Hi Alll

Just a quick question to see what other do.

If you have a button that has a click attribute do you always pass the event
in the funtion:

<mx:Button label="button label" click="functionName(event) />

I tend to always pass the event as you always get an event passed when you
set up an event listener. This way you can hve the button click or an event
listener fire the function.

Thanks

-- 
Giles Roadnight
http://giles.roadnight.name

Reply via email to