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
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
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
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