[flexcoders] Re: Please Help - Components, States, Transitions

2007-01-28 Thread paperbyolga
is there a way to call a function in an included (child) component based on something that changes in the parent? when you pass data to a component (in a param) and then apply it to a label, if the parent changes the the data changes in the child, works great... but I can't find info on or

[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