Thanks for reporting this Davy - this is a regression from our last release 
related to some changes in our __new__ and __init__ support.  The good news is 
this only affects classes that have no parameters for their constructors.  The 
fix is also quite simple; in Objects\ReflectedType.cs you can remove the code:

            if (PythonType.GetMaxArgs(callTarget) == 0) {
                return callTarget.Call();
            } else

In NewMethod.Call(object []args, string []names)

This will be fixed in our next release (0.9.6).

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davy Mitchell
Sent: Sunday, November 27, 2005 1:29 PM
To: Discussion of IronPython
Subject: [IronPython] WinForms Text Missing

Hi Folks,

Hope your weekend was good.

I am having an issue with running WinForms applications in 0.9.5.
Controls such as buttons (but not menus) don't seem to show any text.
This applies to the example GUI script too.

Anyone else seen this?

Thanks,
Davy Mitchell

Mood News
 - BBC News Headlines Auto-Classified as   Good,   Bad or   Neutral.
 http://www.latedecember.com/sites/moodnews/
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to