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

SettingsFlyout.IsOpen generating an exception #152

Closed brouckaertd closed 11 years ago

brouckaertd commented 11 years ago

If i press on the button Create Challenge i call this method:

image

As you see settings.IsOpen = true; is in comment because if i call this line my program crashes on this exception:

image

Everything worked a week or two ago. Now my colleagues are complaining that there is a bug. After trying with multiple versions of callisto i don't know what to do. Do you have some suggestions?

The content is a createchallenge usercontrol. Here you can see my constructor and i placed everything in comment.

image

brouckaertd commented 11 years ago

Problem solved!

After reading this article: https://github.com/timheuer/callisto/issues/78

I am running RTM, kind of weird that i need to use an older version but it's working :)