[fltk.general] Choice box help

2012-12-12 Thread Rajesh Kumar
Hi all, In a frame I am having a choice box. I am filling the choice box with add(value, 0) method. The first value which I am adding is visable at the time of entering the frame. But when I adding values in any other callback, it is not showing, but values are coming i

Re: [fltk.general] Choice box help

2012-12-12 Thread Greg Ercolano
On 12/12/12 02:30, Rajesh Kumar wrote: > In a frame I am having a choice box. I am filling the choice > box with add(value, 0) method. The first value which I am adding is visable > at the time of entering the frame. > > But when I adding values in any other callback, it

Re: [fltk.general] Create a simple project with FLTK and use CMake

2012-12-12 Thread giorgio
As I waited for the answer, yesterday I installed MinGW using mingw-get-inst-20120426.exe (version April 26, 2012). Then I installed MSYS using MSYS-1.0.11.exe installing above MSYS created by mingw-get-inst-20120426.exe. So I did the tar xvzf fltk-1.3.1-source.tar.gz. So I run ./configure then

Re: [fltk.general] Increasingly off-topic thread about mingw/Msys installation: WAS: Create a simple project with FLTK and use CMake

2012-12-12 Thread Ian MacArthur
Giorgio, This is really getting way too far off-toic for this forum: all the questions you are asking are basic questions about use of the tools, all of which are covered in the mingw docs - none of this is specific to fltk. Nevertheless, I'll take one more stab at answering your questions, but

Re: [fltk.general] how Do I Compile fltk in eclipse

2012-12-12 Thread Mike Tsakiris
On 5/12/2012 3:35 PM, siaswar tompani wrote: > How can I compile my projects in eclipse. It can't find th fl librarys. > I can Compile in command line so it is not mingw issue Move your fltk libraries in mingw/libs. Move your fltk includes in mingw/include Go to C/C++ - Build - Build variables -

Re: [fltk.general] Choice box help

2012-12-12 Thread Rajesh Kumar
Thanks for the solution. Its work for me. * Thanks & Regards, Rajesh Kumar P * On Wed, Dec 12, 2012 at 5:21 PM, Greg Ercolano wrote: > On 12/12/12 02:30, Rajesh Kumar wrote: > > In a frame I am having a choice box. I am filling the choice > > box with add(value, 0) method. The fi