Home All Groups Group Topic Archive Search About

touch screen monitors

Author
1 Apr 2005 3:24 PM
Bob
I have no experience with them... can I expect that "touch" will fire
"mousedown" for any control? Or will I need special controls that understand
touchscreen input?

Bob

Author
1 Apr 2005 3:44 PM
Liddle Feesh
"Bob" <no***@nowhere.com> wrote in message news:%
>I have no experience with them... can I expect that "touch" will fire
> "mousedown" for any control? Or will I need special controls that
> understand
> touchscreen input?

You are correct, and occasionally right click may be performed by pressing
and holding - ergo: drag operations may be affected differently.

Controls need to be bigger too :D (big enough to hit your head on)


--

Liddle Feesh
*fap fap fap fap*
<><   <><    <><  <><    ><>
         <><    <><     <><    <><  <><  <><
Author
1 Apr 2005 4:00 PM
Bob
<Liddle Feesh> wrote in message
news:424d6c71$0$63415$ed2e19e4@ptn-nntp-reader04.plus.net...
> "Bob" <no***@nowhere.com> wrote in message news:%
> You are correct, and occasionally right click may be performed by pressing
> and holding - ergo: drag operations may be affected differently.
>
> Controls need to be bigger too :D (big enough to hit your head on)

Heh, yeah I can hear it now. Procedure for clocking time to a work order:
bang head against touch screen.

Bob
Author
1 Apr 2005 9:35 PM
raulavi
touch screen are nice.. if you see them as a new way for the user to work. Is
not like a replace interface for the mouse...e.g.  the controls for mouse are
small , for touch screen should be bigger(how big...depends  on your user's
fingers or pencils).

Think about the scrolling bar, try to play with it using your pencil or
finger.
there won't be no scroll ball (Bingo! we need this...good idea, sorry!!)

The size/font of the monitor ,matters a lot.  the smaller the font the
harder to touch controls (e.g. highligh a line on a browse full of lines).

There are so many little issues with touch scr (did dryclean, and restaurant
apps using them, and takes a while to think of all these little issues) .

touch screen comes with interfaces to do right click .

good luck.

Show quoteHide quote
"Bob" wrote:

> <Liddle Feesh> wrote in message
> news:424d6c71$0$63415$ed2e19e4@ptn-nntp-reader04.plus.net...
> > "Bob" <no***@nowhere.com> wrote in message news:%
> > You are correct, and occasionally right click may be performed by pressing
> > and holding - ergo: drag operations may be affected differently.
> >
> > Controls need to be bigger too :D (big enough to hit your head on)
>
> Heh, yeah I can hear it now. Procedure for clocking time to a work order:
> bang head against touch screen.
>
> Bob
>
>
>
Author
2 Apr 2005 1:21 AM
Dennis
I wrote a register program for our restaurant and just used the MouseDown and
Mouseclick events as if your finger was a mouse.  However, as was stated
before, the controls (buttons, icons, and text)  had to be bigger than
normal.  One problem we encountered was the different heights of people using
the touch screen.  They come with calibration  programs that require you to
touch various "x's" on the screen to calibrate.  This was fine for me as I am
6'-2" tall.  However, my son is 6'-6" tall and my wife is 5'-7" tall.  They
had different perspectives on the the screen view and my wife would
continually touch the screen control low when it was calibrated by me or my
son and vice versa if it was calibrated for her.  Thus, Make the controls BIG!

Show quoteHide quote
"Bob" wrote:

> <Liddle Feesh> wrote in message
> news:424d6c71$0$63415$ed2e19e4@ptn-nntp-reader04.plus.net...
> > "Bob" <no***@nowhere.com> wrote in message news:%
> > You are correct, and occasionally right click may be performed by pressing
> > and holding - ergo: drag operations may be affected differently.
> >
> > Controls need to be bigger too :D (big enough to hit your head on)
>
> Heh, yeah I can hear it now. Procedure for clocking time to a work order:
> bang head against touch screen.
>
> Bob
>
>
>