> I have this problem: when I run the executable of my program, the terminal 
> window is opened and it catch all keyboard input directed to the graphical 
> window.
>
> I don't want the terminal !
>
> Where I wrong ?

Can you use Xcode to build FLTK and your program? This will produce
bundled applications that are what Mac OS X expects, really, for a
program with GUI. The terminal will not be opened and input will work
as expected.

Alternatively, you can produce bundled apps also with make,
as done for example with the sudoku demo application if you have built
FLTK with configure+make (not if you used Cmake).
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to