> manolo gouy wrote: > > Domingo: > > > > Could you try and comment out this statement > > pd.hwndOwner = GetForegroundWindow(); > > at line 75 of file Fl_GDI_Printer.cxx, recompile the library, > > and tell us whether the zombie process still occurs ? > > I've done it and there is no zombie proccess with this line commented. > > Only the print dialog is a bit different, without comment that line the > list of printers is shown in a kind of multiline listbox, with that line > commented the list of printers is shown in a combobox.
Good. We know now that a solution would be to set pd.hwndOwne to NULL but this changes the print dialog to an older kind. So it's annoying. I would prefer to understand the cause of the zombie, but cannot reproduce it. Could you, Domingo, run your "minimal" zombie-causing program under the debugger and see what happens ? _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
