09-20-2012 06:59 AM
Two same size machines too, displaywidth and displayheight are the same.
On 7.0 my application comes out normal, like in simulator. But in 7.1 I have textbox out of page etc etc. The words appearing large etc etc ( labelfields)
Why so?
why should it differ?
how can I solve this issue?
09-20-2012 07:45 AM
09-20-2012 07:51 AM
09-20-2012 07:54 AM
09-23-2012 02:03 PM
Are you running this on exactly the same device but with a different OS?
What font size have you specified for the LabelField?
Can you replicate the same problem with just a standard RIM MainScreen and LabelField? Or does it happen with your customized Field? If it is happening with your customized Field, and not with a standard Field, then comment out the customization until the problem resolves itself - then you will know out what you are doing that is causing the problem.
09-23-2012 02:07 PM
Its a normal labelfield
Labelfield x = new labelfied("skskjsks");
in same device with different os , 7.1 gives 32 ( Font.getDefault().getHeight() ) ...7.0 gives 27 ( Font.getDefault().getHeight() )
in 7.1 at times i end with **bleep** design
09-23-2012 02:10 PM
09-23-2012 02:50 PM
This question is answered in this Thread:
http://supportforums.blackberry.com/t5/Java-Develo