IronPython in the Browser

You need to install Microsoft Silverlight to view this content. Get Silverlight!
Get Microsoft Silverlight

Last edited Oct 2 2009 at 9:16 PM by jimmysch, version 2
Comments
aether Apr 26 2009 at 1:56 PM 
Impressive, you guys are doing a great job!

ysangkok Jul 21 2009 at 12:01 AM 
Apparently there is no support for non-US keyboards. It uses the US layout even though that's not the way my system is configured.

DannyAsher Aug 31 2009 at 3:14 PM 
no support for copy/paste? right-click just gives you a 'Silverlight' option. weird.

Zbig Sep 8 2009 at 9:07 AM 
I can add a Button, but after clicking it, it is impossible to run a new code. Ctrl-Enter doesn't work, because clicked button has focus all the time.

PeterL777 Sep 8 2009 at 12:06 PM 
Would be great if you could scroll the window horizontally or word wrap to see long outout

niciyou Sep 10 2009 at 2:52 PM 
why it does not work on my IE8&Win7?

mcintyre321 Sep 22 2009 at 10:09 AM 
Not working on FF/Chrome on 2K3 either!

developer Oct 1 2009 at 8:52 PM 
not working

jimmysch Oct 2 2009 at 9:14 PM 
Doesn't work because Silverlight.net broke the URL this was pointing at. Should be back shortly.

jimmysch Nov 8 2009 at 1:54 AM 
Thanks everyone for the feature feedback. I'm not planning on extending the functionality of DLRConsole directly, but I'd like to write a new version of DLRConsole which uses Silverlight controls rather than our own implemented text-editing control (on top of a TextBlock). But I'll answer your questions:

@ysangkok Yep, only US keyboards are supported. Since there is no Silverlight editing control that supports formatting, we built our own text-editor and had to map the keys by hand, so we mapped the US keyboard.

@DannyAsher Since we had to build our own text-editor, we didn't implement copy/paste either.

@PeterL777 Yep, scrolling would be nice. Reimplementing DLRConsole would be solution here.

@Zbig Not sure exactly what you mean, as I can click a button multiple times, as well as remove the event handler and add new ones.

Updating...
© 2006-2010 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2010.1.12.16187