hi everybody,
I used this line of code to create an image:
offScreenImage = Image.createImage(getWidth(), 20 * bitmapFont.getHeight());
I ran this code in 6270. But when application reachs this line it throws OutOfMemory error.
This occurs only on s40 phones.
It is OK on Nokia s60, SE and emulator.
Can anybody help how I can fix this problem?
thanks in advance!

Reply With Quote

