BlackBerryForums.com : Your Number One BlackBerry Community
     

»Sponsored Links


BlackBerryApps.com Best Sellers



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

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
   
Sponsored Links
Please Login or Register to Remove these Advertisements!

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Copyright © 2004-2009 BlackBerryFAQ.com, BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of Research In Motion Limited.