BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-15-2008, 03:05 AM   #1
goulamass
Talking BlackBerry Encyclopedia
 
Join Date: Jan 2008
Location: France
Model: 8310
PIN: N/A
Carrier: Vodafone
Posts: 217
Default ObjectChoiceField

Please Login to Remove!

Hi everone,

I try to change the background color of an ObjectChoiceField.

Code:
list2 = new ObjectChoiceField("" , typeCuisine , 0)
{
    protected void paint( Graphics graphics ) 
    {
        graphics.clear();
        int color = graphics.getColor();
        graphics.setColor( 0x99caf3 );
        graphics.fillRect( 0, 0, Display.getWidth(), Display.getHeight() );
        graphics.setColor( color );

    }
};
So the result is that the background color change but the text isn't displayed.

The choice works because when I clic the list appears.

What's wrong??
Offline  
Old 09-15-2008, 06:34 AM   #2
Ivanov
Talking BlackBerry Encyclopedia
 
Join Date: Apr 2008
Location: Germany, BW
Model: -
PIN: N/A
Carrier: -
Posts: 310
Default

you are not calling super.paint() so you are responsible for painting text as well.

I'm not sure if it works with objectchoicefield but for chageing the background I would try the "common" way

Code:
    protected void paint( Graphics graphics ) 
    {
        graphics.setBackgroundColor(Color.RED);
        graphics.clear();
        
        super.paint(graphics);
    }
Offline  
Old 09-15-2008, 08:19 AM   #3
goulamass
Talking BlackBerry Encyclopedia
 
Join Date: Jan 2008
Location: France
Model: 8310
PIN: N/A
Carrier: Vodafone
Posts: 217
Default

Allright I simply forget the super.paint().

Thanks a lot
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


Commercial Convection Steamer Altair picture

Commercial Convection Steamer Altair

$800.00



MSA Altair 5 Gas Detector 00030456 picture

MSA Altair 5 Gas Detector 00030456

$334.99



MSA 10152603 XCELL ALTAIR 2X SINGLE GAS DETECTOR O2 RPLCMNT SENSOR *NEW OPENBOX* picture

MSA 10152603 XCELL ALTAIR 2X SINGLE GAS DETECTOR O2 RPLCMNT SENSOR *NEW OPENBOX*

$239.00



MSA 10152605 XCELL ALTAIR 2X SINGLE GAS DETECTOR H2S-LC RPLCMNT SENSOR *OPENBOX* picture

MSA 10152605 XCELL ALTAIR 2X SINGLE GAS DETECTOR H2S-LC RPLCMNT SENSOR *OPENBOX*

$300.00



Altair WBS-202 Dual channel wireless intercom base station picture

Altair WBS-202 Dual channel wireless intercom base station

$1350.00



MSA altair 4X detector / Monitor Only picture

MSA altair 4X detector / Monitor Only

$370.00







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