prism
How to use resource dictionary in prism modules at design time?
I am using prism framework in a silverlight app with multiple modules in separate XAPs. I have a resource dictionary defined in myin my shell project. In my modules I can use the resources fine, but[详细]
2023-03-28 13:59 分类:问答Prism: How to inject a view-model instance in a region?
After weeks of using Prism I have been through every kind of navigation methods. But there is still one thing that I haven\'t been able to achieve with Prism \"out-of-the-box\": navigate to a view-mod[详细]
2023-03-27 04:49 分类:问答Working with child container in prism with unity extensions
Context I\'m looking for a way to build system using PRISM and unity in a Silverlight application so that I can have a use case controller that manages the navigation and other stuff related to a spe[详细]
2023-03-27 04:22 分类:问答Unity Container error using Prism Modularity and including Unity by source
I keep getting an error when trying to use Prism4 Bootstrapper with Unity referenced by source (include existing projects into the solution). I also get an error building Unity from source and then in[详细]
2023-03-26 11:48 分类:问答Prism. OnNavigationTo doesn't fired when i show my view with RegisterViewWithRegion
I have a little problem with the OnNavigatedTo method in the INavigationAware interface. When I show my view with RegionManager.RequestNavigate(myRegionName, myViewName),[详细]
2023-03-26 10:04 分类:问答Silverlight RIA services, Prism modularity and moving services
I\'m using Prism so I can create a modular solution. I need to access the WebContext and AuthenticationService in my modules and believe the best way to do this is to move auto generated Authenticatio[详细]
2023-03-26 09:07 分类:问答MEF: Despite having found and loaded the PRISM modules, app claims they can't be found
I am utilizing MEF in my PRISM 4.0 application to load the modules. In order to be sure that they are being downloaded I have made my Shell to import IPartImportsSatisfiedNotification.Then within the[详细]
2023-03-26 05:39 分类:问答Generic Views using Prism and Modularity
I am trying to implement prism in an application. I defined regions in S开发者_高级运维hell.xaml and called Views of Modules in different regions.[详细]
2023-03-26 03:28 分类:问答View not displaying in Region
I have two questions about the scenario below:Why didn\'t the region originally get added to the region collection?[详细]
2023-03-26 02:35 分类:问答Restore Layout does not restore the modules content
i\"m using prism with AvalonDoc. when i try to restore the layout (on the event handler of the menu button \"RestoreLayout\")[详细]
2023-03-26 00:28 分类:问答