BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 04-19-2010, 11:06 AM   #1
polys
Knows Where the Search Button Is
 
Join Date: Dec 2008
Model: 8800
PIN: N/A
Carrier: O2
Posts: 15
Question Mutable Image maximum size?

Please Login to Remove!

Is there a maximum size that a mutable image can have?

I am creating a mutable image in which i draw the contents of a text file. The width of the image is equal with the screen's width while the height of the image depends on the amount of text that is read from the file. A lot of text, results in a large image height (=m_lastLineY).

I am testing the application on a Blackberry 9700 simulator. When the text that is read from the file is small, the image is created and displayed correctly. However, when the file contains a lot of text (imgHeight = 6900), an exception is thrown in

PHP Code:
graphics im.getGraphics(); 
Is this because of the image height? The same thing works fine on a lot of sony ericsson and nokia emulators.

PHP Code:
m_screenWidth midlet.getWidth();

m_lastLineY getLastLineCoordinate(m_textm_leftMarginm_topMarginm_screenWidth);

// Create mutable image
im Image.createImage(m_screenWidthm_lastLineY);

int imgWidth im.getWidth();
int imgHeight im.getHeight();

Graphics graphics null;

// Get graphics object to draw onto the image
try {
   
graphics im.getGraphics();
} catch (
Exception e) {


I am using lwuit for the image. This is not the problem though since I tried it with lcdui.Image and I get the same error.

Last edited by polys; 04-19-2010 at 11:07 AM..
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


AVR EA16 Automatic Voltage Regulator Compatible With KUTAI Generator GENSET picture

AVR EA16 Automatic Voltage Regulator Compatible With KUTAI Generator GENSET

$99.90



Phoenix Contact Voltage Distribution Block Part No. 2315269 picture

Phoenix Contact Voltage Distribution Block Part No. 2315269

$30.00



BYSTRONIC VOLTAGE MODULE VM 50A 300V POWER SUPPLY 700024 picture

BYSTRONIC VOLTAGE MODULE VM 50A 300V POWER SUPPLY 700024

$2499.95



GEYA Over Under Voltage Monitoring Relay AC/DC110-240V Voltage Protection Device picture

GEYA Over Under Voltage Monitoring Relay AC/DC110-240V Voltage Protection Device

$16.99



Renogy 500A Battery Monitor High and Low Voltage Programmable Alarm 500A Shunt picture

Renogy 500A Battery Monitor High and Low Voltage Programmable Alarm 500A Shunt

$70.99



USB Type C Multimeter Current Meter Voltmeter Voltage Digital Tester Detector US picture

USB Type C Multimeter Current Meter Voltmeter Voltage Digital Tester Detector US

$18.90







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.