waneck / systools

fork of neko-systools ( https://code.google.com/p/neko-systools ) for Haxe 3/Neko 2
Other
49 stars 21 forks source link

Dialogs freeze on close on Linux #10

Open Jacic opened 10 years ago

Jacic commented 10 years ago

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.

waneck commented 9 years ago

I can't really reproduce this on Linux. Are you running another UI library as well?

Jacic commented 9 years ago

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.