[flexcoders] How to addChild with StringValidator?

2009-06-04 Thread markflex2007
Hi, I try to build a validation class with AS. I extends UIComponent to build the class,but I an not use this.addChild(stVar); because UIComponent only can addChild with DisplayObject. which class I can use to take place UIComponent and I can use addChild with validator object? Thanks Mark

Re: [flexcoders] How to addChild with StringValidator?

2009-06-04 Thread Manish Jethani
On Fri, Jun 5, 2009 at 2:12 AM, markflex2007 markflex2...@yahoo.com wrote: I try to build a validation class with AS. I extends UIComponent to build the class,but I an not use this.addChild(stVar); because UIComponent only can addChild with DisplayObject. which class I can use to take