Re: [Gambas-user] Little bug in IconView, and a question.

2011-05-01 Thread BenoƮt Minisini
> Hi all, IconView has a bug. This is an oversight, and verify which mouse > button has been pressed to initiate a selection. Code in the line 815: > > If $iMode = Select.Multiple And Mouse.Left Then I don't understand what the problem is. > > Well, now the question. Why are we using control Se

[Gambas-user] Little bug in IconView, and a question.

2011-04-30 Thread Federico Leite
Hi all, IconView has a bug. This is an oversight, and verify which mouse button has been pressed to initiate a selection. Code in the line 815: If $iMode = Select.Multiple And Mouse.Left Then Well, now the question. Why are we using control Separator, instead of using a class that use Draw.Style.