[Gambas-user] To Benoit Minisini there is a Probably BUG in ListBox event click in gambas 1.0.2?

Benoit Minisini gambas at ...1...
Wed Jan 26 11:01:15 CET 2005


On Tuesday 25 January 2005 19:55, Lorenzo Tejera wrote:
> I think there is a probably bug in listbox event click in gambas 1.0.2. The
> example is:
>
> If you have some elements in the listbox, or only one is the same, and you
> click an item, the click event works fine, but if you click again in the
> same item that is selected, the listbox don't generate the event????
>
> If you select other item that is not selected it works again.
>
> I think it's a bug becasue if you select something instead if select
> already or not I should generate the event no?
>
>
> Lorenzo Tejera
>

It is not a bug, it is a feature :-)

But I must admit that I don't remember why I did that... Maybe because Qt 
forbids deleting items during the event you need, but allows it during the 
event I chose.

I will try to change that in the next version.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list