Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Tuesday 03 December 2002 7:24 pm, Lars Gullik Bjønnes wrote: | > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | > | I did, and am not sure I liked it. This private variable then might | > | need to be controlled from outside the widget, and that is

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread Angus Leeming
On Tuesday 03 December 2002 7:24 pm, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > | I did, and am not sure I liked it. This private variable then might > | need to be controlled from outside the widget, and that is not good. > | > | And the scrollbar is not really

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread John Levon
On Tue, Dec 03, 2002 at 10:33:00AM +0100, Jean-Marc Lasgouttes wrote: > Does the problem exist in qt? No, but this may be a consequence of Qt frontend being really sluggish. regards john -- "Trolls like content too." - Bob Abooey, /.

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread Angus Leeming
On Tuesday 03 December 2002 6:29 pm, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > | Angus Leeming <[EMAIL PROTECTED]> writes: > | | Where scrolling is set to true in setScrollbarParams (presumably). > | > | This diff actually works quite well, I only have to reduce

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread Angus Leeming
On Tuesday 03 December 2002 6:17 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | Where scrolling is set to true in setScrollbarParams (presumably). > > This diff actually works quite well, I only have to reduce the timeout > a bit. Excellent! I see that you discarde

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread Angus Leeming
On Tuesday 03 December 2002 5:44 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | (This is trivially easy to modify to use a proper timer.) > | > | Isn't this exactly the behaviour we want XWorkArea to have? > > No... I do not belive so, we want to be able to select as

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread Angus Leeming
On Tuesday 03 December 2002 5:34 pm, Lars Gullik Bjønnes wrote: > Possibly... I'll just try to move my usleep to the FL_MOUSE case and > see what happens. Why do you want to suspend execution? You want to discard repeated FL_DRAG events that occur too closely together. This patch does that by co

Fwd: Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread Angus Leeming
Sorry, the first "break" statement shouldn't be there. Angus > In the case of the xforms slider widget we have static int timdel = 0; static int max_timdel = 11; int handle_it(FL_OBJECT * ob, int event, ...) { switch (event) { case FL_PUSH: timdel = 0; -

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread Angus Leeming
On Tuesday 03 December 2002 4:43 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | This patch to the xforms source seems to cure the problem, acting on > | every 10th such mouse event. It's really meant as a diagnostic tool. > | Presumably the real fix is to use a clien

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread Angus Leeming
On Tuesday 03 December 2002 2:55 pm, Helge Hafting wrote: > Angus Leeming wrote: > > === Report == > > Clicking in the scrollbar trough to scroll through a document > > auto-repeats after a short delay, as expected. However, the delay before > > auti-repe

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread Helge Hafting
Angus Leeming wrote: > > === Report == > Clicking in the scrollbar trough to scroll through a document auto-repeats > after a short delay, as expected. However, the delay before auti-repeating > kicks in is too short and the repeat rate much to fast on m

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-03 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Mon, Dec 02, 2002 at 06:39:58PM +, Angus Leeming wrote: >> And that's currently not possible. See below for the mail I've just >> sent to the xforms list about this. John> I believe xforms should fix this entirely internally. Do

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-02 Thread Angus Leeming
On Monday 02 December 2002 7:55 pm, Lars Gullik Bjønnes wrote: > And I'd rather have 1.0 out than waiting for this to be fixed as > well... It is now about 7 months since xforms 1.0 should be > "certainly, for sure, no questions asked, regardless of current state" > be released. > > In all practica

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-02 Thread John Levon
On Mon, Dec 02, 2002 at 06:56:32PM +, Angus Leeming wrote: > > > And that's currently not possible. See below for the mail I've just sent > > > to the xforms list about this. > > > > I believe xforms should fix this entirely internally. > > Well that's nice of you. It is an opinion only, no

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-02 Thread Angus Leeming
On Monday 02 December 2002 6:43 pm, John Levon wrote: > On Mon, Dec 02, 2002 at 06:39:58PM +, Angus Leeming wrote: > > And that's currently not possible. See below for the mail I've just sent > > to the xforms list about this. > > I believe xforms should fix this entirely internally. Well that

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-02 Thread John Levon
On Mon, Dec 02, 2002 at 06:39:58PM +, Angus Leeming wrote: > And that's currently not possible. See below for the mail I've just sent to > the xforms list about this. I believe xforms should fix this entirely internally. > > Far more important is fixing the selection behaviour though - it's

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-02 Thread Angus Leeming
On Monday 02 December 2002 6:27 pm, John Levon wrote: > On Mon, Dec 02, 2002 at 06:26:17PM +, Angus Leeming wrote: > > I've had a look at the code and it would appear that > > * left mouse button: increment size = "1 page" > > * right mouse button: increment size = "1 line" > > > > I'm no GUI e

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-02 Thread John Levon
On Mon, Dec 02, 2002 at 06:26:17PM +, Angus Leeming wrote: > I've had a look at the code and it would appear that > * left mouse button: increment size = "1 page" > * right mouse button: increment size = "1 line" > > I'm no GUI expert, but the principle of least surprise suggests to me that

Re: [Bug 747] Scrollbar auto-repeats at very high speed after very short delay

2002-12-02 Thread Angus Leeming
=== Report == Clicking in the scrollbar trough to scroll through a document auto-repeats after a short delay, as expected. However, the delay before auti-repeating kicks in is too short and the repeat rate much to fast on my system. Most of the time I