[fltk.general] how to make a window always activate

2010-01-31 Thread leowang
Dear all, I have two window in the screen display, one is on the left side, another is on the right side. Now if I push in the left side window, the right side window will be in deactivate status and can't recieve any keypad event. It only can receive keypad event until I push inside it. So I h

Re: [fltk.general] How to set up FLTK in CDT?

2010-01-31 Thread Edzard Egberts
Am 31.01.2010 14:35, schrieb Frede: > CDT don't works with fltk. I know for sure, it does. > Note: fltk in console "#fltk-config --compile" works perfect. >> >> For "GCC C++ Compiler" -> "Directories" you need to insert the include >> directory for header files: "/usr/local/include" Did you do

Re: [fltk.general] How to set up FLTK in CDT?

2010-01-31 Thread imacarthur
On 31 Jan 2010, at 13:35, Frede wrote: > CDT don't works with fltk. > CDT don't find include files, fltk/Window.h, fltk/Widget.h and fltk/ > run.h. Show message "No include files were found that matched that > name." And do you think that this is a fltk problem? For me, I don't think it is a

Re: [fltk.general] How to set up FLTK in CDT?

2010-01-31 Thread Frede
CDT don't works with fltk. CDT don't find include files, fltk/Window.h, fltk/Widget.h and fltk/run.h. Show message "No include files were found that matched that name." Note: fltk in console "#fltk-config --compile" works perfect. Thanks. > Am 23.01.2010 07:54, schrieb Frede: > > Dear, > > I u