Re: [IronPython] Silverlight 4 and RichTextBox

2010-04-12 Thread Michael Foord
On 12/04/2010 13:33, Michael Foord wrote: Hello all, I'm trying to use the new RichTextBox from Silverlight 4 with IronPython. I have IronPython 2.6.1 RC and Silverlight 4 RC installed (Windows). It fails with a "SystemError: Specified method is not supported" when instantiating the RichTextB

[IronPython] Silverlight 4 and RichTextBox

2010-04-12 Thread Michael Foord
Hello all, I'm trying to use the new RichTextBox from Silverlight 4 with IronPython. I have IronPython 2.6.1 RC and Silverlight 4 RC installed (Windows). It fails with a "SystemError: Specified method is not supported" when instantiating the RichTextBox. The code is: from System.Windows im