Open Jacic opened 10 years ago
I can't really reproduce this on Linux. Are you running another UI library as well?
I am using HaxePunk for my project. I had wanted to use systools for file dialogs. I don't know if there is an issue with using both of them together, but it doesn't seem to me that there could be.
I'm trying to use dialogs in my current project. I can create a dialog without problems (except for a saveFile dialog, but that's another issue), but dialogs always freeze when I attempt to close them by any means. For example: an openFile dialog freezes if I click "cancel" to close it, if I click the 'x' to close it, or if I select a file to close it. The dialog doesn't disappear, but no longer responds in any way. Every dialog has this problem, including message boxes. My project still runs in the background though. I'll provide any more information necessary in fixing this issue.