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

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
I can address the non-silverlight, DLR hosting part of your query - The following posts should help you get started with hosting the desktop DLR in your app (with and w/o using config files) http://blogs.msdn.com/seshadripv/archive/2008/09/07/dlr-hosting-api-latest-version-of-the-spec-is-availabl

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