[Gambas-user] Issue 52 in gambas: problem with GTK listbox when index is out of bounds

gambas at ...2524... gambas at ...2524...
Fri Mar 18 00:35:38 CET 2011


Comment #1 on issue 52 by zachsmit... at ...626...: problem with GTK listbox  
when index is out of bounds
http://code.google.com/p/gambas/issues/detail?id=52

This is a workaround to using listbox1.Index = -1
listbox1.Index = 0
listbox1[0].Selected = False





More information about the User mailing list