[DUG] Touch Screen Development
Kyley Harris
Kyley at harrissoftware.com
Tue Aug 23 11:40:28 NZST 2011
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 without any
of them
taking focus at all. you can create a list or array of TRect linking each
rect to a keycode or TShortcut value. then each click on the image you
would simply insert a key code into the windows event handler to be pushed
to whatever has the focus.
On Tue, Aug 23, 2011 at 11:33 AM, Peter Hyde <peter at webcentre.co.nz> wrote:
> > 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 at delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject:
> unsubscribe
>
--
Kyley Harris
Harris Software
+64-21-671-821
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20110823/f059de79/attachment.html
More information about the Delphi
mailing list