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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:58:58+00:00 2026-05-14T02:58:58+00:00

This is using the Backberry JDK (5.0 if needed). I have a custom Manager

  • 0

This is using the Backberry JDK (5.0 if needed).

I have a custom Manager that contains a RichTextField. I want the height of the field to vary by the amount of text in the RichTextField.

The sublayout code looks like this (rtf is a RichTextField object):

    protected void sublayout(int width, int height) {
    int h = rtf.getPreferredHeight();
    setExtent(Display.getWidth(), h);
    layoutChild(rtf, Display.getWidth(), h);
    setPositionChild(rtf, 0, 0);

    setExtent(Display.getWidth(), h);
}

The call to rtf.getPreferredHeight always returns the same value, no matter how much text (and therefore how many lines on the screen).

Any clues on how to get the height of a RichTextField when the content and width are known?

  • 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-14T02:58:59+00:00Added an answer on May 14, 2026 at 2:58 am

    Of course, as soon as I posted it I figured out the answer. Query the control after calling layoutChild.

    This fixed it:

        int h = rtf.getPreferredHeight();
        layoutChild(rtf, Display.getWidth(), h);
    
        h = rtf.getHeight();
    
        setPositionChild(rtf, 0, 0);
    
        setExtent(Display.getWidth(), h);
    

    I would have deleted the question but maybe this will help someone else.

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

Sidebar

Related Questions

In Blackberry I have created a horizontal field manager and added some buttons of
Writing something like this using the loki library , typedef Functor<void> BitButtonPushHandler; throws a
I could solve this using loops, but I am trying think in vectors so
How can I do this using CSS and HTML? Bordered text surrounded by colored
When I say this using (Entities db = new Entities()) { return db.TableName.AsQueryable().ToList(); }
I see this: using (StreamWriter sw = new StreamWriter(file.txt)) { // d0 w0rk s0n
I could do this using loops, but is there a way to take two
I open a connection like this: Using conn as New OdbcConnection(connectionString) conn.Open() //do stuff
If I do something like this: using (SqlCommand cmd = new SqlCommand(SELECT * FROM
I know how to do this using for loops. Is it possible to do

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.