What does it mean to not be valid? Are you getting an error? Are you missing [Event()] metadata?
________________________________ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Thursday, August 21, 2008 3:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] creating component that has change event Hey all - I'm creating a searchBox component that's sort of like Safari's search (ie a button to delete the current text input) -- I'd like it to implement a change event for it in the larger app (ie change={fireStuff(event)} And I do have it dispatching an Event.CHANGE but it doesn't seem to be valid. Can anyone point out any docs on this? I'm even trying to trawl through the frameworks to see what I can discover...