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

Stefano Palmeri rospolosco at ...152...
Tue Apr 1 04:21:17 CEST 2008


Alle 01:16, martedì 1 aprile 2008, richard terry ha scritto:
> 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.
>

With ColumnView this remove the marquee of a list:

ColumnView1.Current.Selected = FALSE


Stefano



> > NB: I'm using gambas3 svn, retrieved 2 days ago.
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplac
>e _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list