[Gambas-user] SelectAll property problem

Benoît Minisini gambas at ...1...
Sat Feb 5 00:50:04 CET 2011


> Last couple of updates of the svn this syntax is no longer working:
> 
> listview1.SelectAll(False)
> or
> Columnview1.SelectAll(FAlse)
> 
> My program just stops on these lines with no error messages
> 
> 
> ??
> 
> Anyone else noticed this
> 
> Regards
> 
> richard
> 

Yes, the syntax has changed. You must do SelectAll() and UnselectAll() without 
any argument now.

Regards,

-- 
Benoît Minisini




More information about the User mailing list