BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 03-24-2009, 01:23 AM   #1
abhiyenta
Knows Where the Search Button Is
 
Join Date: Mar 2009
Model: 8120
PIN: N/A
Carrier: gmail
Posts: 18
Default Scrollabel table in my

Please Login to Remove!

hi guys .....i want a scrollabel table in my application ,which will appear at only lower half portion of screen...to do this i used this code ...

private class TableRowManager extends Manager
{

public TableRowManager(Field[] rowContents)
{

super( Manager.VERTICAL_SCROLL | Manager.VERTICAL_SCROLLBAR);
for (int col = 0; col < rowContents.length; col++) {
add(rowContents[col]);
}
}

protected void sublayout(int width, int height)
{
for (int col = 0; col < getFieldCount(); col++) {

Field curCellField = getField(col);
layoutChild(curCellField, _columnWidths[col],
getPreferredHeight());
setPositionChild(curCellField, getColumnStart(col), 0);
}

setExtent(getPreferredWidth(), 30);
}
}
now the problem is ...the table is creating but it is not scrolling ..
i want to make it scrollable ,irrespective of main screen.....also i wanna give table a specific height,so rows which can accommodate in this height will be visible ,and to get other rows user has to scroll down.
any suggestions.?
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


Insulated Beverage Server/Dispenser 10 Gallon Hot & Cold Drinks w/ Thermometer picture

Insulated Beverage Server/Dispenser 10 Gallon Hot & Cold Drinks w/ Thermometer

$54.15



USA Windows VPS RDP Server/ Windows VPS Hosting - 4GB RAM + 150GB HDD picture

USA Windows VPS RDP Server/ Windows VPS Hosting - 4GB RAM + 150GB HDD

$11.99



5X9 11-Pocket Server Book Organizer with Double Magnetic Pockets, Zipper Pouch & picture

5X9 11-Pocket Server Book Organizer with Double Magnetic Pockets, Zipper Pouch &

$34.01



30 Server/Guest Pager Restaurant Paging System Kit by LRS Long Range Systems picture

30 Server/Guest Pager Restaurant Paging System Kit by LRS Long Range Systems

$299.99



Lantronix XSDRIN-03 Device Server New No Box   picture

Lantronix XSDRIN-03 Device Server New No Box

$340.00



2.3Gallon Insulated Beverage Dispenser Server Coffee Tea Drink StainlessSteel picture

2.3Gallon Insulated Beverage Dispenser Server Coffee Tea Drink StainlessSteel

$49.40







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