New Post: Modules not working if application compiled in Release mode
Hi, As far as I know, there are no previous reports from users about not being able to run the application from the Release folder. As a quick test, I tried this with the Modularity QuickStart, which...
View ArticleNew Post: How do you display MessageBox from Business Logic without breaking...
Hello, My team are currently working on a project which exposes us to Prism for the first time. In our Business Logic Layer (the model), we have a need to display Confirmation and Warning message boxes...
View ArticleReviewed: Prism 4 - November 2010 (三月 20, 2013)
Rated 5 Stars (out of 5) - Like it. Thank You
View ArticleNew Post: How do you display MessageBox from Business Logic without breaking...
Hi, Based on my understanding of your application, a correct way to display message boxes from your Model could be:Create an event in your Model to alert the ViewModel when a situation that requires...
View ArticleCommented Issue: SMFv2.7 Player not playing with Prism [9967]
Hi, I have created a module with SMF player v2.7 as view and used with prism to show in a region. When I build the solution, the player is loading but it is not playing anything in there. Code for the...
View ArticleNew Post: Modules not working if application compiled in Release mode
Hi Damian, thank you for your reply. I do not receive any excpetion in all the process of navigaion toward the view and both inserting try-catch in nitialization logic (Initialize method) and using...
View ArticleNew Post: SelectorItemsSourceSyncBehavior vs. ItemsSource
A question on the implementation of SelectorItemsSourceSyncBehavior:Why is the collection Selector.Items "manually" kept in sync with the observable collection this.Region.Views? Why isn't the...
View ArticleNew Post: How to get reference of the domain type from other Module...
I am doing a design using PRISM framework and Domain-Driven design pattern. I have a question regarding the domain type reference between different Modules. I have a Module (Assembly) called Order,...
View ArticleCommented Issue: SMFv2.7 Player not playing with Prism [9967]
Hi, I have created a module with SMF player v2.7 as view and used with prism to show in a region. When I build the solution, the player is loading but it is not playing anything in there. Code for the...
View ArticleNew Post: How to get reference of the domain type from other Module...
Could you elaborate on why you don't think these are good solutions? The problem you describe is independent from Prism. You will have to reference another .NET assembly to use a type in a, dependent,...
View ArticleNew Post: How to get reference of the domain type from other Module...
Hi, Based on my understanding, and taking into account the context of your scenario, the best option for this case would be to define those domain types in a Shared Assembly (Option 1), so they can be...
View ArticleCommented Issue: SMFv2.7 Player not playing with Prism [9967]
Hi, I have created a module with SMF player v2.7 as view and used with prism to show in a region. When I build the solution, the player is loading but it is not playing anything in there. Code for the...
View ArticleNew Post: Modules not working if application compiled in Release mode
Hi Massimo, Based on your findings, I believe we could say that your application is correctly loading and initializing the modules and this problem might not be related with them. The next "suspect" we...
View ArticleNew Post: SelectorItemsSourceSyncBehavior vs. ItemsSource
Hi Jan, As far as I know, the Prism library was designed so that significant components of it could be extended or replaced to fit the functionality required in your application. Taking this into...
View ArticleNew Post: How to get reference of the domain type from other Module...
Thanks Janverley and Fmartinez's reply. Probably I will take the option 1, and use option 2 to share the services between Modules. Kevin
View ArticleNew Post: SelectorItemsSourceSyncBehavior vs. ItemsSource
Thanks for the reply and pointing me to the active view! As far as I can see, the synchronization of the SelectedItem and active view is handled separately from the synchronization of the actual Items...
View ArticleCommented Issue: SMFv2.7 Player not playing with Prism [9967]
Hi, I have created a module with SMF player v2.7 as view and used with prism to show in a region. When I build the solution, the player is loading but it is not playing anything in there. Code for the...
View ArticleCommented Issue: SMFv2.7 Player not playing with Prism [9967]
Hi, I have created a module with SMF player v2.7 as view and used with prism to show in a region. When I build the solution, the player is loading but it is not playing anything in there. Code for the...
View ArticleNew Post: Prism 4.5
Waiting for the new version as well. and expect it can run in windows 7.
View Article