Oops... :-)
Missed the URL :
http://www.voidspace.org.uk/python/weblog/arch_d7_2006_07_29.shtml#e406
Michael Foord wrote:
> Hello all,
>
> Number VIII of IronPython & Windows Forms is hot off the press :
>
>
>
> This entry is called 'C# and the Clipboard' and doesn't involve the GUI
> c
Hello all,
Number VIII of IronPython & Windows Forms is hot off the press :
This entry is called 'C# and the Clipboard' and doesn't involve the GUI
classes at all.
It shows how to create C# classes and access them from IronPython (a
very basic example). It also shows how to put multiple d
Hello,
delete key on MAC OS X acts like a PC's Backspace key,
see http://www.webopedia.com/TERM/D/Delete_key.html.
However, delete key not works properly in IronPython interactive session,
this is a pain for me.
$ mono ipy.exe
IronPython 1.0.2401 on .NET 2.0.50727.42
Copyright (c) Microsoft Corp
Good bug. Thanks for the report. Filed it on CodePlex!
Martin
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Chu
Sent: Wednesday, July 26, 2006 9:01 PM
To: Discussion of IronPython
Subject: [IronPython] run edna-0.6 , thread exception
after I impl
Great bug, thanks for reporting it! I’ve
filed it on CodePlex as http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=1417
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kristof Wagemans
Sent: Wednesday, July 26, 2006
9:08 AM
To: 'Discu
I note that ipy.exe has a new icon.The titlebar icon reflects this new icon if the Forms.FormBorderStyle.FixedDialog property is set. If not, the icon is the previous, colored squares one. An oversight?
___
users mailing list
users@lists.ironpython.com
This is great news indeed! Glad all your problems so far got resolved.
Martin
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Bjorke
Sent: Thursday, July 27, 2006 9:02 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Working Beta7 WinForms
On 7/27/06, Ryan Dawson <[EMAIL PROTECTED]> wrote:
> Hmm, I suspect this has something to do with your handling of the stream.
> Below is a little pure IronPython snippet that I'm using to test.
>
> If you'd like to post your code for PythonOutputStream I'd be happy to take a
> look. Hope this