[Flashcoders] UITextField and MouseEvent.CLICK not responding

2007-03-30 Thread khair
Is there any gotchas to cause a MouseEvent.CLICK to not respond? I've got other MouseEvents to work but not CLICK on UITextField. //= import mx.events.MenuEvent; import flash.events.*; private function initApp():void { var tf:UITextField=new

Re: [Flashcoders] UITextField and MouseEvent.CLICK not responding

2007-03-30 Thread khair
I figured it out. try and catch are my friends. It was a undefined property. Sorry for the brain fart. --Keith H-- - Original Message - Is there any gotchas to cause a MouseEvent.CLICK to not respond? I've got other MouseEvents to work but not CLICK on UITextField.