Re: [Gambas-user] TextArea Control - Tab Key

2014-02-11 Thread Benoît Minisini
Le 11/02/2014 16:04, Nigel Verity a écrit : > > > > Hi > > I have some text area controls which I would like to behave like text > boxes, i.e hitting the tab key moves the cursor to the next control. > > I can write some long-hand code to monitor for chr(9) on the > "keypress" event, but is there a

[Gambas-user] TextArea Control - Tab Key

2014-02-11 Thread Nigel Verity
Hi I have some text area controls which I would like to behave like text boxes, i.e hitting the tab key moves the cursor to the next control. I can write some long-hand code to monitor for chr(9) on the "keypress" event, but is there a tidier way of achieving this - an obscure property perh