Re: [IronPython] Installing IP with the new CTP

2005-12-29 Thread Greg Kerr
Not a problem, just don't use SolidColourBrush :-). Yes, IP/WPF is awesomely fun. Greg Iain Mackay wrote: > Thanks to Greg for pointing out my mis-Behavio(u)r. Those dyslexic moments > can be a big sap on productivity :) > > Also, by more careful use of the message archive I see that some of my

Re: [IronPython] Experience installing IP with the new WPF CTP

2005-12-28 Thread Greg Kerr
Did you spell it RepeatBehaviour or RepeatBehavior (shouldn't have the "u" on this side of the ocean. ;-) Greg Iain Mackay wrote: > I ran into several problems running the first Avalon example from the > tutorial, using IP 0.9.6 > > I should mention that at this time I was running .net Framewor

Re: [IronPython] users Digest, Vol 15, Issue 16

2005-10-19 Thread Greg Kerr
WindowsBase is a part of WinFX and should be in your GAC if you've installed at least the Sep CTP runtime components as per Martin's posted link. "Crest" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... RuntimeError: Could not load assembly WindowsBase    

[IronPython] IronPython and WPF .. too cool

2005-10-18 Thread Greg Kerr
Don't know if anyone wants to see it, or if everyone's way past it, but here is a simple WPF app in IronPython: import sys sys.LoadAssemblyByName( "WindowsBase") sys.LoadAssemblyByName( "PresentationCore") sys.LoadAssemblyByName( "PresentationFramework") sys.LoadAssemblyByName( "UIAutomationProvi