I am currently an user of Acer s60 and met a problem.
Acer s60 uses OS5 API so it support OS5's Hi-res, but when I draw, the screen can't recognize Hi-res.
You can see the picture below, when I touch the right-down corner, it will draw a line to the left-top.
I am also a user of Acer S60 (OS 4.1) and using Diddlebug v2.90.b.3. I use multiuserhack to fool Diddlebug so that it considers S60 as a 320*320 device. Here is the problem:
I believe Diddlgebug using the touching panel in 160*160 mode and drawing in 320*320 mode. Therefore, when I draw on the bottom right corner, it appears in the center of the screen.
I hope this issue can be solved in the next release. I will be happy to help you trace the bug.
Thank you for your time on this great software.
I hope I can switch from Bugme in a short time.
The transfer function is really cool!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Acer s50 and s60 devices ARE 320x320 devices! They even support PalmSource's new high-density API, although they are still running PalmOS 4.1 (like the Tungsten W).
The problem is that a certain API call (EvtGetPenNative) returns incorrect results on the Acer (I don't know why, but other high-res applications that want to track pen movements with the full resolution of the device have run into the same problem (Plucker).
Anyway, I've added a workaround in the CVS version, so the next release will run fine on the Acer PDAs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am currently an user of Acer s60 and met a problem.
Acer s60 uses OS5 API so it support OS5's Hi-res, but when I draw, the screen can't recognize Hi-res.
You can see the picture below, when I touch the right-down corner, it will draw a line to the left-top.
[img]http://wretch3.csie.nctu.edu.tw/r/reder/4/1072198441.jpg[/img]
Sorry, I can't access the image file. (403 access forbidden)
I am also a user of Acer S60 (OS 4.1) and using Diddlebug v2.90.b.3. I use multiuserhack to fool Diddlebug so that it considers S60 as a 320*320 device. Here is the problem:
I believe Diddlgebug using the touching panel in 160*160 mode and drawing in 320*320 mode. Therefore, when I draw on the bottom right corner, it appears in the center of the screen.
I hope this issue can be solved in the next release. I will be happy to help you trace the bug.
Thank you for your time on this great software.
I hope I can switch from Bugme in a short time.
The transfer function is really cool!
The Acer s50 and s60 devices ARE 320x320 devices! They even support PalmSource's new high-density API, although they are still running PalmOS 4.1 (like the Tungsten W).
The problem is that a certain API call (EvtGetPenNative) returns incorrect results on the Acer (I don't know why, but other high-res applications that want to track pen movements with the full resolution of the device have run into the same problem (Plucker).
Anyway, I've added a workaround in the CVS version, so the next release will run fine on the Acer PDAs.
Thank you, Peter. I also leave a message to Acer. Hope they can provide a patch on this issue.