Re: [IronPython] ironpython and silverlight

2010-09-29 Thread Jimmy Schementi
IronPython in Action is still relevant, just replace all occurrences of "Silverlight 2" with "Silverlight 4". Also, http://silverlight.net/dlr has good getting-started content. There is basic support directly in the IPy Tools for VS2010 for Silverlight, as a Project type and template. ~Jimmy On

[IronPython] ironpython and silverlight

2010-09-28 Thread David P. Novakovic
Hey, What's the best place to get a kick start with Silverlight and Ironpython in visual studio 2010? I bought Ironpython in Action for the silverlight section, but it looks like the whole section might be out of date? The book cost me AU$80 ! I've got some specific issues with trying to replica

Re: [IronPython] IronPython and Silverlight -- newbie question

2010-07-20 Thread Michael Foord
On 20/07/2010 16:30, Funke, Matt wrote: I've really enjoyed /IronPython In Action/, and have found it immensely helpful in my quest to understand integrating Python with WPF. (I'm something of a newbie.) Unfortunately, I've hit a conceptual wall with Sliverlight. In particular, creating t

Re: [IronPython] IronPython and Silverlight SDK

2008-09-19 Thread Miha Valencic
That would certainly be helpful. Thanks for the insight and keep up the good work! Thanks, Miha. 2008/9/19 Jimmy Schementi <[EMAIL PROTECTED]> > The problem is the version of the DLR is different everywhere we ship it; > python, ruby, and sdlsdk. These will definitely unify in the future, when

Re: [IronPython] IronPython and Silverlight SDK

2008-09-19 Thread Jimmy Schementi
> -Original Message- > From: [EMAIL PROTECTED] [mailto:users- > [EMAIL PROTECTED] On Behalf Of Miha Valencic > Sent: Friday, September 19, 2008 11:00 AM > To: Discussion of IronPython > Subject: Re: [IronPython] IronPython and Silverlight SDK > > LOL ;) > >

Re: [IronPython] IronPython and Silverlight SDK

2008-09-19 Thread Miha Valencic
LOL ;) Do you have any idea as to why one can't use the DLL's in SL SDK to host IronPython/ruby/jscript? I guess there will be a point in time, where those libraries will be the same no matter which distribution one will take? Miha 2008/9/19 Jimmy Schementi <[EMAIL PROTECTED]> > >>> Not sure

Re: [IronPython] IronPython and Silverlight SDK

2008-09-19 Thread Jimmy Schementi
uild number of whatever Silverlight release they are associated with. ~js From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jimmy Schementi Sent: Thursday, September 18, 2008 2:38 PM To: Discussion of IronPython Cc: Discussion of IronPython Subject: Re: [IronPython] IronPython and Silverli

Re: [IronPython] IronPython and Silverlight SDK

2008-09-18 Thread Miha Valencic
Jimmy, that's OK. I would like to test different languages in the same DLR though. Are IronPythoon and IronRuby on the same DLR version? 2008/9/18 Jimmy Schementi <[EMAIL PROTECTED]> > Miha, > > Not sure why the versions are different. Also, right now the actual binary > versions aren't synced,

Re: [IronPython] IronPython and Silverlight SDK

2008-09-18 Thread Jimmy Schementi
Miha, Not sure why the versions are different. Also, right now the actual binary versions aren't synced, but if you want I can update sdlsdk to the same version of ipyb5. Sdlsdk is only intended for silverlight, since the binaries only work in sl, and the sources only compile "out-of-the-box"

Re: [IronPython] IronPython and Silverlight SDK

2008-09-18 Thread Seshadri Pillailokam Vijayaraghavan
: Thursday, September 18, 2008 1:23 PM To: Discussion of IronPython Subject: [IronPython] IronPython and Silverlight SDK Hi! I downladed the lastest SL SDK from codeplex and wanted to use ScriptRuntime and ruby & python engines with it. I found out, that the API is quite different between IP 2

[IronPython] IronPython and Silverlight SDK

2008-09-18 Thread Miha Valencic
Hi! I downladed the lastest SL SDK from codeplex and wanted to use ScriptRuntime and ruby & python engines with it. I found out, that the API is quite different between IP 2.0b4 and the version included in the SL-SDK. Is the SL-SDK version intended for "hosting" scenarios at all? Or is it Silver

Re: [IronPython] IronPython and Silverlight 2

2008-03-09 Thread Michael Foord
rd > ---- > *From:* [EMAIL PROTECTED] > [EMAIL PROTECTED] On Behalf Of Michael Foord > [EMAIL PROTECTED] > *Sent:* Sunday, March 09, 2008 5:19 AM > *To:* Discussion of IronPython > *Subject:* Re: [IronPython

Re: [IronPython] IronPython and Silverlight 2

2008-03-09 Thread Dino Viehland
like. From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Michael Foord [EMAIL PROTECTED] Sent: Sunday, March 09, 2008 5:19 AM To: Discussion of IronPython Subject: Re: [IronPython] IronPython and Silverlight 2 On 09/03/2008, Kevin Chu <[EMAIL PROTECTED]<m

Re: [IronPython] IronPython and Silverlight 2

2008-03-09 Thread Michael Foord
On 09/03/2008, Kevin Chu <[EMAIL PROTECTED]> wrote: > > Hi > there is my blog about IronPython and Silverlight 2: > http://www.cnblogs.com/redmoon/archive/2008/03/08/1096331.html > I write it in Chinese, however you can translate it by Google Language > Tool. > And this blog contain some useful lin

Re: [IronPython] IronPython and Silverlight 2

2008-03-09 Thread Kevin Chu
Hi there is my blog about IronPython and Silverlight 2: http://www.cnblogs.com/redmoon/archive/2008/03/08/1096331.html I write it in Chinese, however you can translate it by Google Language Tool. And this blog contain some useful links. On Sun, Mar 9, 2008 at 7:42 PM, Michael Foord <[EMAIL PROTECT

[IronPython] IronPython and Silverlight 2

2008-03-09 Thread Michael Foord
Hello guys, I would like to create Silverlight 2 applications *without* using chiron to create and deploy them. How do I specify the Python application file? I see that I can still use Silverlight.js and the 'createObjectEx' function to initialise the Silverlight control in my html. How do I s