[fltk.general] Fl_Spinner

2011-10-07 Thread Richard Sanders
I am not getting any success getting a callback. Looking at Fl_Spinner.H and sb_cb in particular, I see the last statement is "sb->do_callback();" where sb is Fl_Group widget for the spinner. I have tried (I think) every combination for when() and I seem to be getting a rigid digit for my efforts.

Re: [fltk.general] static text widget

2011-10-07 Thread Greg Ercolano
On 10/07/11 11:50, David wrote: > What would be the equivalent of a windows static text > control in fltk widgets? For a plain text widget, you can either use Fl_Box or Fl_Widget with the label() as the text. eg: Fl_Box *box = new Fl_Box(x,y,w,h); // create a

Re: [fltk.general] destroying main app subwindows

2011-10-07 Thread Ian MacArthur
On 7 Oct 2011, at 20:00, Marko wrote: > I created a class that inherits from Fltk_Window to create a custom dialog. > Then I create the main application window which has an instance of that > custom input dialog. I'm assuming your custom dialog is in a separate window of its own - if it is e

Re: [fltk.general] static text widget

2011-10-07 Thread Ian MacArthur
On 7 Oct 2011, at 19:50, David wrote: > What would be the equivalent of a windows static text control in fltk > widgets? No idea - what's a "static text control" do? If you just want to display some static text, use a simple Fl_Box and see how that goes. Most fltk widgets have specific label

[fltk.general] destroying main app subwindows

2011-10-07 Thread Marko
I created a class that inherits from Fltk_Window to create a custom dialog. Then I create the main application window which has an instance of that custom input dialog. The trouble is when the custom input dialog window is on the screen and I close the main application window the input dialog

[fltk.general] static text widget

2011-10-07 Thread David
What would be the equivalent of a windows static text control in fltk widgets? Also, Is there a cheat sheet that gives the various windows controls and the equivalent for fltk widget? TIA!! ___ fltk mailing list fltk@easysw.com http://lists.easysw.com