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 7958119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:22:18+00:00 2026-06-04T04:22:18+00:00

I am working on a UI based application in which I need to show

  • 0

I am working on a UI based application in which I need to show data in tabular formate in 2×2 table, means 2 rows and 2 column.

I had seen the table view class use of Blackberry OS 6.0 but my application will run on 5.0 OS too.
Please guide me to generate a custom table view in blackberry.

Thanx in advance…!

  • 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-04T04:22:19+00:00Added an answer on June 4, 2026 at 4:22 am

    Use this code as a guide.

        GridFieldManager grid = new GridFieldManager(2,2,0); //First parameter for row,second for column
    
        grid.add(new LabelField("Column 1")//Give a heading to your grid field
        {
           public void paint(Graphics graphics)
           {
             graphics.setColor(Color.RED);
             super.paint(graphics);
           }
         });
        grid.add(new LabelField("Column 2")
        {
           public void paint(Graphics graphics)
           {
             graphics.setColor(Color.RED);
             super.paint(graphics);
           }
         });
    
    
        grid.setColumnPadding(30);
        grid.setRowPadding(30);
        add(grid);
    

    You can also refer in BB docs for an example.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a web based application which uses a JSON over HTTP based
I am currently working on an application which requires different behaviour based on whether
I'm working on a work progress application which is based on an Microsoft Project
Im working on a Rails based application where I have the need to allow
I am working on an application which needs to load fonts dynamically based upon
I am working on a web application which I need to localize and internationalize.
A brief background: I'm working on a web-based drawing application and need to draw
i am working in android. i am designing an application which is based on
I am working on a structured data analysis framework which is based on streaming
I need to show, or hide a search component in my JSF2 application based

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.