[Gambas-user] annoying glitch

2015-03-07 Thread Gary Emms
Hi I'm trying to follow a tutorial from Linux Format. I have 2 list boxes and I'm trying to move an entry from one to the other using: Public Sub btnLeft_Click() Dim i As Integer 'transfer selected itelms to left For i = 0 To lstInCar.Count - 1 If lstInCar[i].Selected Then

Re: [Gambas-user] annoying glitch

2015-03-08 Thread Gary Emms
Deselect items from both listboxes >lstAtHome.Current.Selected = False >lstInCar.Current.Selected = False > End > > This piece of code works only for a simple list box where you can select > only one item at a time > For listboxes that allow multiple selections

Re: [Gambas-user] annoying glitch

2015-03-09 Thread Gary Emms
Thank you On 08/03/15 15:08, Benoît Minisini wrote: > Le 07/03/2015 18:41, Gary Emms a écrit : >> Hi >> I'm trying to follow a tutorial from Linux Format. I have 2 list boxes >> and I'm trying to move an entry from one to the other using: >> >> Publ

Re: [Gambas-user] A sad event

2014-10-16 Thread Gary Emms
I don't think that you need to apologize. I also live in an area where there are many stables and I have friends in Lambourn, which is only a few miles away. I can understand how you feel and am sorry for your community, and his family's, loss Gary On 17/10/14 00:24, B Bruen wrote: > Dear Gambas