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