Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
jgdelia
Posts: 22
Registered: ‎07-28-2008

3 Fields on 1 Line

I have put 3 BasicEditFields with no label and a size of 6 into a HorizontalFieldManager but only the one field, I assume the third, is available on the screen. How do I get all three fields on one line? Thank you in advance for any help.
Please use plain text.
Developer
RexDoug
Posts: 4,764
Registered: ‎07-21-2008

Re: 3 Fields on 1 Line

I think these edit fields claim "Field.USE_ALL_WIDTH" by default. You might be able to hack the style bits to change this.

 

 

Please use plain text.