Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Win8] StartDesignTime() is not executed in designer #2

Closed
EisenbergEffect opened this issue Feb 3, 2014 · 2 comments
Closed

[Win8] StartDesignTime() is not executed in designer #2

EisenbergEffect opened this issue Feb 3, 2014 · 2 comments
Assignees
Labels
Milestone

Comments

@EisenbergEffect
Copy link
Contributor

StartDesignTime() logic is not executed in designer.
see https://caliburnmicro.codeplex.com/discussions/463911 for details

@nigel-sampson
Copy link
Contributor

In most scenarios initialization of the CaliburnApplication is initiated by the call to DisplayRootView or DisplayRootViewFor inside OnLaunched which isn't called at Design Time.

Calling Initialize in the constructor of your App.xaml correctly calls StartDesignTime.

public App()
{
    InitializeComponent();

    base.Initialize();
}

@tibel
Copy link
Contributor

tibel commented Apr 13, 2014

There should be some documentation describing the design time experience on WinRT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants