BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 06-30-2008, 02:43 PM   #1
Onosa
New Member
 
Join Date: Jun 2008
Model: 8800
Carrier: n/a
Posts: 14
Question Make field take up remaining space on screen.

Please Login to Remove!

Hello,
I have a custom field which needs to take up the space that's left on the screen when I add it. So if it's the third field added or the only field added, it needs to take up the rest of the screen.
I can already set the height to whatever I want, but I don't know how to calculate the space that hasn't been used yet. naturally I don't want to use any more space than is on the screen, because that creates an ugly scroll bar.
Also I don't want to use hard coded numbers. Every screen/blackberry/theme is different so this needs to be dynamic as well.

Basically if there is a way to get the total space on the screen then subtract the space already used, it should give the space left.

Note: I am using JDE 4.1.0


Thank you for your help.
Offline  
Old 06-30-2008, 04:17 PM   #2
bdowling
Thumbs Must Hurt
 
Join Date: Jan 2007
Model: 8800
Carrier: Orange
Posts: 181
Default

You can get the screen height with Display.getHeight(), and you can get the height of each added field with Field.getHeight().
Offline  
Old 06-30-2008, 04:39 PM   #3
Onosa
New Member
 
Join Date: Jun 2008
Model: 8800
Carrier: n/a
Posts: 14
Default

Thank you but what about the height of the Title field. How do I get that?

Like, the first screen that uses this actually only has the title field and the rest of the space is devoted to the field in question.

The following does not work... (A vertical scroll bar is still there)
Code:
LabelField temp = new LabelField("this is the title", LabelField.ELLIPSIS | LabelField.USE_ALL_WIDTH); //Temp is simply used so that the program can get the height of the title field, but failes
int heightOfFieldsAboveMainCM = temp.getHeight();
this.setTitle(temp);
mainCM.setHeight(Display.getHeight()-heightOfFieldsAboveMainCM);
this.add(mainCM);
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


OEM Johnson Controls Economizer SE-ECO1001 picture

OEM Johnson Controls Economizer SE-ECO1001

$114.95



Johnson Controls MS-FEC1621-0 Programmable Controller - FEC 1621 - Metasys 1611 picture

Johnson Controls MS-FEC1621-0 Programmable Controller - FEC 1621 - Metasys 1611

$79.99



Johnson Controls FEC1611 Metasys Field Equipment Controller MS-FEC1611 picture

Johnson Controls FEC1611 Metasys Field Equipment Controller MS-FEC1611

$50.00



Johnson Controls MS-VMA1630-1 VMA ProgrammableVAV Box Controller. USED picture

Johnson Controls MS-VMA1630-1 VMA ProgrammableVAV Box Controller. USED

$128.00



Johnson Controls Facility Explorer FX-PCG1611-1 Digital BACnet Controller picture

Johnson Controls Facility Explorer FX-PCG1611-1 Digital BACnet Controller

$199.00



Johnson Controls SE-SPU1002-9 Simplicity SE Unit Display Controller 25-2899-94 picture

Johnson Controls SE-SPU1002-9 Simplicity SE Unit Display Controller 25-2899-94

$150.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.