Hello to all!
There is a BIG bug in series60 Java.
Just try to load some image in cycle.
IOException is always thrown.Code:boolean stop = false; Image im = null; int counter = 0; try { while(!stop) { im = Image.createImage("/someimage.png"); counter++; } } catch(IOExeption ex) { }
Value of counter depends on size of your image.
Bigger image size - exception is thrown earlier.
If image is about 2 KB, counter = 20,
if image = 10KB, counter = 4.
Nokia, I can send a test program to you![]()

Reply With Quote

