Re: [Gambas-user] ListBox Mode Property

2011-07-13 Thread Ricardo Díaz Martín
Andrea, As far as I know this is not possible. You can do something like: For i = 0 To ListWithMultipleRowsSelected.Rows.Count - 1 If ListWithMultipleRowsSelected.Rows[i].Selected Then 'you got it Endif Next Regards, Ricardo Díaz 2011/7/13 Andrea Bertini > If i set the mode p

[Gambas-user] ListBox Mode Property

2011-07-12 Thread Andrea Bertini
If i set the mode property to MULTIPLE, how to have a list of the only selected items? Thx -- Andrea Bertini__ -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Star