New Post: Prism-MVVM-EF: Master-Details Relationship using Navigation Property
Hi,As far as I know there are no examples or guidance of how to connect or update a back-end database in the __Prism__, I believe this is mainly because this guidance is focused on the presentation...
View ArticleNew Post: Stocktrader that builds with Prism v4 using Unity?
Hi, As far as I know the version of the Stocktrader RI provided since Prism v4 was built using MEF as the container. But you may find that previous versions of this Reference Implementation, were built...
View ArticleNew Post: TargetInvocationException in "protected virtual void...
Dear All, It happens after I upgrade my SL4 application to SL5 and uses the PRISM 4.1. I have grid dsplays data, when any record is selected I navigate into another view where I assign a properity...
View ArticleNew Post: Prism-MVVM-EF: Master-Details Relationship using Navigation Property
Hi Adami' Thanks for trying to help. I found a solution to implement master details hierarchy in the View Model part but i want your help to make it work and make it conform with Prism-MEF (this...
View ArticleNew Post: TargetInvocationException in "protected virtual void...
Hi Waleed, As far as I know the NotificationObject class which implements the RaisePropertyChanged method class has not changed in this version of Prism (4.1), hence this should no be related to the...
View ArticleNew Post: TargetInvocationException in "protected virtual void...
Dear Adami, I believe you are correct ... it happens with "Arabic" .... is there any fix for that .... or should I revert back to SL4? Best regards Waleed
View ArticleNew Post: MVVM Modules?
Hi All, I'm still learning wpf - so its very possible I have been searching for the wrong terms, hence I've not found what I'm looking for! I've written a small app - a host with a list down the left...
View ArticleNew Post: TargetInvocationException in "protected virtual void...
Hi, So far I couldn't find any workaround regarding this error, based on the reported bug mentioned in that thread, it seems that currently there is no direct solution, as no work around for this...
View ArticleNew Post: InteractionRequest
Hi List, in my ShellView and ShellViewModel i would like to define a InteractrionRequest toehter with the according Xaml. Reason: no code dublication for every popup in my Application. The neeed...
View ArticleNew Post: MVVM Modules?
Hi Scott, It's possible to implement a implement a module fully using the MVVM pattern, this can be seen in many of the Quickstarts or even in the StockTrader Reference Implementation which are...
View ArticleNew Post: InteractionRequest
Hi, I believe you could benefit from the IInteractionRequest interface and the InteractionRequest<T> class provided by __Prism__. As this will let you preserve a clean separation between the view...
View ArticleNew Post: Prism-MEF-MVVM: Implementing Masrer Details relationship
I'm developing LOB application with Model layer/module and Service Layer/Module then several modules each cover part of the functionality. Here is analogy for part of my Model classes public class...
View ArticleNew Post: MVVM Modules?
Hi Agustin, thanks very much for the links, i did fi ally get it so that when i passed the viewmoldel object it correctly shows my view, by registering the resource dictionary with an export and in the...
View ArticleNew Post: InteractionRequest
Hi Augustin, and thanks a lot. What i'm looking for is a 'SharedService' or stuff like this to make ShellView-ShellViewModel handle all the stuff of Confirmation/Notification for my Application. Let's...
View ArticleNew Post: Prism for WP8?
Is there any version of Prism for WP8? I wondering if this version will work with WP8 http://compositewpf.codeplex.com/releases/view/75760 ?
View ArticleCreated Issue: A bug when using XAML module catalog in WPF [9906]
When I write __... Ref="file://MyFile.dll" ....__ in my XAML module catalog, the __MefFileModuleTypeLoader__ returns __"yFile.dll"__ instead of...
View ArticlePatch Uploaded: #13829
Hamson has uploaded a patch.Description:Fixed a bug when using XAML module catalog in WPFIn project Prism.MefExtensions.Desktop , file Modularity\MefFileModuleTypeLoader.Desktop.cs Line 105In project...
View ArticleNew Post: WPF wizard Page in PRISM Desktop application
I am using Unity with Prism 4.1 and working on to create wizard page for add an employee to the database. The new employee form has 2 Views. 1st view (NewEmployeePage1) gathers name and address and...
View ArticleNew Post: InteractionRequest
Hi, i got it to work. I make use of EventAggregator and fire an Event with (View,ViewModel,Action), the ShellViewModel catches this Events and show's the View's using InteractionTequest. Thanks Peter
View ArticleNew Post: Prism-MEF: how to navigate to view in different module using UriQuey
if i have this module structure:ModuleA *View/View_A *Controller/ControllerA ModuleB *View/View_B *ViewModel/ViewModel_B (view model for View_B) *Controller/Controller_B 1-how could ControllerA use...
View Article