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
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
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, /.
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
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
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
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
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;
-
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
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
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
> "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
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
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
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
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
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
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
=== 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
19 matches
Mail list logo