> Without seeing your code, I'm assuming that you are adding all the > files in a big loop, that doesn't give the GUI a chance to update. > So, whilst the loop is doing its thing, no GUI refreshes can occur > and your program seems unresponsive? > Does that sound about right? > > If so, it may be enough to just call Fl::wait(0) every 20 or so adds, > see if that helps.
Thank you very much. That fixed it. I appreciate your help! One more question... is there a way to allow users to cut or copy the output from Fl_Browser and paste it into a text editor or word processor? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

