[flexcoders] Re: View State - How to call a function on a custom component???

2007-02-09 Thread boy_trike
If I understand your question, you have a public function in your component that you want to call after it is added when the view state changes. I do this all the time. The trick is to have a function called when you enter the state ie: mx:State name=OrderEntry basedOn=oneItem

[flexcoders] Re: View State - How to call a function on a custom component???

2007-02-08 Thread paulwelling
Hello Sho, If I turn it into a setter, then I guess its viewed/accessed as a prop, and then maybe I could use the SetProperty tag on the custom component... That looks to be the only way... Thanks for the suggestion. Paul --- In flexcoders@yahoogroups.com, Sho Kuwamoto [EMAIL PROTECTED]