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


LP Weather Logic Seam And Flashing Tape (boxes) picture

LP Weather Logic Seam And Flashing Tape (boxes)

$200.00



Flash Furniture DAD-154Z-GG 60 in. Round Bi-Fold Granite Plastic Folding Table picture

Flash Furniture DAD-154Z-GG 60 in. Round Bi-Fold Granite Plastic Folding Table

$106.20



Avnet UltraZed-EG AES-ZU3EG-1-SOM-I-G Zynq UltraScale+ MPSoC System-on-Module picture

Avnet UltraZed-EG AES-ZU3EG-1-SOM-I-G Zynq UltraScale+ MPSoC System-on-Module

$129.99



PSE AMBER L9200ASH FIRE FLASH II NEW picture

PSE AMBER L9200ASH FIRE FLASH II NEW

$79.99



5 Gallon Bucket Silicone Roof Flashing picture

5 Gallon Bucket Silicone Roof Flashing

$250.00



NEW Plus Flash W/ME 5.10.00 64MB AB  2711P-RW1 2711PRW1 picture

NEW Plus Flash W/ME 5.10.00 64MB AB 2711P-RW1 2711PRW1

$230.61







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