timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

CustomDialog Background #131

Closed bbeda closed 11 years ago

bbeda commented 11 years ago

Right now, if I want to use CustomDialog without setting a background, it crashes with relatively hard to debug error. It says there is an error with a Foreground property somwhere at a line/position in no file and the you have to dig to find out what's going on. I think it would make sense to set a default background for CustomDialog and let user decide when she changes the color. Also, current behaviors doesn't make sense if someones job is to create the structure/layout and services of an app, not styles.

timheuer commented 11 years ago

Background color is required per the UI guidelines. Default color is a good bug to fix though.