Re: [Gambas-user] Gridview keypress question

2012-06-29 Thread Benoît Minisini
Le 09/06/2012 15:49, Benoît Minisini a écrit : Le 06/06/2012 13:29, Richard Terry a écrit : Hi List, I've got a grid with several columns. If I use the arrow keys, then the grid focus moves up/down or to the next/previous column. I want to over-ride this keypress behaviour, but can't

Re: [Gambas-user] Gridview keypress question

2012-06-09 Thread Benoît Minisini
Le 06/06/2012 13:29, Richard Terry a écrit : Hi List, I've got a grid with several columns. If I use the arrow keys, then the grid focus moves up/down or to the next/previous column. I want to over-ride this keypress behaviour, but can't manage it. If iI even try and detect a keypress n

[Gambas-user] Gridview keypress question

2012-06-06 Thread Richard Terry
Hi List, I've got a grid with several columns. If I use the arrow keys, then the grid focus moves up/down or to the next/previous column. I want to over-ride this keypress behaviour, but can't manage it. If iI even try and detect a keypress n this event, nothing happens public Sub

Re: [Gambas-user] Gridview keypress question

2012-06-06 Thread Bruce
On Wed, 2012-06-06 at 21:29 +1000, Richard Terry wrote: public Sub Gridview1_Keypress() print key.code end Quick guess. lookup STOP EVENT. Not really sure ( I'm busy on the other thing). hth Bruce -- Live

Re: [Gambas-user] Gridview keypress question

2012-06-06 Thread Richard Terry
Bruce wrote: On Wed, 2012-06-06 at 21:29 +1000, Richard Terry wrote: public Sub Gridview1_Keypress() print key.code end Quick guess. lookup STOP EVENT. Not really sure ( I'm busy on the other thing). hth Bruce Tried that, anyway, just experimented after my last post