Hi all,

Thanks a lot for all the suggestions.  I think I will start with
TSpeedButton.

Cheers
Rodney

-----Original Message-----
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On
Behalf Of delphi-requ...@delphi.org.nz
Sent: Wednesday, 24 August 2011 12:00 p.m.
To: delphi@delphi.org.nz
Subject: Delphi Digest, Vol 94, Issue 16

Send Delphi mailing list submissions to
        delphi@delphi.org.nz

To subscribe or unsubscribe via the World Wide Web, visit
        http://listserver.123.net.nz/mailman/listinfo/delphi
or, via email, send a message with subject or body 'help' to
        delphi-requ...@delphi.org.nz

You can reach the person managing the list at
        delphi-ow...@delphi.org.nz

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Delphi digest..."


Today's Topics:

   1. Re: Touch Screen Development (Pedrocelli)


----------------------------------------------------------------------

Message: 1
Date: Tue, 23 Aug 2011 21:23:16 +1200
From: "Pedrocelli" <pedroce...@slingshot.co.nz>
Subject: Re: [DUG] Touch Screen Development
To: "NZ Borland Developers Group - Delphi List" <delphi@delphi.org.nz>
Message-ID: <20101896406344AE976D90A822BAC98E@Hal>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
        reply-type=original

Hi Rodney,

I've worked on something similar in the past.  You could use a block of 
TButtons to make a numeric keypad, that way the user doesn't need to use the

keyboard for numeric input.

Pedrocelli

----- Original Message ----- 
From: "Rodney Chan" <rc...@compuspec.com>
To: <delphi@delphi.org.nz>
Sent: Tuesday, August 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 the development will be similar 
> apart
> providing an on screen keyboard (Tbuttons) for numeric input.  However, I 
> am
> a bit concern about the focus.  If I have data entry inside a TEdit, when
> the user click on the TButton for numeric input, focus will change to the
> button and the cursor will not be on the TEdit anymore.  Of course, I can
> change the focus back but it seems that it is a bit clumsy.
>
> It would be great if anybody can have some suggestions or point me to the
> right direction.
>
> Remark: out of some old VCLs, I still prefer to use Delphi 6 for the
> maintenance of this project although I have license for D2010.
>
>
> Thanks in advance!
> Rodney
>
> _______________________________________________
> NZ Borland Developers Group - Delphi mailing list
> Post: delphi@delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
> unsubscribe 



------------------------------

_______________________________________________
Delphi mailing list
Delphi@delphi.org.nz
http://listserver.123.net.nz/mailman/listinfo/delphi

End of Delphi Digest, Vol 94, Issue 16
**************************************

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Reply via email to