[Gambas-user] Problem with tableview
ron
ronstk at ...239...
Sat Feb 14 15:49:34 CET 2004
On Friday 13 February 2004 23:14, Benoit Minisini wrote:
> On Friday 13 February 2004 19:02, ron wrote:
> > Hi Benoit, Rob
> >
> > I do have found a strange thing with TableView
> >
--8<--
> > grts Ron
>
> Be careful! The arrow keys are interpreted by the TableView control, so if
> you move the row and/or the column inside the KeyPress event, you must
> cancel the event before the event handler ends.
>
> Regards,
Ok I should use it the first place the _KeyRelease because at that moment
the .row and .column are valid for the position the hight light is.
On _KeyPress it are the old values. This problem is solved.
Thanks for the hint to cancel the event.
---
Ron
More information about the User
mailing list