Re: [Gambas-user] Setting TableView to Row

2008-11-26 Thread Rolf-Werner Eilert
Stefano Palmeri schrieb: > Il mercoledì 26 novembre 2008 10:11:04 Rolf-Werner Eilert ha scritto: >> Stefano Palmeri schrieb: >>> Il martedì 25 novembre 2008 11:06:27 Rolf-Werner Eilert ha scritto: Hi, is it possible to set TableView.Row from Code during runtime? Would be ni

Re: [Gambas-user] Setting TableView to Row

2008-11-26 Thread Stefano Palmeri
Il mercoledì 26 novembre 2008 10:11:04 Rolf-Werner Eilert ha scritto: > Stefano Palmeri schrieb: > > Il martedì 25 novembre 2008 11:06:27 Rolf-Werner Eilert ha scritto: > >> Hi, > >> > >> is it possible to set TableView.Row from Code during runtime? > >> > >> Would be nice to make sure a certain ro

Re: [Gambas-user] Setting TableView to Row

2008-11-26 Thread Rolf-Werner Eilert
Stefano Palmeri schrieb: > Il martedì 25 novembre 2008 11:06:27 Rolf-Werner Eilert ha scritto: >> 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

Re: [Gambas-user] Setting TableView to Row

2008-11-25 Thread Stefano Palmeri
Il martedì 25 novembre 2008 11:06:27 Rolf-Werner Eilert ha scritto: > 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

[Gambas-user] Setting TableView to Row

2008-11-25 Thread Rolf-Werner Eilert
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 shoul