New Post: Navigation to Dynamic Modules
Hello DRAirey1, Based on my understanding, Prism's RequestNavigate() method would not register or load type names. It actually works with View key names which would be registered before in the...
View ArticleNew Post: UI Validation for multiple views in a region does not work
Apologies for this late reply. I have tried your suggestion earlier but here each time I navigate, I get the adorners. On the first time navigate without initiating any data capture, I should not...
View ArticleReviewed: Prism 4 - November 2010 (Apr 01, 2014)
Rated 5 Stars (out of 5) - Excellent feature
View ArticleReleased: Prism 4 Documentation (Nov 12, 2010)
This release contains the Prism 4 documentation in Help 1.0 (CHM) format and PDF format. The documentation is also included with the full download of the guidance.Note: If you cannot view the content...
View ArticleUpdated Release: Prism 4 Documentation (Nov 12, 2010)
This release contains the Prism 4 documentation in Help 1.0 (CHM) format and PDF format. The documentation is also included with the full download of the guidance.Note: If you cannot view the content...
View ArticleNew Post: Prism 4.2 - WPF popup window customization
I am just wondering whether it is possible to customize more a Popup window (PopupWindowAction) beyond setting the IsModal and CenterOverAssociatedObject properties of it. For example:It would be great...
View ArticleNew Post: WPF Ribbon control and commands to bind to the ribbon buttons...
Sounds a bit complicated than the UI ribbon control.
View ArticleNew Post: Docking Extension for Prism
Yes, of course it uses AvalonDock (https://avalondock.codeplex.com/) - to which I have no affiliation. I just wrote a Region/Adapter/Behaviour for use with their excellent control
View ArticleNew Post: Prism 4.2 - WPF popup window customization
Hi, You would be able to extend the Customizable Window Properties by modifying the Interactivity project from the Prism Library. Both properties you mentioned may be configured from the corresponding...
View ArticleNew Post: UI Validation for multiple views in a region does not work
Hi Jeevan, Based on my understanding you have successfully got the adorners every time you navigate to a View. Therefore, adding a boolean parameter for the Save action should not affect the validation...
View ArticleReviewed: Prism 4 - November 2010 (4 05, 2014)
Rated 5 Stars (out of 5) - Please release nuget.org.
View ArticleReviewed: Prism 4.2 for .NET 4.5 (4 05, 2014)
Rated 5 Stars (out of 5) - It's very good work. I try BasicMVVMQuickstart_Desktop quickstart. but I don't found MainWindowViewModel and QuestionaireViewDesignViewModel classes. -- @blainew thenk you...
View ArticleReviewed: Prism 4.2 for .NET 4.5 (4 05, 2014)
Rated 5 Stars (out of 5) - It's very good work. I try BasicMVVMQuickstart_Desktop quickstart. but I don't found MainWindowViewModel and QuestionaireViewDesignViewModel classes. -- @blainew thank you...
View ArticleNew Post: Prism+MEF: using TreeView through Prism & MEF Framework
Hi; I've been looking around forums but haven't found any satisfying help about using Treeview control within context of MVVM + Prism + MEF. The most close thing was Josh Smith Article where he...
View ArticleNew Post: Navigation to Dynamic Modules
Gabriel, A URI is a "UNIVERSAL" resource identifier, meaning it contains all the information needed to locate a resource in your application. In the .NET world, that includes the assembly in which a...
View ArticleNew Post: OMG - Where is the Journal Back Stack?
I'm coming down the home stretch of converting my substantial WPF application into Prism and I've just hit a major wall. Where is the access to the navigation stack? WPF and Silverlight have a concept...
View ArticleNew Post: Determining the Uri for NavigationJournal.GoBack()
Damian, Thank you as well. I was really starting to doubt how well my investment in Prism was when I wasn't able to access the Back Stack. This is a pretty basic operation and I was just dumbfounded...
View ArticleNew Post: OMG - Where is the Journal Back Stack?
OK. Since they don't allow these posts to be deleted, I'll answer my own question. I'm not sure why they left the 'RemoveBackEntry' feature out of the default library, but they have made it rather...
View ArticleNew Post: OMG - Where is the Journal Back Stack?
Hi Don, Thank you for replying the solution you could accomplish. Instead of removing your initial question, it is much better to reply and post your solution because your work would be helpful for...
View Article