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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:10:56+00:00 2026-05-23T21:10:56+00:00

I need to divide screen into two parts. In one part I need to

  • 0

I need to divide screen into two parts. In one part I need to display array of text elemnts and in another part some text fields with buttons.

For that I am taking two vertical field managers named as first and second.

In first vertical field manager I am adding the text content like this

VerticalFieldManager ratesScreen = new VerticalFieldManager(FOCUSABLE|VERTICAL_SCROLL|VERTICAL_SCROLLBAR);
ratesScreen.setBorder(ratesScreenBorder);

for(int i=0;i<10;i++){
    HorizontalFieldManager hfm = new HorizontalFieldManager();
    LabelField years = new LabelField();
    years.setText(ratesVector.elementAt(i));
    LabelField arm = new LabelField();
    arm.setText(ratesVector.elementAt(i+1));
    LabelField fixed = new LabelField();
    fixed.setText(ratesVector.elementAt(i+2));
    hfm.add(gapLabel);
    hfm.add(years);
    hfm.add(gapLabel1);
    hfm.add(arm);
    hfm.add(gapLabel2);
    hfm.add(fixed);

    ratesScreen.add(hfm);
}

And add the second vertical field manager to the status like this.

this.setStatus(screenManager);

It is looking like this

screenshot

Here the problem is the above vertical field manager is not focusable and not scrollable.

Any ideas on how to resolve?

  • 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-05-23T21:10:56+00:00Added an answer on May 23, 2026 at 9:10 pm

    You can either set your LabelFields as FOCUSABLE or add NullFields after the LabelField. The reason is that the VFM is saying that it has no Fields that are focusable, so the cursor doesn’t get put into it and goes to the first Field that can take focus, your dropdown.

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

Sidebar

Related Questions

I'm doing some error correcting, and I need to divide two digits under mod
I have a list of MyObjects which I need to divide into three groups:
Here's a contrived example: I want to divide two numbers and I need to
For my application, i need to divide diagonally the screen of my iphone in
I am using two ListView in a screen. I want to divide the height
I have a byte array: byte[] bytes; // many elements I need to divide
So I need to divide array value with array value. I'm using float multi-dimensional
Basically, I need a function that will divide n by two and return the
I'm creating an application in Android, for which I need to divide the screen
I have a part in my code where I need to divide and have

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.