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

  • Home
  • SEARCH
  • 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 8141235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T12:26:20+00:00 2026-06-06T12:26:20+00:00

How can I change the bitmap check_box1 by another check_box2 on click the bitmap

  • 0

How can I change the bitmap check_box1 by another check_box2 on click the bitmap check_box1

btmp_on = EncodedImage
            .getEncodedImageResource("btn_check_on.png");

    btmp_off = EncodedImage
            .getEncodedImageResource("btn_check_off.png");
    Bitmap check_box1 = getScaledBitmapImage(btmp_off,30,40);
    Bitmap check_box2 = getScaledBitmapImage(btmp_on,30,40);
  • 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-06T12:26:22+00:00Added an answer on June 6, 2026 at 12:26 pm

    see this below link:

    For CustomListField

    and for touch device add the same code in the fieldChanged to touchEvent
    like:

    protected boolean touchEvent(TouchEvent message) 
    {
        switch( message.getEvent() ) 
        {          
            case TouchEvent.CLICK:
                clickButton();
                break;
    
            default: break;
        }
        return super.touchEvent(message);
    }
    private void clickButton()
    {
        Field focussedOne=this.getLeafFieldWithFocus();//Means this is the last field which is not having any otherFields;
        for(int i=0;i<size;i++)
        {
            if(focussedOne==listStyleButtonField[i])
            {
                if(listStyleButtonField[i].getChanged())
                    listStyleButtonField[i].changeBitmap(bitmap,false);
                else
                    listStyleButtonField[i].changeBitmap(bitmapHover,true);
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I change the bitmapdata of a coloured Bitmap to Black and White
In Flex 4, how can I change the cursor to a Bitmap image determined
In installer, you can easily change the small bitmap in wizard's top right corner
I want to change the image resource for bitmap dynamically. But I can't call
I can change SQL at runtime. Can I do the same with LINQ ?
I can change the irb prompt mode with irb --prompt prompt-mode I can see
Where I can change compiler options for C# project in VisualStudio 2008 (without command
I know I can change the selectionStyle of a UITableViewCell to make it highlight
I understand that I can change a sql table using the follow sp: EXEC
How I can change the individual region background color of viewport extjs 4. Here

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.