Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9184609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:05:45+00:00 2026-06-17T19:05:45+00:00

The default highlight color in blackberry is blue. I’m currently doing an application which

  • 0

The default highlight color in blackberry is blue. I’m currently doing an application which dominant color is red. Is there a way to change the highlighter color to red? I googled it and find a solution for the ListField, how about for other fields like buttons, textFields, bitmapFields etc…?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:05:46+00:00Added an answer on June 17, 2026 at 7:05 pm

    Found this implementation in the blackberry forum, have tried it and it works perfectly. But you need to override this method for each fields that you want to have a different highlighter.

    protected void drawFocus( Graphics g, boolean on ) {    
        XYRect focusRect = new XYRect();                
        getFocusRect( focusRect );                
        int yOffset = 0;                
    
        if ( isSelecting() )     
        {        
            yOffset = focusRect.height >> 1;        
            focusRect.height = yOffset;        
            focusRect.y += yOffset;    
        }                
        g.pushRegion( focusRect.x, focusRect.y, 
                      focusRect.width, focusRect.height, 
                      -focusRect.x, -focusRect.y );   
        g.setBackgroundColor(/*your color here*/);    
        g.setColor( 0xFFFFFF );    
        g.clear();                
        this.paint( g );                
        g.popContext();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to highlight a NSImageView with the default highlight color of
How do I change the colour of highlight/selection of text? The default is blue.
Is there a simple way to change the default colors of controls in asp.net
I am using DataGrid and trying to change the default background color for every
Is it possible to change the highlight color (shown when the showsTouchWhenHighlighted property is
I need to change the highlight color of a ComboBox's selected item in the
I changed the text highlight color using ::selection , which works pretty in my
i need sundays to highlight in red. I know that there is a class
I want a regular expression to highlight text (underline) in sms like default sms
Default JVM uses maximum 1.5 GB RAM/JVM Java application. But my Server have 8

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.