Stylet/Samples/Stylet.Samples.HelloDialog
T.M 6bc5f646f1 ConductorBaseWithActiveItem sets new item as ActiveItem before activating it
Up to now, ScreenExtemsions.TryActivate(newItem) was called
before Conductor.ActiveItem was set to the new item. This commit moves
setting ActiveItem to before TryActivate(newItem) call. This allows for
nested activation - that is, a scenario where newItem can "intercept"
its activation and force parent Conductor to immediately activate
another item inside its OnActivate() override, effectively skipping
newItem without displaying it.

Fixes #140
2020-07-26 19:11:52 +01:00
..
Properties Start on dialog sample 2014-02-26 08:31:31 +00:00
App.config Start on dialog sample 2014-02-26 08:31:31 +00:00
App.xaml Fix the samples 2014-08-02 17:50:19 +01:00
Bootstrapper.cs Remove and sort usings in samples and bootstrappers 2015-01-05 13:14:33 +00:00
Dialog1View.xaml Change stylet namespace to https://github.com/canton7/Stylet 2014-04-23 17:47:42 +01:00
Dialog1ViewModel.cs ConductorBaseWithActiveItem sets new item as ActiveItem before activating it 2020-07-26 19:11:52 +01:00
ShellView.xaml Change stylet namespace to https://github.com/canton7/Stylet 2014-04-23 17:47:42 +01:00
ShellViewModel.cs ConductorBaseWithActiveItem sets new item as ActiveItem before activating it 2020-07-26 19:11:52 +01:00
Stylet.Samples.HelloDialog.csproj Fix the samples - they weren't building 2016-01-29 12:46:44 +00:00