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

2006-07-28 Thread Martin Maly
Thursday, July 27, 2006 12:34 AM To: Discussion of IronPython Subject: Re: [IronPython] Working Beta7 WinForms Code fails under RC1 This is really interesting error message. I am going to file a bug for us to look into this for the final release. My guess is that the bug here may be that we get co

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

2006-07-27 Thread Kevin Bjorke
:34 AM To: Discussion of IronPython Subject: Re: [IronPython] Working Beta7 WinForms Code fails under RC1 This is really interesting error message. I am going to file a bug for us to look into this for the final release. My guess is that the bug here may be that we get confused by the static

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

2006-07-27 Thread Martin Maly
efaultFont ? Thanks Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Bjorke Sent: Wednesday, July 26, 2006 11:21 PM To: Discussion of IronPython Subject: Re: [IronPython] Working Beta7 WinForms Code fails under RC1 That was correct! Sadly now I

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

2006-07-27 Thread Kevin Bjorke
error get_DefaultFont() takes exactly -1 arguments (-1 given) ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Maly Sent: Wednesday, July 26, 2006 11:06 PM To: Discussion of IronPython Subject: Re: [IronPython] Working Beta7 WinForms Code fails under RC1 I w

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

2006-07-27 Thread Martin Maly
ement_type](anything_enumerable) Does this work? Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Bjorke Sent: Wednesday, July 26, 2006 10:55 PM To: Discussion of IronPython Subject: [IronPython] Working Beta7 WinForms Code fails under RC1 I have

[IronPython] Working Beta7 WinForms Code fails under RC1

2006-07-27 Thread Kevin Bjorke
I have these two lines which worked well under Beta7: cb = Drawing2D.ColorBlend() cb.Colors = [c,hilight,c,c] Now I get an error saying "expecting list got array" ?? --- This email message is for the sole use of t