[Gambas-user] Setting TableView to Row

Rolf-Werner Eilert eilert-sprachen at ...221...
Tue Nov 25 11:06:27 CET 2008


Hi,

is it possible to set TableView.Row from Code during runtime?

Would be nice to make sure a certain row in the table is selected before 
the user begins working with it (e. g. to draw attention to this row).

Just tried this

   IF po > -1 THEN mesListe.Row = po

but nothing happened. It should trigger the click event of the TableView 
(mesListe) to show something, but I guess this isn't possible here, is it?

Thanks for your ideas.

Rolf




More information about the User mailing list