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.
-
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
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
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