BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 04-22-2009, 09:08 AM   #1
yann247
Knows Where the Search Button Is
 
Join Date: Apr 2009
Model: 7100t
PIN: N/A
Carrier: verizon
Posts: 21
Default Cursor disapearing

Please Login to Remove!

Hello,
I created a form with a blackground color and now I cannot see the cursor.

Here is the code:
Code:
HorizontalFieldManager hfm = new HorizontalFieldManager();
        
        RichTextField label = new RichTextField(labelName, RichTextField.NON_FOCUSABLE  | RichTextField.USE_TEXT_WIDTH) {
            protected void paint(Graphics graphics) {
                graphics.setBackgroundColor(leftColor);
                graphics.clear();
                super.paint(graphics);
            }
        };
        label.setFont(Font.getDefault().derive(Font.BOLD, 13));
        BasicEditField editField;
        editField = new BasicEditField("", defaultValue, EditField.DEFAULT_MAXCHARS, EditField.NO_NEWLINE | Field.FIELD_RIGHT) {
                protected void paint(Graphics graphics) {
                    graphics.setBackgroundColor(rightColor);
                    graphics.clear();
                    super.paint(graphics);
                }
                
                public int getPreferredWidth() {
                    return getScreen().getWidth() / 2;
                }

            };
        editField.setFont(Font.getDefault().derive(Font.PLAIN, 13));
        hfm.add(label);
        hfm.add(editField);
Any idea? thanks
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


RDP Electronics Transducer Indicator E309 picture

RDP Electronics Transducer Indicator E309

$245.00



New In Box NOVOTECHNIK TLH-0225/TLH 225 Position Transducer picture

New In Box NOVOTECHNIK TLH-0225/TLH 225 Position Transducer

$187.00



Novotechnik TLH-0300 Position Transducer New One Expedited Shipping TLH0300  picture

Novotechnik TLH-0300 Position Transducer New One Expedited Shipping TLH0300

$193.50



NEW Novotechnik TLH-0750 TLH750 Position Transducer picture

NEW Novotechnik TLH-0750 TLH750 Position Transducer

$238.81



New In Box NOVOTECHNIK TLH-0360 / TLH360 Position Transducer picture

New In Box NOVOTECHNIK TLH-0360 / TLH360 Position Transducer

$228.98



Transducer Techniques MDB-10 Load Cell (1 Per order) picture

Transducer Techniques MDB-10 Load Cell (1 Per order)

$135.00







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