Combo Box Size [message #459771] |
Tue, 16 August 2005 03:07  |
Eclipse User |
|
|
|
Originally posted by: nightblue99.yahoo.com
Hi;
When I want to increase the height of the Combo, it does not effect the
original size. This is design decision or there is another problem with me.
For example;
Combo combo = new Combo(...,...);
combo.setBounds(,,width,50);
then combo does not show the height 50.
Why?
Thanks in advance;
|
|
|
|
Re: Combo Box Size [message #460386 is a reply to message #459778] |
Wed, 24 August 2005 09:48  |
Eclipse User |
|
|
|
This is the behavior on all platforms. If it is not, please enter a bug
report.
"Sunil Kamath" <sunil_kamath@nohotspammail.com> wrote in message
news:ddsruc$clc$1@news.eclipse.org...
>
> "nightblue" <nightblue99@yahoo.com> wrote in message
> news:baa268d545f07fcecee70d1ba72e0abf$1@www.eclipse.org...
> > Hi;
> >
> > When I want to increase the height of the Combo, it does not effect the
> > original size. This is design decision or there is another problem with
> > me.
> >
> > For example;
> >
> > Combo combo = new Combo(...,...);
> > combo.setBounds(,,width,50);
> >
> > then combo does not show the height 50.
> >
> If this is on a Windows platform, read on, otherwise ignore.
> Windows ignores combo box height settings.
> This is because it has to ensure that there is enough height to display
the
> text as well as the caret.
> The only way to change the height is to change the font.
> Alternatively you can use CCombo.
> ---
> Sunil
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.05055 seconds