Fork me on GitHub
#cljfx
<
2020-11-22
>
jpmonettas14:11:15

Hi! I just changed from a custom renderer to create-app fn and figured out it is automatically executing events using the clojure agents thread pool instead of the javafx event thread, which make examples like the FileChooser fail since that code can only be executed in the javafx event thread

vlaaad16:11:03

Yep, very unfortunate. Wrap-async is deprecated for this reason, and create-app should be deprecated too, since it uses wrap-async. I would suggest avoiding create-app