I try to create an application that has a window behaviour as MS Office, for example Word/Excel. The user opens the application and when clicking n开发者_JS百科ew, a completely new window shall appear
Basically, I have the following scenario: User runs application The Bootstrapper loads the \"Modules\" directory into the AggregateCatalog.
Basically I have the following scenario: App.xaml.cs: protected override void OnStartup(StartupEventArgs e)
I have an issue where my object is loaded twice in MEF.So MEF returns two of my object, which causes my entire program to crash because I am expecting only one.
I am replacing unity with mef in my prism application.One of the things I see is that mo开发者_C百科dules are also affected as well.
I am using an ObservableCollection implementation that allows creating/updating/deleti开发者_如何学JAVAng collection items from a different thread than the UI thread. Everything works fine except than
The MVVM approach encourages (or just gives the possibility to) splitting a WPF or Silverlight application into Model, ViewModel and View projects so all three could exist in their own assemblies.
Is it possible to implement something like the IActiveAware interface in prism where I track whether the User Control is visible or not.(Visually)
I\'m writing a WPF application using a MVVM pattern and using Prism in selected places for loose coupling, and I\'d like to have logging messages shown in a window and written to a fil开发者_JS百科e.
I am creating a Prism 4 demo app to learn the new framework, focusing on view-switchin开发者_开发百科g. The app has several regions, one of which is an ItemsControl that holds one or more buttons from