Re: [IronPython] IronPython & Windows Forms VIII

2006-07-28 Thread Michael Foord
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

[IronPython] IronPython & Windows Forms VIII

2006-07-28 Thread Michael Foord
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

[IronPython] delete key on MAC OS X

2006-07-28 Thread HEMMI, Shigeru
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

Re: [IronPython] run edna-0.6 , thread exception

2006-07-28 Thread Martin Maly
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

Re: [IronPython] PythonEngine.EvaluateAs and future division

2006-07-28 Thread Martin Maly
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

[IronPython] new icons quibble with RC-1

2006-07-28 Thread jeff sacksteder
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

Re: [IronPython] Working Beta7 WinForms Code fails under RC1

2006-07-28 Thread Martin Maly
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

Re: [IronPython] Hosting question

2006-07-28 Thread Slide
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