Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Calendar Day Style - XAMMonthCalendar
posted

As soon as I select edit Style for calendar day in Expression 2.0, I receive a slew up exceptions because it can not find the resources in xaml from EditorsBrushKeys.....

 For example, <Setter Property="Foreground" Value="{DynamicResource EditorsBrushKeys.CalendarItemHoverForegroundKey}"/>

 How do I get these resources into my project so that I can successfully edit the Styles?

 Thanks,

 Steve

Parents
No Data
Reply
  • 54937
    Offline posted

    Blend has problems when trying to rebuild xaml based on the actual style/template being used by an element. For example, in your snippet they left out the xml namespace mapping - i.e. it should have been something like igEditors:EditorsBrushKeys.CalendarItemHoverForegroundKey. We actually provide the xaml files with the product specifically because of this limitation in Blend so I would recommend using those xaml files included in the install.

Children