[IronPython] Attaching Silverlight/Gestalt events using IronPython 2.6.1

2010-07-05 Thread Jeff Hardy
I'm working on a test Silverlight app using Gestalt and IronPython 2.6.1. I've got a local copy of gestalt-20100305 with the assemblies in the IronPython.slvx & Microsoft.Scripting.slvx file replaced with the ones from IronPython 2.6.1. When trying to attach an event using document.hello.even

Re: [IronPython] Attaching Silverlight/Gestalt events using IronPython 2.6.1

2010-07-06 Thread Jimmy Schementi
On Mon, Jul 5, 2010 at 1:58 PM, Jeff Hardy wrote: > I'm working on a test Silverlight app using Gestalt and IronPython > 2.6.1. I've got a local copy of gestalt-20100305 with the assemblies > in the IronPython.slvx & Microsoft.Scripting.slvx file replaced with > the ones from IronPython 2.6.1. >

Re: [IronPython] Attaching Silverlight/Gestalt events using IronPython 2.6.1

2010-07-07 Thread Jimmy Schementi
On Tue, Jul 6, 2010 at 4:31 PM, Jimmy Schementi wrote: > On Mon, Jul 5, 2010 at 1:58 PM, Jeff Hardy wrote: > >> I'm working on a test Silverlight app using Gestalt and IronPython >> 2.6.1. I've got a local copy of gestalt-20100305 with the assemblies >> in the IronPython.slvx & Microsoft.Scripti

Re: [IronPython] Attaching Silverlight/Gestalt events using IronPython 2.6.1

2010-07-07 Thread Jeff Hardy
On Wed, Jul 7, 2010 at 12:10 PM, Jimmy Schementi wrote: > Try using http://gestalt.ironpython.net/dlr-20100706.js ... I'll make that > dlr-latest.js if it works for you and all the tests pass against it. Both the event hookup and IsolatedStorage work for me with dlr-20100706.js. Thanks for the qu

Re: [IronPython] Attaching Silverlight/Gestalt events using IronPython 2.6.1

2010-07-07 Thread Jimmy Schementi
On Wed, Jul 7, 2010 at 12:07 PM, Jeff Hardy wrote: > On Wed, Jul 7, 2010 at 12:10 PM, Jimmy Schementi > wrote: > > Try using http://gestalt.ironpython.net/dlr-20100706.js ... I'll make > that > > dlr-latest.js if it works for you and all the tests pass against it. > > Both the event hookup and I