[Gambas-user] Signal 11 with wrong syntax 1703

2008-11-17 Thread richard terry
I put in this typo not remembering the item key was a string -> signall 11 crash. Str(lvwLabRequests.Item.key + 1) Regards Richard - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coo

Re: [Gambas-user] Collection initialize

2008-11-17 Thread Stephen Bungay
Collections don't work that way. What you do is create a class for the field items, add the values to the class, then add the instance of the class to the collection. ' Gambas Class File ' This class is going to be added to a collection Public Field1 AS String Public Field2 AS String Public Fie

[Gambas-user] Collection initialize

2008-11-17 Thread Stefan Miefert
Hello, how can i do something like this Public mycollection as new collection = [field1 = "test",field2="test2"] ? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux bas