Re: [Gambas-user] Gridview select and deselect

2009-04-17 Thread charlesg
Stefano, Yes, thanks for that. I am sure I can make it work. rgds -- View this message in context: http://www.nabble.com/Gridview-select-and-deselect-tp23098365p23102420.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] Gridview select and deselect

2009-04-17 Thread Stefano Palmeri
Il venerdì 17 aprile 2009 16:08:45 charlesg ha scritto: > Hi all > > Having selected a gridview row with a click, I cannot deselect it with > another click as should be normal. > > After reading an old thread here, I have fudged it with an array bSelected > which keeps track of which rows in gvRequ

[Gambas-user] Gridview select and deselect

2009-04-17 Thread charlesg
Hi all Having selected a gridview row with a click, I cannot deselect it with another click as should be normal. After reading an old thread here, I have fudged it with an array bSelected which keeps track of which rows in gvRequired are selected. '--