Same code on IP 1.1.2 outputs:699
696

Cheers,
Davy

On Wed, Oct 8, 2008 at 7:34 AM, Davy Mitchell <[EMAIL PROTECTED]> wrote:

> Hi All,
> Basic Repro is...
>
> ---------form.py-------
> import clr
> clr.AddReference('System.Windows.Forms')
> from System.Windows.Forms import *
> print len(dir(Form))
> ---------test.py--------
> from forms import *
> print len(dir(Form))
>
> Output:
> 538
> 443
>
> My real world case is a subclass of Form is in another module. The module
> that uses it tries to do mainform.KeyDown += self.DoSomething and fails as
> KeyDown has vanished.
> Yet if you copy and paset the subclass Form code into the same file it
> works!
>
> Forgive me if I am missing something obvious in the import mechanism :-)
>
> Thanks,
> Davy Mitchell
>
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to