Hello !
> I've a problem with an application I'm developing: it's an audio > player/recorder based on FmodEx library. For playing and stopping audio > stream there isn't problems, but when I start recording, the application > GUI freeze (damn!) while recording process goes on. Is it that when you start recording the the cpu runs in this routine all the time ? If yes, then it is clear that the GUI is freezing. Then you should think about threads. You need to regular call the GUI event loop to keep the GUI responding. CU _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

