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
simmikhera
Posts: 12
Registered: ‎04-27-2009
Accepted Solution

Various Text Field in a Manager

Please tell me how can we fix the lengths of various Text Field (with different widths) in a Horizontal Manager?

 

Thanks.

Please use plain text.
Developer
Developer
bo
Posts: 167
Registered: ‎11-12-2008

Re: Various Text Field in a Manager

You can override getPreferredWidth to always return a width of your choice.
Please use plain text.
New Developer
simmikhera
Posts: 12
Registered: ‎04-27-2009

Re: Various Text Field in a Manager

Thanks bo, I have applied it now. around the text field, I have used the border using CreateSimpleBorder and the border doesnt show its right edge even after using getPreferredWidth(). Please help. Yet I have to make a grid of TextFields which is based on this small control.

 

Thanks again.

Please use plain text.
Please use plain text.
New Developer
simmikhera
Posts: 12
Registered: ‎04-27-2009

Re: Various Text Field in a Manager

Thanku so much, everyone!

 

I have made a class to display a grid of Editfields. Since I had to display various sizes on one row and then many rows of them. It has worked out nicely

 

Thanks!

 

Please use plain text.