<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Interpreted Python and WindowsForms experiment</title><link>http://blogs.msdn.com/b/danlehen/archive/2004/07/31/203250.aspx</link><description>I have been shopping around for a while now for a dynamic language to use when prototyping pet projects at home. Everything I read about Python seemed perfect except, of course, the lack of a .NET compiler. This week Jim Hugunin of Jython fame finally</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Interpreted Python and WindowsForms experiment</title><link>http://blogs.msdn.com/b/danlehen/archive/2004/07/31/203250.aspx#204526</link><pubDate>Sun, 01 Aug 2004 22:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:204526</guid><dc:creator>danlehen</dc:creator><description>Thane - I see what you're getting at...  Rather than attempt to supress the dispose you have taken the approach of showing the form non-modaly so you do not have to close/dispose it in order to continue tweaking it. Good suggestion.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=204526" width="1" height="1"&gt;</description></item><item><title>re: Interpreted Python and WindowsForms experiment</title><link>http://blogs.msdn.com/b/danlehen/archive/2004/07/31/203250.aspx#204521</link><pubDate>Sun, 01 Aug 2004 21:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:204521</guid><dc:creator>Thane Plummer</dc:creator><description>I've solved this problem in Python.NET, and although I haven't yet ported it to IronPyton, the solution is the same:&lt;br&gt;1.  Write a Python &amp;quot;console&amp;quot; in .NET, i.e. a textbox Form instead of the Windows console, such that .NET is running the message loop.  (See Idle (Tkinter), and PyCrust (wxWindows) for examples on how to do this.)  &lt;br&gt;2.  Using this environment, create forms as above, but instead of using &amp;quot;&amp;gt;&amp;gt;&amp;gt; Application.Run(f)&amp;quot;, display the form with &amp;quot;&amp;gt;&amp;gt;&amp;gt; f.Show()&amp;quot;, where &amp;quot;f&amp;quot; is the Windows Form Object.  &lt;br&gt;&lt;br&gt;This returns you to the Python &amp;quot;&amp;gt;&amp;gt;&amp;gt; &amp;quot; prompt since .NET is running the message loop for the App.&lt;br&gt;&lt;br&gt;You now can interactively change the form.  Please email me if you'd like a copy of my source-code.  Email: thane@magna-capital.com &lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=204521" width="1" height="1"&gt;</description></item></channel></rss>