[IronPython] Where is Application.LoadRootVisual() documented?

2009-11-29 Thread Andy Sy
Silverlight Iron Python examples show the following method to load an external XAML file: Application.Current.LoadRootVisual(ControlName(),"blah.xaml") Trouble is, I don't see LoadRootVisual() referred to in the Silverlight API reference. Is this IronPython specific and if so, is there a refe

Re: [IronPython] [OT] RE: IronPython on Win7 Build7100

2009-05-06 Thread Andy Sy
Keith J. Farmer wrote: Might I suggest: the fact that it doesn't have "Vista" on the label? Don't get me wrong, Win7 is a great advance over Vista -- I'm using it exclusively at home and have been since the beta, but the only differences from Vista (whch I use on my work laptop until tomorro

Re: [IronPython] DLR, OS X/Linux & other languages

2008-12-27 Thread Andy Sy
Alcides Fonseca wrote: Em 2008/12/26, às 19:05, Miha Valencic escreveu: DLR is a subset of CLR, with specific improvements for dynamic languages (dynamic call sites, dispatch and whatnot). At least that's how I understand it. That's not exactly correct. Silverlight has this thing called

[IronPython] Managed DirectX via IronPython tutorials

2007-09-09 Thread Andy Sy
My 3-part tutorial for how to use MDX via IronPython is now finally up. The problem with the IronPython / MDX tutorials I've seen out there (including the one that comes with IronPython) are that they all rely on MDX 2.0 for which the DLLs have already time-bombed and no longer work, thus a return