<br><br><div class="gmail_quote">On Thu, Feb 12, 2009 at 10:16 PM, Damon <span dir="ltr"><<a href="mailto:damonwischik@gmail.com">damonwischik@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Feb 12, 8:15 pm, Philip Semanchuk wrote:<br>
> Let me know when Visual Studio tries to address building GUIs for  <br>
> Windows, OS X, Gnome, and KDE. Until then, you're comparing apples to  <br>
> oranges, or chalk and cheese if you're from that part of the world.<br>
<br>
Right now.<br>
<br>
Use Visual Studio to program a .net application using Windows Forms.<br>
Run it in Mono on Windows, or OS X, or Linux. You can even do it with<br>
IronPython. Or, if you prefer a native look on each application, do it<br>
with <a href="http://wx.net" target="_blank">wx.net</a>. The great thing about IronPython in .net is that you can<br>
just link in any other .net library in whatever language it's written<br>
in, without needing any sort of wrapper.<br>
</blockquote><div><br>Windows.Forms isn't native in OS X or Linux though. To get a native look, you need to use the Cocoa and GTK C-sharp bindings, which means you're not using Visual Studio. wx is actually a wrapper around the native components, so it will look nice on every platform that supports it (well, except KDE because of the Qt license issue).<br>
 <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Admittedly, I haven't tried this, I'm just going by the hype I read on<br>
the Mono and <a href="http://wx.net" target="_blank">wx.net</a> pages. Also, you can quibble whether it's Visual<br>
Studio that tries to address this, or the Mono effort.<br>
<br>
Damon.<br>
<font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br>