Skip to content

{ Category Archives } silverlight

Silverlight 2: MVVM, Databinding & Cascading ComboBoxes – Part 2

So I’ve finally got a fix for this issue. The solution does feel like a bit of a hack – but I can understand why I need to go down this path. Hopefully one of the people who read this post will be inspired to come up with a more elegant solution! See a demo […]

Silverlight 2: MVVM, Databinding & Cascading ComboBoxes – Part 1

Update: see follow up post to see how I got the cascading ComboBoxes to work: I did mange to get a ‘working’ solution for cascading ComboBoxes – see the solution here: Silverlight 2: MVVM, Databinding & Cascading ComboBoxes – Part 2 I’m presently working on a Silverlight 2 application at work, and really enjoying the […]

Silverlight Animated Optical Illusion

Spotted this illusion on digg: The anatomy of an illusion — and what it tells us about the visual system. Being the skepical fellow I am – I decided to recreate this illusion. The animation is simply cycling the colours of inner circles. From/to the frames below. So, here’s my Silverlight version of the animated […]

Silverlight createFromXaml Bug

Odd Silverlight bug when calling ‘createFromXaml’ – here’s the error for the search engines: Firefox: Error calling method on NPObject! Internet Explorer: Error: AG_E_RUNTIME_METHOD : CreateFromXAML The error occurred when I was trying pull apart the Video Library Sample for my own project. The cause of the bug comes down to this: Using the replaceAll […]