Re: [Gambas-user] Slider problem?

2009-09-12 Thread Doriano Blengino
Benoît Minisini ha scritto: Benoît Minisini schreef: Benoît Minisini schreef: If you disable a Slider, so Slider1.Enabled = FALSE , it still fires it's MouseUp event when clicked. This is not what I expected. Is this expected behaviour? Gambas 2.16.0 gb.qt. Regards,

Re: [Gambas-user] Slider problem?

2009-09-12 Thread Ron_1st
On Saturday 12 September 2009, Doriano Blengino wrote: I didn't change the behaviour of gb.qt because of gb.gtk. Mouse events must be always raised, whatever the value of the Enabled property.       Why? Why should mouse events be always raised? What if the rightmouse button has a menu

Re: [Gambas-user] Slider problem?

2009-09-12 Thread Benoît Minisini
On Saturday 12 September 2009, Doriano Blengino wrote: I didn't change the behaviour of gb.qt because of gb.gtk. Mouse events must be always raised, whatever the value of the Enabled property. Why? Why should mouse events be always raised? What if the rightmouse button has a menu

Re: [Gambas-user] Slider problem?

2009-09-12 Thread Ron_1st
On Saturday 12 September 2009, Benoît Minisini wrote: On Saturday 12 September 2009, Doriano Blengino wrote: I didn't change the behaviour of gb.qt because of gb.gtk. Mouse events must be always raised, whatever the value of the Enabled property. Why? Why should mouse events

Re: [Gambas-user] Slider problem?

2009-09-11 Thread Benoît Minisini
If you disable a Slider, so Slider1.Enabled = FALSE , it still fires it's MouseUp event when clicked. This is not what I expected. Is this expected behaviour? Gambas 2.16.0 gb.qt. Regards, Ron_2nd. This is not a bug, this is by design. The bug is in gb.gtk, where mouse events are not

Re: [Gambas-user] Slider problem?

2009-09-11 Thread Ron
Benoît Minisini schreef: If you disable a Slider, so Slider1.Enabled = FALSE , it still fires it's MouseUp event when clicked. This is not what I expected. Is this expected behaviour? Gambas 2.16.0 gb.qt. Regards, Ron_2nd. This is not a bug, this is by design. The bug is in

Re: [Gambas-user] Slider problem?

2009-09-11 Thread Benoît Minisini
Benoît Minisini schreef: If you disable a Slider, so Slider1.Enabled = FALSE , it still fires it's MouseUp event when clicked. This is not what I expected. Is this expected behaviour? Gambas 2.16.0 gb.qt. Regards, Ron_2nd. This is not a bug, this is by design. The bug is

Re: [Gambas-user] Slider problem?

2009-09-11 Thread Ron
Benoît Minisini schreef: Benoît Minisini schreef: If you disable a Slider, so Slider1.Enabled = FALSE , it still fires it's MouseUp event when clicked. This is not what I expected. Is this expected behaviour? Gambas 2.16.0 gb.qt. Regards, Ron_2nd. This is not a bug, this

Re: [Gambas-user] Slider problem?

2009-09-11 Thread Benoît Minisini
Benoît Minisini schreef: Benoît Minisini schreef: If you disable a Slider, so Slider1.Enabled = FALSE , it still fires it's MouseUp event when clicked. This is not what I expected. Is this expected behaviour? Gambas 2.16.0 gb.qt. Regards, Ron_2nd. This is not a bug, this is