RE: [flexcoders] creating component that has change event

2008-08-21 Thread Alex Harui
: [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={fireStu

[flexcoders] creating component that has change event

2008-08-21 Thread grimmwerks
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