Re: [Gambas-user] Escape key while writing in a TextArea

2013-12-16 Thread Jack
Le 16/12/2013 16:10, Pino Zollo a écrit : > I need to process the Esc key while writing into a TexArea to abort a > transmission.. > > > For some weird reason the Esc key is ignored by the TextArea... > > Perhaps give you a group to your TextArea -- Cordialement Jacky Tripoteau --

Re: [Gambas-user] Escape key while writing in a TextArea

2013-12-16 Thread Jack
Le 16/12/2013 16:10, Pino Zollo a écrit : > I need to process the Esc key while writing into a TexArea to abort a > transmission.. > > > For some weird reason the Esc key is ignored by the TextArea... > Bonjour, Have you try the "esc" or "escape" code ? If Key.code = Key.Esc or If Key.code = Key

[Gambas-user] Escape key while writing in a TextArea

2013-12-16 Thread Pino Zollo
I need to process the Esc key while writing into a TexArea to abort a transmission.. For some weird reason the Esc key is ignored by the TextArea... Some help please... Good programming Pino -- Rapidly troubleshoot