[Gambas-user] How to remove the marquee of a list (ie the highlighted line color)

richard terry rterry at ...1822...
Tue Apr 1 01:16:46 CEST 2008


On Sun, 30 Mar 2008 08:20:15 pm you wrote:
> On 3/29/08, richard terry <rterry at ...1822...> wrote:
> > I've two lists one above the other. When the second list is clicked on, I
> > want
> > to remove the marquee from the first one.
> >
> > I've tried. list.item.selected = False and it dosn't seem to do anything.
> >
> > Any help appreciated.
>
> Hi, I assume you use ListView.

Using a column view, tried the same code and got a 'stack overflow' message, 
maybe you could try and see if you get the same.

Richard

>
> you can use ListViewObject.SelectAll(False)
>
> NB: I'm using gambas3 svn, retrieved 2 days ago.






More information about the User mailing list