BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 01-09-2009, 11:35 PM   #1
patokike
New Member
 
Join Date: Jan 2007
Location: Chile
Model: 8100
Carrier: Entel PCS
Posts: 14
Exclamation Fixed width button trick not working correctly...

Please Login to Remove!

I have tested the trick given here
BlackBerry Fixed Width ButtonField (also here http://www.blackberryforums.com/deve...set-width.html)

... plus adding a Style so can be centered
my idea was to make it 30 pixels less than the screen width
so.. I have this
Code:
public class FixedWidthButtonField extends ButtonField{
    private int width;
 
    FixedWidthButtonField( String label, int Width){
        super( label, ButtonField.FIELD_HCENTER);
        width = Width;
    }
 
    public int getPreferredWidth(){
        return width;
    }
}
and in the screen
Code:
...
FixedWidthButtonField _bf = new FixedWidthButtonField("Test", Display.getWidth() - 30);
add(_bf);
...
with this I get the button centered, by the text in it isn´t centered!!



I´m using JDE 4.5.0
any ideas??

Thanks in advance...
Offline  
Old 01-10-2009, 08:41 PM   #2
Dougsg38p
BlackBerry Extraordinaire
 
Join Date: Mar 2008
Location: Austin, TX
Model: 9700
PIN: N/A
Carrier: T-Mobile
Posts: 1,644
Default

Field.FIELD_HCENTER only centers the Field object within the manager.

To center the text, add DrawStyle.HCENTER to the style parameter.
Offline  
Old 01-10-2009, 11:04 PM   #3
patokike
New Member
 
Join Date: Jan 2007
Location: Chile
Model: 8100
Carrier: Entel PCS
Posts: 14
Default

Thanks Dougsg38p
but your solution doesn't change anything. I'm still seeing the text aligned to the left in the button

Do you think it has something to do with my JDE version?

Thanks for your time.
Offline  
Old 06-03-2009, 08:48 AM   #4
Swiebertje
New Member
 
Join Date: Apr 2009
Model: 9500
PIN: N/A
Carrier: Vodafone
Posts: 1
Default

Did you find a solution for this?
Offline  
Old 10-06-2009, 11:47 AM   #5
ddragoste
New Member
 
Join Date: Oct 2009
Model: 8900
PIN: N/A
Carrier: Vodafone
Posts: 1
Default

If it still matters ....
To center the text in the button,
override paint in FixedWidthButtonField with something like:

Font font = Font.getDefaultFont();
int textWidth = font.stringWidth(getLabel());
g.drawText(getLabel(), (width - textWidth) / 2, 0);
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


NEW Allen Bradley 20BB022A3AYYBCC1 AC VFD Variable Frequency Drive STOCK 4708 picture

NEW Allen Bradley 20BB022A3AYYBCC1 AC VFD Variable Frequency Drive STOCK 4708

$7420.00



1PC New Schneider ATV320D11N4B frequency converter picture

1PC New Schneider ATV320D11N4B frequency converter

$815.00



NEW Frequency Converter Equipment ABB ACS510-01-290A-4-160KW picture

NEW Frequency Converter Equipment ABB ACS510-01-290A-4-160KW

$5099.00



Signal Frequency Counter LED Display Digital Frequency Counter 0.1MHz~65MHz Blue picture

Signal Frequency Counter LED Display Digital Frequency Counter 0.1MHz~65MHz Blue

$16.81



Single To 3 Phase 7.5KW 10HP 220V Variable Frequency Drive Inverter CNC VFD VSD picture

Single To 3 Phase 7.5KW 10HP 220V Variable Frequency Drive Inverter CNC VFD VSD

$169.90



VEVOR 1.5KW 2HP Variable Frequency Drive Inverter 1 to 3 Phase VSD VFD 7A 220V picture

VEVOR 1.5KW 2HP Variable Frequency Drive Inverter 1 to 3 Phase VSD VFD 7A 220V

$68.99







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