Sign in TopomorphRSS Feed
The “Mooi Weer Spelen” is a annually held street theatre festival through out the city of Delft. In the past years the main event takes place at the market place in the centre of the city. This year the main act was performed by Close Act, http://www.closeact.nl/index.html,   with “Pi Leau... [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]
One more attempt, before I give up on the technorati and the technignorant Technorati Profile
Categories:  
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Radial hierarchy

about 479days ago by Thimp
Radial hierarchy Originally uploaded by Topomorph A set of images, a exploration into radial graphs

The fillet pseudo code

about 484days ago by thimp
To find the arc segment that forms the fillet between two line segments you first have to find the centre of the arc by intersecting the offset of the two lines:     The start and end point of the arc are found by creating lines through the new found centre, perpendicular to the tw... [More]
Categories:   C#
Actions:   E-mail | del.icio.us | Permalink | Comments (7) | Comment RSSRSS comment feed
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 487days 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]