Greg Ercolano wrote: > imm wrote: >> Dunno... what's the actual nature of the segfault? Maybe there's >> something there that could be "fixed" so that the user could interact >> (and be ignored?) without triggering a fault? > > Or "gray out" the slider by deactivating it while the > operation is running, then reactivate it when done.
This is certainly a possibility but require disabling several controls ranging from sliders to menu items. I think the modal window that contains a progressbar is the clean, less evasive (implementation-wise) solution. Do you know if there is a way to "guarantee" that a window is been mapped (shown)? I know that show() triggers the window to be mapped, but the WM can map it at anytime really. Perhaps a short delay, say 100ms? -- Alvin _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

