Has anyone here had success in using Clojure with QT Jambi? I'm currently experimenting with porting my app from Swing to QT, and although Jambi might well be the theoretically superior framework, it seems like Swing is a lot easier to use with Clojure.
The issue I'm currently running into is that you can't call any methods on QT gui objects unless you're in the same thread they were created in. But that can't be the Repl thread, because QApplication.exec() basically sets up an event loop and takes control of whatever thread you start it in. So, it looks like I can't do any of that cool interactive gui development that I fell in love with in Rich's presentations, and have continued to love using myself. Am I missing something? I thought I'd give QT a try, since everyone seems to rave about it, but so far, in most ways, Swing seems easier to use and more powerful. But maybe I'm just not familiar enough with Jambi. Many thanks, -Luke --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---