Re: [flexcoders] variable change event

2007-01-28 Thread Abdul Qabiz
You can dispatch event from your custom MXML component... I suggest, having setters/getters functions in your custom component. Whenever a property is set, dispatch appropriate event. Read docs more about dispatching event. -abdul On 1/25/07, paperbyolga <[EMAIL PROTECTED]> wrote: Hi, i

[flexcoders] variable change event

2007-01-24 Thread paperbyolga
Hi, i need help with a change event listener. I want to simply fire off a call to a webservice when a variable changes. I have a combobox that fires a function that sets a variable that gets passed to a component. if the variable changes in the component, i want to fire a webservice to get new