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 <[email protected]> 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: [email protected] > Admin: http://delphi.org.nz/mailman/listinfo/delphi > Unsubscribe: send an email to [email protected] with Subject: > unsubscribe > -- Kyley Harris Harris Software +64-21-671-821
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [email protected] with Subject: unsubscribe
