Re: [Gambas-user] Change Gridview.mode programmatically

2010-08-08 Thread charlesg
charlesg wrote: > > I can change a gridview with mode = multiple to single with: > ' > Public Sub radbutSingle_Click() > GridView1.mode = 1 > End > ' > and it works but I cannot do it the other way round. i.e. if the mode is > single th

[Gambas-user] Change Gridview.mode programmatically

2010-08-08 Thread charlesg
Hi I can change a gridview with mode = multiple to single with: ' Public Sub radbutSingle_Click() GridView1.mode = 1 End ' and it works but I cannot do it the other way round. i.e. if the mode is single then: '

Re: [Gambas-user] Return an array in a function

2010-08-08 Thread Caveat
Hello again Mato I don't really get this code. Why do you set xml8tracks to new XMLReader, then immediately set it to the return from urlDownload? Where is urlDownload defined? What does it return? Where do you define xml8tracks? What is smix? Why is smix defined as String [10, 4]? Is that s