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


APPLE 630-0895-B  VRAM 128K X 8 BOARD CARD VINTAGE picture

APPLE 630-0895-B VRAM 128K X 8 BOARD CARD VINTAGE

$74.77



APPLE 820-0522-A 630-0895-B LITE VRAM 128K X 8 BOARD  picture

APPLE 820-0522-A 630-0895-B LITE VRAM 128K X 8 BOARD

$149.99



128K RAM - APPLE - ORIGINAL APPLE prototype BOARD picture

128K RAM - APPLE - ORIGINAL APPLE prototype BOARD

$408.75







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