|
|
Mon, 08 Mar 2010 22:30:23 GMT: Source code checked in, #64562
TitleBanner has been replaced in WindowDictionary.xaml with ShellBanner. Please update any custom ShellTemplates as I will be removing TitleBanner.
The ShellBanner is more easily styled. To change the banner image simply add a style for the type ShellBanner in your application resources. See ShellBannerStyle.xaml for the template.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sat, 06 Mar 2010 15:08:27 GMT: Source code checked in, #64507
Any or all default modules can now be prevented from loading via the AppStarter. To exclude default modules use the ExcludedModules list.
// starter.StartupOptions.ModuleCatalogOptions.ExcludedModules.Add(ModuleNames.OutputDisplay);
// starter.StartupOptions.ModuleCatalogOptions.ExcludedModules.AddRange(ModuleNames.DefaultModuleNames);
IModuleCatalog can now be substituted using the IOC container.
|
|
|
Wed, 03 Mar 2010 22:25:05 GMT: Source code checked in, #64420
Important update. I'm pleased to announce that the Shell is now easily customizable, and that any or all elements can be replaced using a ControlTemplate! RegionNames can even be defined in the ControlTemplate! (Not possible in Prism out of the box). Simply define a style in your application resources based on <Style TargetType="{x:Type Gui:ShellView}">. See WindowDictionary.xaml
I will provide further documentation on this via my blog soon.
I've also updated the MetadataGeneration T4 templates to produce XAML pack URIs compatible with XAML binding. Now the ResourceDictionary Source property can be defined in XAML using a compile time validatable constant. No more worries about breaking resource references when moving XAML files!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|