Re: [IronPython] Still stuck on rich editor with IronPython and Silverlight

2010-04-23 Thread Michael Foord
So setting the RuntimeVersion in the Chiron.exe.config to 4.0.50401.0 (and also updating our Silverlight binaries to the standard IronPython 2.6.1 version - which I *thought* I had already done) works! We now have a Silverlight Rich Text Editor working in our app. Still a bit of work to fully

Re: [IronPython] Still stuck on rich editor with IronPython and Silverlight

2010-04-22 Thread Jimmy Schementi
> On 23/04/2010 00:10, Lukas Cenovsky wrote: > > I think when AppManifest.xaml is in app folder, Chiron won't generate it. > > > > That is correct - which means when we add (or remove) an assembly we > have to also manually add it to the AppManifest because Chiron will no > longer do it for us...

Re: [IronPython] Still stuck on rich editor with IronPython and Silverlight

2010-04-22 Thread Michael Foord
ers-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Friday, April 16, 2010 6:21 PM To: Discussion of IronPython Cc: Jimmy Schementi Subject: Re: [IronPython] Still stuck on rich editor with IronPython and Silverlight On 17/04/2010 03:19,

Re: [IronPython] Still stuck on rich editor with IronPython and Silverlight

2010-04-22 Thread Lukas Cenovsky
x27;s something on gestalt.ironpython.net. -Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Friday, April 16, 2010 6:21 PM To: Discussion of IronPython Cc: Jimmy Schementi Subject: Re: [IronPython] Still

Re: [IronPython] Still stuck on rich editor with IronPython and Silverlight

2010-04-22 Thread Michael Foord
[mailto:users- boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Friday, April 16, 2010 6:21 PM To: Discussion of IronPython Cc: Jimmy Schementi Subject: Re: [IronPython] Still stuck on rich editor with IronPython and Silverlight On 17/04/2010 03:19, Jimmy Schementi wrote: Micha

Re: [IronPython] Still stuck on rich editor with IronPython and Silverlight

2010-04-22 Thread Jimmy Schementi
>> From: users-boun...@lists.ironpython.com [mailto:users- >> boun...@lists.ironpython.com] On Behalf Of Michael Foord >> Sent: Friday, April 16, 2010 6:21 PM >> To: Discussion of IronPython >> Cc: Jimmy Schementi >> Subject: Re: [IronPython] Still stuck on rich

Re: [IronPython] Still stuck on rich editor with IronPython and Silverlight

2010-04-22 Thread Dino Viehland
ing on gestalt.ironpython.net. > -Original Message- > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Michael Foord > Sent: Friday, April 16, 2010 6:21 PM > To: Discussion of IronPython > Cc: Jimmy Schementi > Subject: R

Re: [IronPython] Still stuck on rich editor with IronPython and Silverlight

2010-04-16 Thread Michael Foord
On 17/04/2010 03:19, Jimmy Schementi wrote: Michael, let's get Dino in on this ... Dino, This seems like our fault, but I'm not savvy enough to track it down or verify my claim. Seems like it doesn't work regardless of invoking via reflection or ref.emit code; calling it's constructor 10,000 t

Re: [IronPython] Still stuck on rich editor with IronPython and Silverlight

2010-04-16 Thread Jimmy Schementi
Michael, let's get Dino in on this ... Dino, This seems like our fault, but I'm not savvy enough to track it down or verify my claim. Seems like it doesn't work regardless of invoking via reflection or ref.emit code; calling it's constructor 10,000 times still gave the same result. As Michael s

[IronPython] Still stuck on rich editor with IronPython and Silverlight

2010-04-16 Thread Michael Foord
Hello all, I'm still stuck on using the Silverlight 4 RichTextBox from IronPython. Unfortunately this is blocking our project. :-( Instantiating the RichTextBox directly or loading it from xaml fails. A wrapper class in C# that instantiates the RichTextBox and returns it to IronPython fails.