Problem with FXThread and begin/endWaitCursor()
| Newsgroups | gmane.comp.lib.fox-toolkit.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Jeroen, I'm trying to understand a platform difference in our FOX based UI: We have a main FOX thread for the graphic interface, and occasionally we use an extra FXThread for loading files. Before starting the extra thread we call getApp()->beginWaitCursor() and after getApp()->endWaitCursor(), but always within the main thread of the FXApp. When I change the code so that getApp()->endWaitCursor() is called from within the extra FXThread instead of the main trhead, it works fine on Windows works but on Linux it crashes (X Fatal error) or simply freezes with a black screen. Do you have an idea what the problem could be and why it only shows up on Linux? Regards _______________________________________________ Foxgui-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/foxgui-users