Sign in TopomorphRSS Feed
Just moments way from Silverlight 3 that will bring us the so needed element to element binding, I post a solution to do this in Silverlight 2 (YABS! Yet Another Binding solution) [More]
A while ago Yu-Chung Chen commented on my post The fillet pseudo code. He reminded me of a small issue that remained unsolved. I decided to make a small Silverlight demonstration and showed a point , or rather I didn't. [More]
Create the solution Add a post build action utility project Add the Silverlight projects to the web project Create the settings  of the gadget 1 Create the solution If you have installed the templates I wrote about in a previous post, you can find a new solution template here... [More]
maybe you have seen this behaviour of the grid splitter. It resizes two columns at once. The top splitter behave like you'd want. The bottom one cant be moved to the left only to the right It is the (not obvious) result of omitting a HorizontalAlignment Att... [More]

Radial hierarchy

about 439days ago by Thimp
Radial hierarchy Originally uploaded by Topomorph A set of images, a exploration into radial graphs
There is a lot written about code, elegance and the quality of software. If it’s not a truth that elegant code is efficient, maintainable and a joy to write, its absence sure is a razor sharp tool to indicate you’re on the wrong track.  I was working on a simple Silverlight control that sho... [More]
Just to remind myself: When copying a dependency property to a different class you will have to adjust the class of the ownerType. Always Neglecting to do so will get you the very clear and helpful  AG_E_PARSER_BAD_PROPRTY_VALUE  Exception somewhere along the line: The stats so ... [More]

Silverlight gadgets

about 447days ago by Thimp
Fact: Silverlight is cool Fact: a Vista Sidebar is a nifty device Conclusion: a Silverlight Sidebar Gadget would be awesome. Having stated the obvious let's get to realizing one, and let's take the short route: Ioan Lazarciuc has blogged about creating a sidebar gadget using... [More]
One of the chores of making a gadget is the repeated packaging of your new files to test your gadget. If you are developing a silverlight gadget this is even more true. But you can make life easier by automating the process of packaging with a few post build actions. In short: - Ma... [More]
After a weekend coding, a few things came together A silverlight application A blogengine extension to show it: Blogengine.NET Extension : Silverlight Extension This is a preview: The Newton application is a "hello world" that I di... [More]