[DUG] Touch Screen Development

2011-08-23 Thread Rodney Chan
Touch Screen Development (Pedrocelli) -- Message: 1 Date: Tue, 23 Aug 2011 21:23:16 +1200 From: "Pedrocelli" Subject: Re: [DUG] Touch Screen Development To: "NZ Borland Developers Group - Delphi List" Message-ID: &

Re: [DUG] Touch Screen Development

2011-08-23 Thread Pedrocelli
ugust 23, 2011 11:13 AM Subject: [DUG] Touch Screen Development > Hi all, > > I have developed a POS software for my client many years ago. And now he > is > considering to use touch screen and get rid of keyboard and mouse (at > least > in normal operation). I would expect

Re: [DUG] Touch Screen Development

2011-08-22 Thread Kyley Harris
ideally you want to design an onscreen keyboard that mounts into the form doing the entry, and then make it so that nothing on the keyboard receives focus. the easiest (possibly) way to do this is to use a TPaint or write a custom control where you map the location of mouse clicks on an image witho

Re: [DUG] Touch Screen Development

2011-08-22 Thread Peter Hyde
> It would be great if anybody can have some suggestions or point me to the > right direction. Possible to use TSpeedbuttons instead? IIRC they do not steal focus. cheers, peter ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi

[DUG] Touch Screen Development

2011-08-22 Thread Rodney Chan
Hi all, I have developed a POS software for my client many years ago. And now he is considering to use touch screen and get rid of keyboard and mouse (at least in normal operation). I would expect the development will be similar apart providing an on screen keyboard (Tbuttons) for numeric input.