My apologies. I accidentally posted to the wrong forum. Cheers, Christian
> Has anyone seen this before? > > I've got a few GUI apps that build on Linux and OS X 10.5. I'm using FLTK > 1.1.7 for the GUI code, and CMake to build the programs and to generate the > OS X application bundles. > > I want users to be able to launch the programs from the command line, because > I want them to be able to supply command line arguments. But this is > unwieldy, because they end up typing: > > ./bin/foo.app/Contents/MacOS/foo arg1 arg2 ... > > To make this more convenient, I tried making a symlink: > ./bin/foo --> ./bin/foo.app/Contents/MacOS/foo > > But when I launch the program via the symlink, the program's main window > doesn't become the front-most window, and the menus are unresponsive. > > Does anyone know what I'm doing wrong? > > Thanks, > Christian > _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
