08-12-2008 05:45 AM - edited 08-12-2008 05:51 AM
Requirement :
http://www.freeimagehosting.net/uploads/305ac17d17
or http://www.freeimagehosting.net/image.php?305ac17d
Output : http://www.freeimagehosting.net/uploads/1080b241a8
08-12-2008 04:10 PM
Am I correct to assume you are adding your custom LabelField to the status area of a MainScreen? What BlackBerry model and handheld software version are you testing with? You can find this under Options, About on the BlackBerry.
I tried setting the status to contain a long string in a LabelField with the same styles (LabelField.USE_ALL_WIDTH|LabelField.FIELD_HCENTER
08-12-2008 11:54 PM
Yes.
I am using blackberry 8800 v 4.2.1.79(platform 2.3.0.74).
Actually i am using the same customfield in 5 screens of my application as status field by adding custom LabelField to the status area of a MainScreen.
It is working fine in 3 screens and it has problems in 2 screens.
Also the screen with this problem is changes with invokation.
08-13-2008 12:02 AM
I am facing same problem with one specific string , which have "%40" like:
"BBDev.Delhi%yahoo.com@yahoo.xyz.com".
I am using 4.1 OS and 7290 device model.
08-13-2008 10:57 AM
Your custom manager may not be providing the LabelField with enough space to draw all of its text (not enough space to use 2 rows). This could result in the text being truncated.
I recommend stepping through your application to see what layout values are being used in your custom manager.