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 doesn't appear after run it #202

Closed sunco007 closed 11 years ago

sunco007 commented 11 years ago

I just download the Callisto TestApp and on the code I set the CustomDialog to IsOpen="True" so I can see it and made some changes/study how it works

Then, I run the Project and closes it. When go to Visual Studio you can't see the CustomDialog anymore. You need to change the True to False and then again to True

I'm using 1.2.9 version and VS Express 2012 for Windows 8

timheuer commented 11 years ago

I don't fully understand here? are you talking about the design surface within VS?

sunco007 commented 11 years ago

My repro steps

Now you can't see the dialog

You can see it again

timheuer commented 11 years ago

Got it. Another design time issue. I am not sure what I can do here but the designer doesn't appear to be responding. The control works at runtime by design though.