[Fxruby-users] FXFileDialog and threads
Status: Inactive
Brought to you by:
lyle
From: Paul R. <pau...@sh...> - 2004-02-26 17:44:00
|
Im using an FXFileDialog to save a file. The application also has some other threads running - some doing no FX things, and at least one doing things with FX If I display the dialog while the threads are running I get random segmentation faults. But if I switch them off, the segmentation faults dont happen. I can get round this particular problem by running the dialog in a new thread. If I get the chance I'll write a simpler app that demonstrates the problem. Thanks Paul |