This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I've been tripping on what seems to be a theme-induced data binding bug. It took me a couple days to get where I could reproduce this and then to isolate it down to a theme bug. In the attached project, there's probably a bit more that could be stripped out, but it's all canned data and just a handful of data classes. The UI is stripped down to basically just a couple ListBoxes and a ComboBox. To see the bug do the following: Build and run the project. Comment out the reference to OfficeSilver in the Window1.xaml file and you'll see the problem goes away. |
|
|
Hello kdonn Thanks for finding this issue. I have fixed the problem across all the themes and it will be available in the nightly builds from tomorrow the 20th of November. Or if you want to have the fix right now, simply remove the following code snippet from line 713 of the OfficeSilver theme: Text="{TemplateBinding SelectedValue}" Regards |
|