Prism is Microsoft's Composite Application Guidance for WPF and Silverlight

learn more… | top users | synonyms (1)

0
votes
1answer
428 views

WPF DataGrid not showing scrollbars and running out of visible area

Like others I have a DataGrid that is not showing scrollbars. What I think is unique to my situation is that I do not see a StackPanel anywhere in the visual or logical tree. I am using WPF Inspector ...
2
votes
2answers
291 views

RadBusyIndicator not showing PRISM/MEF/WPF from ViewModel

I am using MVVM/PRISM/MEF for my WPF application. It has one DataGrid with multiple records, and when one row is double clicked a separate view is added to region with multiple controls on it, the ...
1
vote
2answers
210 views

Prism Delegate command not enabling button

I am trying to enable and disable a button in a WPF (PRISM) user control based on data entered by the user. In the constructor I do SubmitCommand = new DelegateCommand<object>(OnSubmit, ...
1
vote
0answers
149 views

Navigate between views WPF PRISM application

I am working on a WPF PRISM application that has the following structure (I have simplified to explain better without additional layers). I am using Unity as my DI/IOC AppMain - Bootstrapper Gui - ...
0
votes
0answers
88 views

Prism-MEF-MVVM: Implementing Masrer Details relationship

I drive this question after days of googling w/o exact answer. I'm developing LOB application with Model layer/module and Service Layer/Module then several modules each cover part of the ...
5
votes
1answer
227 views

Using WPF design data with the MVVM pattern

I'm using the MVVM pattern in our WPF application to allow for comprehensive unit testing. The MVVM pattern itself is working great, however I'm struggling to adapt the pattern in a way that means I ...
2
votes
2answers
249 views

How to Unit Test BackgroundWorker + PRISM InteractionRequest?

I have a reoccurring pattern in my WPF MVVM applications that has the following structure. public class MyViewModel : NotificationObject { private readonly IService _DoSomethingService; ...
0
votes
0answers
113 views

Exception - Region with the given name is already registered. How to call a region in xaml multiple times

While working in WPF application. I am trying to use a region multiple times in XAML. But can not as getting a runtime exception "Region with the given name is already registered: DeviceListRegion" I ...
0
votes
0answers
173 views

moving from Unity XML configuration to C# fluent configuration

I have got the following unity XML config file and I am having issues in creating the same mapping / type registration from plain C# code in the unity bootstrapper class... <configuration> ...
2
votes
2answers
77 views

Viewinjection with unity failing

I have trouble getting navigation working using Prism 4. I've set up a test solution in which I have a shell with a region called MainRegion: <Window x:Class="PrismNavigationTest.ShellView" ...
0
votes
2answers
105 views

How to pass an object via event to different viewmodel in MVVM even if no view is rendered yet

I am working on WPF application using MVVM and PRISM and stuck in one issue. I have two different views(View1 and View2) with their respective view-models. View1 is main View having a list of ...
0
votes
0answers
52 views

How to change theme of prism application when contains different Module in shell window?

I have one shell window into which i have loaded different modules. now i want to change theme of my applicatio e.g from red to purple for all modules how can i do so? ContactManagerPrism contains ...
0
votes
1answer
85 views

Resolving ViewModel using Mef

I am trying to test a wpf application that is developed in MVM pattern. So it includes the IregionManager, event aggregator etc. I have created a new project, and here I want to create an object of ...
0
votes
3answers
180 views

Ordering an observable collection with Reactiveui

I am having some difficulty with ordering an observable collection in my ViewModel. Here is my situation: In my view model, I have the following list: public List<TicketModel> Tickets ...
1
vote
3answers
125 views

Prism-WPF equivalent to Silverlight's: CompositionInitializer class and SatisfyImports()

i'm using Prism-MEF-WPF and Sometimes i need view model gets constructed from the XAML of the view, so the container is not involved and can’t do the dependency injection automatically (as there is ...
0
votes
1answer
179 views

Business Logic placement in WPF application

This might be a long list of questions but please bear with me. I started building LOB applications with WPF, PRISM, CODE FIRST and SQL CE, and after my first application (or attempt) I have many ...
0
votes
1answer
238 views

ContextMenu command binding

I have inherited a WPF application developed against an older version of Prism (Composite Application Guidance 1.0). The general pattern in this app is to use ...
0
votes
1answer
135 views

ipaddress:port vs localhost:port when hosting silverlight Prism with WCF on IIS 7

This is probably very simple but bear with me. When I deploy my Silverlight 5 application with WCF to IIS, using a simple copy and paste technique I can browse the web site flawlessly, but when I try ...
0
votes
1answer
51 views

ContentControl with Silverlight and Prism

I have a problem with a ContentControl in Silverlight. The ContentControl displays its region only the first time I access to the view. The others times, it displays anything unless I refresh the ...
0
votes
2answers
101 views

Using Rx with, or alongside, Prism's EventAggregator - suggested approaches?

It strikes me that there is both some overlap and conflict between Prism's EventAggregator and Rx Framework, in that both are about subscribing to event streams. Rx obviously provides much more fine ...
0
votes
0answers
39 views

Prism with wp7 and wpf

I have a class in my C# class library. I want to add it as a link to my wp7 class library. The only issue is that a wp7 doesn't have the List.RemoveAll(condition) extension method, so I have to use ...
0
votes
0answers
31 views

recompile of Prism framework throws reference error

I had made some really cool changes to the Prism framework which work great on my own machine. I copied over the prism source to my work laptop and recompiled it there. I am using Prism 4.0. When I ...
1
vote
0answers
57 views

WPF PRISM Module and AutoMapper

Could I call the Mapper.CreateMap in each Initialize method of the prism modules to configure the map for objects in different modules? I prefer this method so the module and mappings can be developed ...
0
votes
0answers
64 views

Prism: One View with multiple View Models

I use prism with MEF and i have data comming from different modules can be displayed in a typical view because it is only list of items with search box to find certain item, so i need to have one view ...
0
votes
0answers
149 views

Prism-MEF: How to export view to certain tab in a tabcontrol using ViewExport

I don't know if this is possible or not: i have a Navigation Region that is populated with View_A (via ViewExport) @ program Start up from which i can select an item so its details will be displayed ...
0
votes
1answer
66 views

Access the view from viewmodel using MEFedMVVM concepts?

In MEFedMVVM viewmodels are instantiated using ViewModelLocator. MEFedMVVM is really powerful, since you can have an arbitrary constructor for your viewmodels: [ExportViewModel("MyViewModel")] public ...
0
votes
0answers
55 views

How can I authenticate modules, only allowing 'approved' modules to be used?

I have a WPF application, using Prism to allow for modules to be used. I search a directory for all modules and load any modules in that directory. I want to provide a way for users to add modules ...
0
votes
1answer
133 views

How to get DirectoryModuleCatalog to work?

I am using Prism 4 and MEF for a WPF project. I have some DLL that needs to be loaded from a directory. These DLL implements IModule through IGame and are properly formed (or at least I think so) : ...
0
votes
1answer
54 views

KeyNotFoundException when adding view to region

Using MEF and Prism. I have a pane marked with a region name: <telerik:RadPaneGroup prism:RegionManager.RegionName="MyModuleRegion" /> Due to the nature of the software, this pane is not ...
0
votes
1answer
51 views

RegisterMapping complains about “More than one export was found”?

I'm using Prism v4 and MEF together with Telerik RadDocking. In order to use Prism and MEF together with these docking panes, a custom adapter is needed. I have a working adapter which is exported as ...
0
votes
1answer
168 views

Disable rows in WPF datagrid

I have an observablecollection bound to a datagrid. This collection is populated from a search result. I can also add items to the datagrid. I want to disable rows, that were part of the original ...
1
vote
3answers
519 views

How to add tab items programmatically to tab control in prism

I'm using Prism with MEF and i want to dynamically add tab items to tab control w/o violating Prism - MVVM - MEF rules. can somebody show me in simple steps/example how to do this
0
votes
1answer
95 views

Visifire chart callback

I was wondering if there was a way to get a callback on when a visifire chart is done rendering. I've been trying to create a chart and save it the image. This works with a button press, but does ...
0
votes
2answers
54 views

Detecting a panel load on Prism

I can't seem to find a way to detect when a panel finishes loading. I'm adding a couple features to an already existing WPF/Prism project. I need to get called back when the page finishes rendering. ...
0
votes
1answer
77 views

Prism AnimatedTabControl customization

I have a user interface like Prism StockTrader RI application with some changes whrere i put control panel in ResearchRegion contains list of items when i select one item its details are ...
0
votes
1answer
77 views

Prism, know when a WPF page is loaded

I'm trying to change a couple things on an already existing .NET application that uses Prism 4.0 for its view management. I don't know much about .NET, WPF, Prism, so sorry if this question is noob. ...
0
votes
0answers
78 views

Move data from DAL to other modules using Entity Framework

I have project based on Prism, it contains 3 modules : DataAccessLayer (DAL), DataPresenterModule, CommonModule. My DAL contains EntityFrameWork 4.1 item and I have some issue: I want move anonymous ...
0
votes
0answers
131 views

How to use Wcf service in PRISM application with Injection

I am working on a WPF application that uses PRISM and for data it uses a Wcf service. I followed the example provided here below and works perfect. ...
0
votes
1answer
37 views

PRISM 4 WPF LoggedIn user

I am trying to create an application following, modular architecture, using Prism 4 & UnityContainer for DI. I am wondering how you would pass the currently logged in user around the system? I ...
0
votes
0answers
29 views

KeyNotFound exception using prism regions when setMaxHeight for Window

I am using Prism regions in one of my WPF applications. As soon as i set the maximum height of the window in its constructor as shown here this.MaxHeight = ...
0
votes
0answers
193 views

caliburn.micro or prism , which one should I use? [closed]

I am working with cross platform project, where Silverlight and WPF compatible codes are required. Currently I am using MVVM pattern and I am thinking of implementing any MVVM based ...
0
votes
0answers
58 views

prism unity child window wpf

I'm trying to show a child window in a wpf application using prism with a UnityContainer for Di. I've implemented a notification and confirmation project I found on web. My problem is I have a client ...
0
votes
1answer
109 views

Custom PRISM ribbon region adaptor with navigation support

I am using a region adapter for the ribbon control which i have found in this article Creating View-Switching Application with PRISM 4. All my ribbon tabs are defined in separate modules with a ...
0
votes
1answer
120 views

Unable to resolve memory leaks with ANTS RedGate Memory Profiler

we are developing a WPF application using Prism 4 and are experiencing serious memory leaks because of resources not being released. We are using ANTS Memory Profiler to detect which classes are ...
-1
votes
2answers
130 views

Load a Module on demand from multiple points

I'm implementing a Unity PRISM module on demand using IModuleManager. Suppose there are multiple points where functionality from the module is required. Am I right to call ...
0
votes
0answers
15 views

how to get target and method in delegate?

In the Prism framework, I am trying to make a small change to log events as they are published. I need to gain access to the target/method properties so i can simply log as a string value, what ...
0
votes
0answers
102 views

Scoped regions with child unity containers

I am using Prism for WPF with Unity - our application creates multiple child views (when a user "opens" an item) which in turn contain other regions whose views are created using view discovery, i.e. ...
0
votes
0answers
137 views

Explanation needed of Prism MefBootstrapper ModuleCatalog and AggregateCatalog

I am using Silverlight, Prism and MEF (with prism extensions). I have an XAP MyApp with the App.xaml/.cs, Bootstrapper.cs, and MainPage.xaml/.cs. The Bootstrapper derives from MefBootstrapper in ...
2
votes
1answer
145 views

How display multiple instances of a view using Prism and Unity

I'm working on a .Net application using WPF, Unity and Prism 4. The application will consist of a shell with multiple views on tab pages. The application relies heavily on a module named ...
0
votes
0answers
37 views

Localization eventaggregator refresh view on languagechange

I have a WPF Prism-Application with 3 Modules. In one Module are about 10 views visible at the same Time. I've Connected all Views to the event i throw when the Language is changed via the ...

1 2 3 4 5 33