Re: [Gambas-user] help with ListView code?

2017-07-28 Thread mikeB
Greetings, I just want to give a BIG THANK YOU to all those that responded to help me solve this problem - special gratitude goes out to 'Tobias Boege' for his time and efforts to give me a better picture of whats going on with the "ColunmView" control. I've still got a few problems to solve

Re: [Gambas-user] help with ListView code?

2017-07-28 Thread Tobias Boege
On Thu, 27 Jul 2017, mikeB wrote: > Greetings all, > I've got a Listview (set as Column view) with 2 columns that I'm using > > for testing so I might understand how all this works so can add it to a > project. > > testCode.. > With listview1 >

Re: [Gambas-user] help with ListView code?

2017-07-28 Thread Fabien Bodard
Le 28 juil. 2017 07:12, "mikeB" a écrit : Greetings all, I've got a Listview (set as Column view) with 2 columns that I'm using for testing so I might understand how all this works so can add it to a project. testCode.. With listview1 .Clear

Re: [Gambas-user] help with ListView code?

2017-07-27 Thread mikeB
Greetings all, I've got a Listview (set as Column view) with 2 columns that I'm using for testing so I might understand how all this works so can add it to a project. testCode.. With listview1 .Clear .Resizable = True .Columns.Count =