SymbiSoft / winfiles60

Automatically exported from code.google.com/p/winfiles60
0 stars 0 forks source link

Image viewer problems #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Happens on emulator and S60v5 (v3?)

1. Open an Image
2. Use the menu to scroll them
3. After one or two images, the program crashes with kern-exec

The problem is unknown, maybe Ao_timer loading related.
Sometimes the image shows up white or partially white.

Original issue reported on code.google.com by memoryS60 on 18 Mar 2011 at 8:34

GoogleCodeExporter commented 8 years ago
Finally found the bug: it was really related to Ao_timer background loading 
hack.
Now uses Image.new & Image.inspect to create the image object and then load 
with a callback.
Works on emulator. Need to try on real device.

Original comment by memoryS60 on 10 Apr 2011 at 10:18