I am making my first steps with MrEd with gui apps (on MS WinXP)<br>I took a sample of &quot;hello&quot; application from <a href="http://programmingalchemy.blogspot.com/2007/05/open-source-cross-platform-gui.html">http://programmingalchemy.blogspot.com/2007/05/open-source-cross-platform-gui.html</a><br>
<br>and pasted that code in hello.scm in Emacs. I started MrEd -z and started to evaluate all forms one after another (with Ctr-x Ctrl-e).<br>Finally when I came to the final form (send frame show #t) and evaluated it, a window without any contents appeared, to get message to show on the window I had to switch back and forth from the app to emacs.<br>
Looks like emacs is blocking the message thread of the MrEd application.<br>I am not sure if it&#39;s the right way to use MrEd in Emacs... I come from Common Lisp/Slime environment, so it seemed natural to me.<br>When I compile the file and make an exe, everything works.<br>
How the interactive development with MrEd should look like when you add new UI elements and test them before you make the final exe?<br><br>Thank you,<br>Andrew<br>