Progress on the screen capture
Well, I sorted out some of the problems, but there are still some problems ahead… but I think the program is already usefull.
First of all: the floating widnow wierdness was my bug (there was an iPosition both in TPointerEvent and in CCoeControll, and some DrawDeferred calls were missing).
Still no pointer events while the main window is not visible
But I finally sorted out the memory problems (thanks to the UIQ and SE dev forums). Just for the record, elf2e32’s -heap option can take two arguments, and the second one is the maxium heap. (I was setting the minimum to 2MB, and let the maximum at 2MB… hihi…)
Anyway, the program is partly functional, can be downloaded here: UIQ3 binary: theopenscreencapture_0_2.sis, source code: tosc_0_2_src.tar.gz
Features:
- floating icon which shows the download counter (and which is hidden when the screenshot is made)
- saves to PNG format (less file size then BMP files) on the memory card
- users can choose between 0sec, 10sec and 30sec timeout.
And some screenshots:

Well, that’s it for now, more to come later.