Thanks for pointing that out Ju. Since its protected, I know I have to
subclass ComboBox, but am having trouble figuring out which method I
need to override to adjust textInput's position. I tried
createChildren() and updateDisplayList() with no luck.

Pointers anyone?

Thanks,
Ben


--- In flexcoders@yahoogroups.com, "Ju Aedis" <[EMAIL PROTECTED]> wrote:
>
> hello Ben:
> In ComboBox,it has a textInput compoent, you can set textInput's x,
y, width
> and height.
> just like:
> 
>     textInput.setActualSize(..., ...);
>     textInput.move(..., ...);
> 
> 
> 2007/1/27, ben.clinkinbeard <[EMAIL PROTECTED]>:
> >
> >   Hello, our design includes an oversized ComboBox that is about twice
> > as tall as the default component. Setting the height attribute is easy
> > enough, but the label remains a fixed distance from the top rather
> > than being vertically centered. I am assuming this is simply a styling
> > property oversight and am hoping someone can point me in the right
> > direction on how to correct this behavior.
> >
> > Thanks,
> > Ben
> >
> > 
> >
>


Reply via email to