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

The Archive Base Latest Questions

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

I developed an application and it works well on OS6 (Operating System 6) but

  • 0

I developed an application and it works well on OS6 (Operating System 6) but doesn’t work well on OS5 (JDK 5.0). The main problem is that I get data via JSON and displays multiple labels on the screen to show the data but the vertical scroll doesn’t go allow the user to scroll down beyond a certain point. This makes me wonder if the screen in OS5 have limited contents allowed to be drawn on it. snippet code is shown below

JSONArray json = new JSONArray(result);

for (int i = 0; i < json.length(); ++i) 
{
    JSONObject moleculevalue = json.getJSONObject(i);//get the json data object

    String tdescription = moleculevalue.getString("Total Description");


   if (tdescription == "") tdescription = "Not Applicable";              

   _fieldManagerMiddle.add(new SeparatorField());
   _fieldManagerMiddle.add(new LabelField("Description: " + tdescription, Field.FIELD_HCENTER));

}

Data still exist but users cannot scroll below the screen view.

Can anyone tell me a workaround for this and possibly reasons for this. Thanks 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-04T01:04:08+00:00Added an answer on June 4, 2026 at 1:04 am

    Found solution:
    I found out it was a problem with touch devices vs non-touch devices. Hence for non-touch devices, there is a need to set the label control to focusable by

    changing

    _fieldManagerMiddle.add(new LabelField("Description: " + tdescription, Field.FIELD_HCENTER));
    

    to

    _fieldManagerMiddle.add(new LabelField("Description: " + tdescription, Field.FIELD_HCENTER|Field.Focusable));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed an Android application for changing ringtones. It works quite well, but
I have developed an application using postgresql and it works well. Now I need
I have a well-developed application for a phone, but I would like to add
I have developed a Zend Framework application, which works well on xammp and windows.
I developed ipod sdk application in iphone sdk version 3.1.2.Its work well in ipod.Now
I developed an application that interfaces with an institution's emergency alert system. How it
I developed a application for Android 3.0, and it's runs perfectly well, but the
I developed an iPhone application using PhoneGap everything works fine, I sent the app
I have developed a web application using Netbeans 6.7 and Ant. The webapp works,
I've developed an application for Android that cannot be download to Android ICS devices

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.