Re: [IronPython] Events and the += operator

2005-11-28 Thread Jonathan Jacobs
Martin Maly wrote: > We have bug in IronPython that prevents static events to be set. Instance > events work just fine, it is the static ones (like Application.Idle) that > cause trouble. We have the bug on our radar already and hopefully will fix it > soon. Aha! Thanks Martin. -- Jonathan ___

Re: [IronPython] Events and the += operator

2005-11-28 Thread Martin Maly
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Jacobs Sent: Wednesday, November 23, 2005 5:06 AM To: Discussion of IronPython Subject: [IronPython] Events and the += operator Hi, (I did a couple of searches on the archives and checked the bug tracker but still found nothing directly

[IronPython] Events and the += operator

2005-11-23 Thread Jonathan Jacobs
Hi, (I did a couple of searches on the archives and checked the bug tracker but still found nothing directly relating to this. Hopefully I didn't miss anything.) I'm having a problem trying to attach an event handler to System.Windows.Forms.Application.Idle: >>> System.Windows.Forms.Applicat