Re: [Gambas-user] de-selecting a multi-select filechooser

2010-03-12 Thread Stefano Palmeri
Il venerdì 12 marzo 2010 23:30:44 richard terry ha scritto: > I wondered if it was possible programatically to deselect a users multi > select > > ie, if I've an checkbox as an option for the user to set the > Filechoose1.multi=true, and they change their mind > click it off, how does > one remove

Re: [Gambas-user] de-selecting a multi-select filechooser

2010-03-12 Thread Olivier Cruilles
Hello, May be it works like that. For my ColumnView I use this little code: ColumnView1.Mode = Select.None ColumnView1.Refresh ColumnView1.Mode = Select.Multiple Perhaps this a solution ? Olivier Cruilles Mail: linu...@club-internet.fr Le 12 mars 2010 à 23:30, richard terry a écrit : > > I w

[Gambas-user] de-selecting a multi-select filechooser

2010-03-12 Thread richard terry
I wondered if it was possible programatically to deselect a users multi select ie, if I've an checkbox as an option for the user to set the Filechoose1.multi=true, and they change their mind > click it off, how does one remove the highlighted multiple selected files? Regards Richard -