On 09/08/2010 16:20, Dave Coventry wrote:
I have a TImage object and a TMemo object on a form and I need to get
keyboard presses and display the text into the TMemo.

If a user clicks on the TImage, then the TMemo loses focus and
anything typed is lost.

How can this be resolved?

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
Have you used the Form's OnKeyPress/OnKeyDown/OnKeyUp events?

--
Att /Guionardo Furlan/

   Timeo hominen unius libri


http://guionardofurlan.com.br
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to