Page 1 of 4

Anyone running on a windows treo?

PostPosted: Feb 11, 2006 @ 4:43pm
by fast_rx

PostPosted: Feb 13, 2006 @ 10:53pm
by Kzinti
The problem is that the GAPI implementation of the Treo 700w says the screen is 240x320. This isn't true. The screen size is actually 240x240. Their GAPI implementation will scale the 240x320 backbuffer to the 240x240 screen, resulting in weirdness.

PostPosted: Feb 14, 2006 @ 5:29pm
by Presto
I had one customer who ran into this problem. The screen was getting compressed to 240x240, and it seems the stylus input was that way too. In the end, I made him a custom build that took the y-coordinate of the stylus and multiplied it by 4/3 before processing.

-John

PostPosted: Feb 14, 2006 @ 5:34pm
by Kzinti
Is the stylus being scaled at all time? Or only when using GAPI? (And PocketHAL).

PostPosted: Feb 14, 2006 @ 5:44pm
by fast_rx

PostPosted: Feb 14, 2006 @ 7:38pm
by Kzinti

PostPosted: Feb 14, 2006 @ 8:08pm
by Presto

PostPosted: Feb 14, 2006 @ 8:14pm
by Kzinti

PostPosted: Feb 14, 2006 @ 10:01pm
by BIGBEN

PostPosted: Feb 14, 2006 @ 10:49pm
by Presto

PostPosted: Feb 14, 2006 @ 10:57pm
by fast_rx

PostPosted: Feb 14, 2006 @ 11:00pm
by BIGBEN

PostPosted: Feb 14, 2006 @ 11:16pm
by Kzinti

PostPosted: Feb 14, 2006 @ 11:23pm
by BIGBEN

PostPosted: Feb 15, 2006 @ 12:58am
by fast_rx