[flexcoders] Re: New Question: Component

2008-04-02 Thread khan.ibraheem
Thanks for the reply. But setTempMethod() lives in the Canvas, not in the label. However, I have reverfied and it is working. Your reply was indeed helping in the way, that I came to know that I was doing right thing. I just recheck it there was nothing wrong in it. Maybe I havent saved the

Re: [flexcoders] Re: New Question: Component

2008-04-02 Thread Bob Wohl
Hmmm... Have you tried something like this: mx:Script ![CDATA[ //call this on application creationComplete(or when ever after that) private function creationISComplete(e:Event):void{ //foo is in essence a class with the method setTempMethod()