BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 03-20-2009, 06:37 AM   #1
abhiyenta
Knows Where the Search Button Is
 
Join Date: Mar 2009
Model: 8120
PIN: N/A
Carrier: gmail
Posts: 18
Default how to set the position of HorizontalFieldManager in mainscreen.

Please Login to Remove!

hi..i have created a toolbar ,using HorizontalFieldManager which contains custom
ButtonFields ........and i am trying to add this manager at bottom in mainscreen....using following code...

HorizontalFieldManager hManager = new HorizontalFieldManager(Field.FIELD_BOTTOM);

it is not working ...and manager is adding at top area of screen only.......
any help?
Offline  
Old 03-20-2009, 10:35 AM   #2
CJLopez
Thumbs Must Hurt
 
Join Date: May 2008
Model: 8700
PIN: N/A
Carrier: Telcel
Posts: 69
Default

easy, before you push your main screen, add the hManager. Something like this
PHP Code:
public class mainScreenSample extends MainScreen
{
    public 
mainScreenSample()
    {
        .
        .
        .
        .
        
add(new Field());
        
add(new Field());
        
add(new Field());
        
add(new Field());
        
add(hManaeger);
        .
        .
        .
        .
        
pushScreen(this);
    }

This way, you'll be adding your manager until the end of the MainScreen and it will be on the botom of it

You could also create a layout Manager of the form and in it you ad the fields and indicates the priority of the field, where the priority the lowest number is the greatest priority but the way i put it is the easiest to have your hManager on the botom of the MainScreen
Offline  
Old 03-21-2009, 08:07 AM   #3
abhiyenta
Knows Where the Search Button Is
 
Join Date: Mar 2009
Model: 8120
PIN: N/A
Carrier: gmail
Posts: 18
Default

thank u very much dear......i got it....
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


Johnson Controls Metasys RY10603  A-2 picture

Johnson Controls Metasys RY10603 A-2

$75.00



MS-VMA1620-0 JOHNSON CONTROLS METASYS  Control W Manual Override  NEW Open BOX picture

MS-VMA1620-0 JOHNSON CONTROLS METASYS Control W Manual Override NEW Open BOX

$250.00



Metasys AS-VAV111-1 Variable Air Volume Digital Controller 24Vac picture

Metasys AS-VAV111-1 Variable Air Volume Digital Controller 24Vac

$139.00



Johnson Controls DX-9100-8454 METASYS Controller (used) picture

Johnson Controls DX-9100-8454 METASYS Controller (used)

$10.00



Johnson Controls Metasys MS-VMA 1610-0 Variable Air Volume Controller / WARRANTY picture

Johnson Controls Metasys MS-VMA 1610-0 Variable Air Volume Controller / WARRANTY

$200.00



JC METASYS XP9102 picture

JC METASYS XP9102

$200.00







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