Re: [fltk.general] finding status of group child

2011-04-28 Thread Paul Rogan
thanks all for the advice, -greg thats a neat one in general, thanks ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] windows args

2011-01-18 Thread Paul Rogan
yes i care about it, i want to create a robust, quality appliction, and thanks to the support on these pages i have come a long way in the past 6 months or so. I need to review the docs in depth regarding the show(argc, argv) because i cannot understand where all the switch parameters are being

Re: [fltk.general] help dialog problems

2011-01-15 Thread Paul Rogan
well its fixed with the linking order changed as suggested, exe as debug is now 3mb but hell using the nightmare of other widget libraries you could treble it! and it is well worth it.. the help dialog is a peach! i love it! A point regarding the libraries, when i built 1.3rc2 my lib folder was

[fltk.general] errow message window

2011-01-05 Thread Paul Rogan
my application can (and does!) throw multiple err messages out to the same 'current' error window, which i am happy about for support purposes as i can better envisage the 'path' back from root cause and subsequent effects. Sometimes however the insert calls mean the first messages are pushed up

Re: [fltk.general] activate calls ignored

2010-12-31 Thread Paul Rogan
sorry i forgot to remove extraneous content in previous post! ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] activate calls ignored -solved-

2010-12-31 Thread Paul Rogan
t is more specific >than "Re: Contents of fltk digest..." > > >Today's Topics: > > 1. Re: fltk and Fluid under Ubuntu 10.04 lts (Derek Prowse) > 2. Re: Can't build v2.0.x-r7725 (fifth) > 3. Clean FLTK installation for CMake on Windows (Julia Jacobson

Re: [fltk.general] activate ignored

2010-12-30 Thread Paul Rogan
i know why this is happening but cannot think how to solve without a major revision. problem is ticketwriter inherits from wgen, when the writewincb is invoked the this pointer references the ticketwriter inherited member mainwin, which is never shown on ticketwriter instansiation, so the operat