Re: [Gambas-user] ListView - Multiselect

2012-06-27 Thread Valeriu
Bruce, thank you, everything is fine! Valeriu bbb888 wrote: > > On Wed, 2012-06-27 at 03:44 -0700, Valeriu wrote: >> Good day! >> >> How to select the selected items from the list ? >> Thank you. >> >> My code: ??? >> >> >> Dim i As Integer >> Dim ListGlobals As String >> ListGlo

Re: [Gambas-user] ListView - Multiselect

2012-06-27 Thread Bruce
On Wed, 2012-06-27 at 03:44 -0700, Valeriu wrote: > Good day! > > How to select the selected items from the list ? > Thank you. > > My code: ??? > > > Dim i As Integer > Dim ListGlobals As String > ListGlobals = "" > Select Message.Question("We delete the Global(s) " & File1.Item.S

Re: [Gambas-user] ListView - Multiselect

2012-06-27 Thread Valeriu
Maybe I'm wrong explained. With my bad English ... In ListView i have marked for deletion from the list of multiple items. I want to get these items separately celebrated in a variable. How should i do? Any suggestions are accepted. Valeriu wrote: > > Good day! > > How to select the selected

[Gambas-user] ListView - Multiselect

2012-06-27 Thread Valeriu
Good day! How to select the selected items from the list ? Thank you. My code: ??? Dim i As Integer Dim ListGlobals As String ListGlobals = "" Select Message.Question("We delete the Global(s) " & File1.Item.Selected & ", yagree ?...", "Yes", "No", "Don't know") Case 1 'For i