| Author |
Touch-sensitive screen
|
|
| Aloulou 2006-07-03, 7:55 am |
| hello,
Anyone please has the experience in programming a Touch-sensitive
screen application ?
| |
| Charles Maples 2006-07-03, 7:55 am |
| Aloulou
behaives just like a mouse just make sure anything they need to click on is
big enough for a finger also some one has a clarion template for an onscreen
keyboard that you can popup for entering text
Charles
"Aloulou" <jwabet@gmail.com> wrote in message
news:1151925786.601391.120990@75g2000cwc.googlegroups.com...
> hello,
> Anyone please has the experience in programming a Touch-sensitive
> screen application ?
>
| |
| Abe Jimenez 2006-07-03, 6:55 pm |
| %SystemRoot%\system32\osk.exe is the system supplied on-screen keyboard.
--
Regards,
Abe Jimenez
"Charles Maples" <Charlesm@tampabay.rr.com> wrote in message
news:Nd8qg.40702$7G2.38330@tornado.tampabay.rr.com...
> Aloulou
> behaives just like a mouse just make sure anything they need to click on
> is
> big enough for a finger also some one has a clarion template for an
> onscreen
> keyboard that you can popup for entering text
>
> Charles
>
> "Aloulou" <jwabet@gmail.com> wrote in message
> news:1151925786.601391.120990@75g2000cwc.googlegroups.com...
>
>
| |
| IGM-Man 2006-07-04, 6:01 pm |
|
I want to stress the size of your objects when writing for touch
screen.
The normal scroll bar and buttons is way too small for a normal
person-> you may need to write your own controls to perform these
functions.
Also, the Window Close button ( [X] ) is usually too small in Win2000
and others.
Good Luck
Ken
|
|
|
|