Re: [Gambas-user] Howto: Cancel a keypress in a textarea

2009-11-20 Thread bbb888
Thanks Shordi, Amazingly obvious now I have the answer :clap: bruce -- View this message in context: http://old.nabble.com/Howto%3A-Cancel-a-keypress-in-a-textarea-tp26422301p26443625.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Howto: Cancel a keypress in a textarea

2009-11-20 Thread Stefano Palmeri
Il venerdì 20 novembre 2009 05:20:38 bbb888 ha scritto: > I'm trying to capture and ignore, textwise, use of the tab key in a > textarea control. > I have set up an OnKeyPress handler that moves the focus to the next > control, but the tab is still inserted in the textarea.text. > > tia > bruce PU

Re: [Gambas-user] Howto: Cancel a keypress in a textarea

2009-11-20 Thread Jorge Carrión
Use STOP EVENT after you code. Regards 2009/11/20 bbb888 > > I'm trying to capture and ignore, textwise, use of the tab key in a > textarea > control. > I have set up an OnKeyPress handler that moves the focus to the next > control, but the tab is still inserted in the textarea.text. > > tia > b

[Gambas-user] Howto: Cancel a keypress in a textarea

2009-11-19 Thread bbb888
I'm trying to capture and ignore, textwise, use of the tab key in a textarea control. I have set up an OnKeyPress handler that moves the focus to the next control, but the tab is still inserted in the textarea.text. tia bruce -- View this message in context: http://old.nabble.com/Howto%3A-Cance