Quantcast
Channel: patterns & practices: Prism
Browsing all 1878 articles
Browse latest View live
↧

New Post: How to unittest the UnityBootstrapper ?

Hello Gabriel, thank you very much for your hints. I think they will help me to proceed to unit test my BootStrapper. Regards Rainer

View Article


New Post: Prism 4.2 and passing parameter objects and navigationcontentloader

Word of warning up front. I haven't actually ran the 4.2 build I was just looking at the code to see how passing the parameter objects would work. So maybe I'm wrong on my assumptions of what the code...

View Article


New Post: Scoped Regions in TabControls

Is there any chance of actually implementing this to be a part of Prism 4.2?

View Article

New Post: Conditional View Model

I have a module that is a user control of a data grid. I want this data grid to be able to take any view model that implements IFreq_BO. The grid will then display the right columns depending on what...

View Article

Updated Release: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)

This is the first drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.New in this release:Removed the bulk of code from Prism.Events and added...

View Article


Updated Release: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)

This is the first drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.New in this release:Removed the bulk of code from Prism.Events and added...

View Article

Released: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)

This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues. New in this release:Removed the bulk of code from Prism.Events and added...

View Article

Updated Release: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)

This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.New in this release:Removed the bulk of code from Prism.Events and added...

View Article


New Post: Conditional View Model

You would have to have your menu options instantiate the correct IFrequency_BO object they want to pass in. Then follow this posthttp://stackoverflow.com/a/20170410/1798889 Which allows you to send in...

View Article


New Post: Conditional View Model

If I understood correctly, you would like to create a particular instance of FrequencyEditVM and display it with the corresponding ViewModelBase that depends on selecting any menu option. One possible...

View Article

New Post: Conditional View Model

Ah, that makes perfect sense. Thank you so much! For some reason, when I am learning new frameworks, simple things seem convoluted while in the learning process. Thanks to both of you!

View Article

New Post: Getting container in View Model

I have a view that defines a view model in xaml:<UserControl.DataContext> <VM:MainMenuViewModel /> </UserControl.DataContext>ext> Then my VM: public class MainMenuViewModel {...

View Article

New Post: Prism 4.2 and passing parameter objects and navigationcontentloader

We are looking into this issue and ways to ensure that we do not break your app. Our next drop should address this issue. The next drop will come in 2 or less weeks. Thanks for the feedback.

View Article


Updated Release: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)

This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.New in this release:Removed the bulk of code from Prism.Events and added...

View Article

Released: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)

This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues. New in Jan 27th drop:Completed Items 8, 9, and 10 below. Removed...

View Article


Updated Release: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)

This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.New in Jan 27th drop: Completed Items 8, 9, and 10 below.Removed...

View Article

New Post: Getting container in View Model

Hello Mathius, You may find this similar question already answered in the following Stack Overflow post:Accessing unity container in view model class You would properly get the container from the...

View Article


New Post: Getting container in View Model

I guess I am confused. If I am creating my view model in xaml, how would I properly "instantiate" this view model using the container if I can't get access to the container? I just can't see how the...

View Article

New Post: Getting container in View Model

I am using the Common Service Locator library, which allows you to use a static singleton class to access your global container. Works really well. Thanks!

View Article

New Post: Blendability when using Regions

A UserControl may have a d:DataContext="{d:DesignInstance... combinations which of course works great when designing the UserControl. However, when another View is composed by RequestNavigate(string...

View Article
Browsing all 1878 articles
Browse latest View live