t: Re: [IronPython] IP as a Macro Language
Sounds like a possible candidate for 1.1.2? :)
On Fri, Apr 18, 2008 at 9:22 AM, Dino Viehland <[EMAIL PROTECTED]<mailto:[EMAIL
PROTECTED]>> wrote:
FYI that bug should be fixed in 2.0. We now use weak references on both the
handler and the target
nal Message-
> From: [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] On Behalf Of Michael Foord
> Sent: Friday, April 18, 2008 8:21 AM
> To: Discussion of IronPython
> Subject: Re: [IronPython] IP as a Macro Language
>
> Curt Hagenlocher wrote:
> > On Fri, Apr 18, 2008
on of IronPython
Subject: Re: [IronPython] IP as a Macro Language
Curt Hagenlocher wrote:
> On Fri, Apr 18, 2008 at 2:00 AM, Dave Moor <[EMAIL PROTECTED]> wrote:
>
>> My problem is, I can create a form entirely in IP but I can't seem to
>> get it added as a MDIChild to the main
Curt Hagenlocher wrote:
> On Fri, Apr 18, 2008 at 2:00 AM, Dave Moor <[EMAIL PROTECTED]> wrote:
>
>> My problem is, I can create a form entirely in IP but I can't seem to
>> get it added as a MDIChild to the main application, and when the form is
>> closed the form's timer is still running in th
On Fri, Apr 18, 2008 at 2:00 AM, Dave Moor <[EMAIL PROTECTED]> wrote:
>
> My problem is, I can create a form entirely in IP but I can't seem to
> get it added as a MDIChild to the main application, and when the form is
> closed the form's timer is still running in the background requesting
> data f
Hi
I am trying to use IronPython as a macro language in out C# modelling
application. I'm currently using VS2005 and .Net2 for the main
application and using IronPython 1.1 as the macro engine.
My problem is, I can create a form entirely in IP but I can't seem to
get it added as a MDIChild to