Re: [fltk.general] want immediate update

2012-11-26 Thread Edzard Egberts
David Allen schrieb: > parent()->redraw() works! thank you so much! When the redrawn content is inside of you box, you should set a box-style and not a frame-style to this box, eg. FL_DOWN_BOX instead of FL_DOWN_FRAME. This will the box will redraw it's background before drawing some content. _

Re: [fltk.general] Fl_Tree, space vs left click

2012-11-26 Thread corvid
Greg wrote: > In order to retain the user's ability to deselect equally from both > keyboard and mouse, IMHO Fl_Tree should be changed so that CTRL-CLICK > toggles just like CTRL-SPACE. > > Curious what you think. Sounds good to me. Thanks!

Re: [fltk.general] Fl_Tree, space vs left click

2012-11-26 Thread Greg Ercolano
On 11/26/12 16:41, corvid wrote: > In Fl_Tree, why do space and left click behave differently? > Looking in the source, I just noticed, for instance, how in the > FL_TREE_SELECT_SINGLE case, > ctrl-space deselects all, but left click always does select_only for an item. > I see that clicking _not_

[fltk.general] Fl_Tree, space vs left click

2012-11-26 Thread corvid
In Fl_Tree, why do space and left click behave differently? Looking in the source, I just noticed, for instance, how in the FL_TREE_SELECT_SINGLE case, ctrl-space deselects all, but left click always does select_only for an item. I see that clicking _not_ on an item deselects all, but I have

Re: [fltk.general] want immediate update

2012-11-26 Thread Ian MacArthur
On 26 Nov 2012, at 17:20, David Allen wrote: > parent()->redraw() works! thank you so much! Which *probably* implies that the label you are trying to redraw lies outside the bounds of its widget (but possibly still within the bounds of the widget's parent...) In any case, I'd suggest you che

Re: [fltk.general] Windows 8 compatibility

2012-11-26 Thread Greg Ercolano
On 11/26/12 08:37, MacArthur, Ian (SELEX GALILEO, UK) wrote: >> Do programs compiled with FLTK 1.1.x or 1.3.x run on Windows 8? Probably. I'm not sure we've ever had trouble with new Windows OS's; If they've ever gotten one thing right, it's backwards compatibility.

Re: [fltk.general] want immediate update

2012-11-26 Thread David Allen
parent()->redraw() works! thank you so much! > On 26.11.2012 17:48, David Allen wrote: > > i have a status bar that is just an Fl_Box that shows its label. i > > have an update function that calls copy_label and redraw. when i call > > the update function, the change is not immediate. How can i

Re: [fltk.general] want immediate update

2012-11-26 Thread Alvin Beach
On 26/11/12 13:20, David Allen wrote: > parent()->redraw() works! thank you so much! > Sometimes calling Fl::flush() will do that trick too. Alvin ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] want immediate update

2012-11-26 Thread David Allen
parent()->redraw() works! thank you so much! > On 26.11.2012 17:48, David Allen wrote: > > i have a status bar that is just an Fl_Box that shows its label. i > > have an update function that calls copy_label and redraw. when i call > > the update function, the change is not immediate. How can i

Re: [fltk.general] want immediate update

2012-11-26 Thread Albrecht Schlosser
On 26.11.2012 17:59, Albrecht Schlosser wrote: > ... Otherwise, please show > us more of your widget hierarchy and geometry. It should simply > work, if your label is inside the box... ... unless one or more of the parent group(s) doesn't "contain" all of its widgets in terms of (x,y,w,h) coordin

Re: [fltk.general] want immediate update

2012-11-26 Thread Albrecht Schlosser
On 26.11.2012 17:48, David Allen wrote: > i have a status bar that is just an Fl_Box that shows its label. i > have an update function that calls copy_label and redraw. when i call > the update function, the change is not immediate. How can i make it > so? Not enough information, trying to hel

[fltk.general] want immediate update

2012-11-26 Thread David Allen
i have a status bar that is just an Fl_Box that shows its label. i have an update function that calls copy_label and redraw. when i call the update function, the change is not immediate. How can i make it so? ___ fltk mailing list fltk@easysw.com http:/

Re: [fltk.general] Windows 8 compatibility

2012-11-26 Thread MacArthur, Ian (SELEX GALILEO, UK)
> Do programs compiled with FLTK 1.1.x or 1.3.x run on Windows 8? Interesting question; don't know the answer, never seen a Win8 box. I would assume that in "desktop" mode it would be fine, since that is pretty much just Win7/Vista. What happens in "metro" mode I could not say. Ditto for the

[fltk.general] Windows 8 compatibility

2012-11-26 Thread David Bender
Hi, Do programs compiled with FLTK 1.1.x or 1.3.x run on Windows 8? -Dave ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] WebKit and FLTK

2012-11-26 Thread MacArthur, Ian (SELEX GALILEO, UK)
> Have you ever considered to add an FLTK port > to the WebKit (http://www.webkit.org) library? > > There exist ports for QT, WIN, MAC, GTK and EFL. > But none for FLTK. Sure, that would be a nice thing to have; but I don't think any of the core devs have the time or the background to do this p