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


Thread Tools

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


1PC 72*72mm directly Connect AC 0-20A Analog Ammeter Panel AMP Current Meter picture

1PC 72*72mm directly Connect AC 0-20A Analog Ammeter Panel AMP Current Meter

$9.39



Mini Digital Voltmeter Ammeter DC 100V 10A Car LED Display Panel Amp Volt Tester picture

Mini Digital Voltmeter Ammeter DC 100V 10A Car LED Display Panel Amp Volt Tester

$10.49



Analog Panel AMP VOLT Current Ammeter Voltmeter Voltage Gauge 10A 50V DH-670 DC  picture

Analog Panel AMP VOLT Current Ammeter Voltmeter Voltage Gauge 10A 50V DH-670 DC

$12.99



1PC Analog Ammeter Panel AMP Current Meter 100x120mm 59C2 DC 0-1500mA picture

1PC Analog Ammeter Panel AMP Current Meter 100x120mm 59C2 DC 0-1500mA

$9.29



LCD Digital Multimeter Voltmeter Ammeter Ohmmeter Volt AC DC Tester Leads Meter picture

LCD Digital Multimeter Voltmeter Ammeter Ohmmeter Volt AC DC Tester Leads Meter

$10.95



US Stock Analog Panel AMP Current Ammeter Meter Gauge DH-670 0-10A DC picture

US Stock Analog Panel AMP Current Ammeter Meter Gauge DH-670 0-10A DC

$13.23







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