[fltk.general] FLTK compile error

2011-11-07 Thread Coder
Hi, I get an error trying to compile with mingW on windows. $fltk-config --compile myfirstwindow.cxx g++ -I/usr/local/include -I/usr/local/include/FL/images -mwindows -DWIN32 -DUSE_OPENGL32 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -o 'MyFirstWindow' 'MyFirstWindow.cxx' -mwindows /usr/local/li

[fltk.general] Minimize fltk app to system tray

2012-08-05 Thread Coder
Hi, Does anyone know how I can minimize my fltk app to the system tray? For FLTK 1.3.0 version. Thanks. ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

[fltk.general] Position and get position of window

2012-08-10 Thread Coder
Hi, How can I get the position of my Fl_Window window and also reposition/set a new position for it? I'm looking for something straight forward, if possible without classes. Thanks. ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailma

Re: [fltk.general] Position and get position of window

2012-08-11 Thread Coder
Than I get: error: request for member 'x' in 'window', which is of non-class type 'Fl_Window*'. And for the position(): error: request for member 'position' in 'window', which is of non-class type 'Fl_Window*'. ___ fltk mailing list fltk@easysw.c

Re: [fltk.general] Position and get position of window

2012-08-11 Thread Coder
Thanks, that worked. > Herman writes: > Cheers, Herman > ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk