Re: [IronPython] Command line

2007-06-13 Thread Graham Bloice
John Messerly wrote: The reason arguments aren't getting passed is because file associations by default only pass the file name, not any additional arguments. You can see the registry entry for the file association by running the following IPy code: # Reads the registry key containing the

[IronPython] Using IronPython in Silverlight

2007-06-13 Thread Ariel M. Neisen
Hi, I'm stating to program in Silverlight and I wanted to test the IronPhyton programmability feature. Nevertheless, I cannot find any good documentation/examples on that. Does anyone know where I can find it? Thanks in advance, Ariel ___ users

Re: [IronPython] Using IronPython in Silverlight

2007-06-13 Thread Ryan Dawson
There are several samples posted here: http://www.codeplex.com/dynamicsilverlight Both in IronPython and managed JS. Hope that helps... -Ryan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ariel M. Neisen Sent: Wednesday, June 13, 2007 11:49 AM To:

Re: [IronPython] Using IronPython in Silverlight

2007-06-13 Thread Aaron Leiby
I posted a simple example a while back here: http://aleiby.blogspot.com/2007/05/silverlight.html I never wrote up any documentation, but the example is pretty self explanatory. There are links to the python and xaml there. The html is here: http://seattle.servegame.org/BouncingBall.html Still

Re: [IronPython] Unable to integrate IronPython 1.1 with VS2005 standard edition

2007-06-13 Thread Tim Rowe
Dave Fugate [EMAIL PROTECTED] said: Sounds like this might be related to http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1055922SiteID=1 ... Yes, it does. Unfortunately I can't see an answer there and in my case the bit that fails /is/ important because I end up without IronPython