Re: [fltk.bugs] Bug in fl_pie() ?

2011-03-16 Thread Janus
Oh! Thank you Albert, will do if i can find something really bad! :)
___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


[fltk.bugs] [LOW] STR #2591: Keyboard navigation appears to be backwards in mutli-button message boxes

2011-03-16 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2591
Version: 1.3-current


Whilst playing with the popups demo from the test folder, I notice that, on
popups that have multiple buttons, navigation using the keyboard cursor
keys or tab keys appears to iterate through the buttons in the opposite
direction to what one might expect from the button being pressed (i.e.
pressing the right-arrow on the keypad moves the focus to the button on
the left...)

Probably not a new bug - it transpires that fltk-1.1 also does this, and
fltk-2, though it is annoying now I hve noticed it!


Link: http://www.fltk.org/str.php?L2591
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [MOD] STR #2587: Compose not properly reset with compose_reset() on X11

2011-03-16 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2587
Version: 1.3-current


Though most of those added functions are only used if XFT is enabled in the
build (admittedly the default in 1.3) but the build can still be done in a
non-XFT way for platforms that do not support the newer fuctions, or for
users who do not wnat XFT.

So whatever we come up with, has to work in either X11 variant, both with
XFT and with only old-style Xlib support.


Link: http://www.fltk.org/str.php?L2587
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [LOW] STR #2591: Keyboard navigation appears to be backwards in mutli-button message boxes

2011-03-16 Thread Greg Ercolano

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2591
Version: 1.3-current


Which demo program is this? I can't find a popups demo..

Oh, I see, the 'demo' program calls it 'popups', but it's
the demo program called 'message' which basically pops up dialogs.

And yes, looks like the dialog that has three buttons
(choice2, choice1, choice0), the left/right arrow nav is backwards.
Might have to do with the creation order of the buttons in the dialog
causing that.

Not taking this str, just adding more info..


Link: http://www.fltk.org/str.php?L2591
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [LOW] STR #2591: Keyboard navigation appears to be backwards in mutli-button message boxes

2011-03-16 Thread Ben Stott

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2591
Version: 1.3-current


Yeah, this was fixed in the latest revision of 2.0.
It's caused by the message box buttons being drawn from right-to-left.
Somewhere in the code in src/message.cxx (or the 1.3 equivalent) was this
line:
bx -= bw + BORDER_W.
Essentially, that moved the next button to the *left* of where the current
button was drawn - but FLTK thinks the child should be to the right.
If there's been no fix by the time I get back home tonight, I'll see if I
can contribute the 1.3 patch (or a starting point, anyway).


Link: http://www.fltk.org/str.php?L2591
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs