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
longmilk
Posts: 120
Registered: ‎06-09-2010
My Carrier: T Mobile
Accepted Solution

How to arrange LabelField at center of the screen

How to arrange LabelField at center of the screen or arrange them in HorizontalManager? thks

Please use plain text.
Developer
simon_hain
Posts: 13,790
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: How to arrange LabelField at center of the screen

http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800508/...

----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Developer
mbasheerk
Posts: 268
Registered: ‎02-02-2009

Re: How to arrange LabelField at center of the screen

you do this by setting style of label field to FIELD_HCENTER

new LabelField("Label String",FIELD_HCENTER)

Please use plain text.