ILoggable

A place to keep my thoughts on programming

Monthly Archives: July 2008

OMFG AppleTV, seriously? Wipe yourself clean, why don’t you?

Ok, here’s a feature of AppleTV that can only have it’s origin in some devils bargain with Content industry: Once you associate an iTunes instance with AppleTV for sync, you better not ever want to change it, because in the … Continue reading

July 14, 2008 geek , ,

The riddle of the disappearing WPF databinding

I’m currently on a custom control that has a bunch of panels slaved to each other via databinding. And I ran into a bug where moving an element around would suddenly break the sync with the other panels. Nothing in … Continue reading

July 2, 2008 .net ,

WPF Custom Panel layout and Dependency Properties

Just a quick note I learned the hard way when creating custom panels in WPF: If your panel has dependency properties or attached properties on its children that affect measure and/or arrange, calling InvalidateMeasure or InvalidateArrange won’t necessarily do the … Continue reading

.net ,