Re: [fltk.general] dynamic gui widgets

2011-08-22 Thread asif saeed
Thank you, Greg. On Sun, Aug 21, 2011 at 11:26 PM, Greg Ercolano e...@seriss.com wrote: On 08/21/11 09:06, asif saeed wrote: Is there any code example illustrating constructing an FLTK based GUI dynamically? Particularly, the menu bar/menus/menu items? Also, there's several Fl_Menu

Re: [fltk.general] dynamic gui widgets

2011-08-22 Thread Rajesh Kumar
How to make black colour window in fltk2.0 On Sun, Aug 21, 2011 at 11:56 PM, Greg Ercolano e...@seriss.com wrote: On 08/21/11 09:06, asif saeed wrote: Is there any code example illustrating constructing an FLTK based GUI dynamically? Particularly, the menu bar/menus/menu items? Can you

Re: [fltk.general] dynamic gui widgets

2011-08-22 Thread Matthias Melcher
On 22.08.2011, at 08:15, Rajesh Kumar wrote: How to make black colour window in fltk2.0 If you have a question that is unrelated to the subject (Re: [fltk.general] dynamic gui widgets), please start a new thread. Thank you. Please not that FLTK2 has never had a final release and has

[fltk.general] dynamic gui widgets

2011-08-21 Thread asif saeed
Hi, Is there any code example illustrating constructing an FLTK based GUI dynamically? Particularly, the menu bar/menus/menu items? Can you provide any guidelines as to how to proceed in this direction? Best regards, Asif ___ fltk mailing list

Re: [fltk.general] dynamic gui widgets

2011-08-21 Thread Matthias Melcher
On 21.08.2011, at 18:06, asif saeed wrote: Is there any code example illustrating constructing an FLTK based GUI dynamically? Particularly, the menu bar/menus/menu items? Can you provide any guidelines as to how to proceed in this direction? In FLTK1, Menus are built by using arrays of

Re: [fltk.general] dynamic gui widgets

2011-08-21 Thread Albrecht Schlosser
On 21.08.2011 18:06, schrieb asif saeed wrote: Is there any code example illustrating constructing an FLTK based GUI dynamically? Particularly, the menu bar/menus/menu items? Can you provide any guidelines as to how to proceed in this direction? Matt answered already how to construct menus

Re: [fltk.general] dynamic gui widgets

2011-08-21 Thread Greg Ercolano
On 08/21/11 09:06, asif saeed wrote: Is there any code example illustrating constructing an FLTK based GUI dynamically? Particularly, the menu bar/menus/menu items? Can you provide any guidelines as to how to proceed in this direction? See the fltk 1.3.0 example/menubar-add.cxx which