Re: [IronPython] IronPython and WPF .. too cool

2005-10-31 Thread Brian
Sent: Saturday, October 29, 2005 6:40 AM > To: users@lists.ironpython.com > Subject: Re: [IronPython] IronPython and WPF .. too cool > > Hi all, > > I'd just to like take a wee moment to say "Hi", first post etc. After > hearing rumours about IronPython, I decided to ac

Re: [IronPython] IronPython and WPF .. too cool

2005-10-31 Thread Shawn Farkas
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Liam Clarke Sent: Saturday, October 29, 2005 6:40 AM To: users@lists.ironpython.com Subject: Re: [IronPython] IronPython and WPF .. too cool Hi all, I'd just to like take a wee moment to say "Hi",

Re: [IronPython] IronPython and WPF .. too cool

2005-10-29 Thread Liam Clarke
Hi all, I'd just to like take a wee moment to say "Hi", first post etc. After hearing rumours about IronPython, I decided to actually find out what the fuss about the whole .NET thing was, and IronPython seemed the perfect way. Must say, very impressed with the .NET shebang, and how simply IronPy

[IronPython] IronPython and WPF .. too cool

2005-10-20 Thread Richard Hsu
quot;Greg Kerr" <[EMAIL PROTECTED]> > Subject: [IronPython] IronPython and WPF .. too cool > To: users-ironpython.com@lists.ironpython.com > Message-ID: <[EMAIL PROTECTED]> > > Don't know if anyone wants to see it, or if everyone's way past it, but h

[IronPython] IronPython and WPF .. too cool

2005-10-18 Thread Greg Kerr
Don't know if anyone wants to see it, or if everyone's way past it, but here is a simple WPF app in IronPython: import sys sys.LoadAssemblyByName( "WindowsBase") sys.LoadAssemblyByName( "PresentationCore") sys.LoadAssemblyByName( "PresentationFramework") sys.LoadAssemblyByName( "UIAutomationProvi