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

New Post: Bootstrapper causes other UI frozen

Thanks Damian very much. That's a nice approach, it's working for me!

View Article


New Post: Convert wpf application to DLL

Hi all, I have a wpf windows application with PRISM framework. I need to convert this application in to dll for using in some other application. Following is the project structure (modules)Customer...

View Article


New Post: Convert wpf application to DLL

Hi Nidheesh, I did a quick test using the Hello World QuickStart and it seems it's possible to start a Prism application from another WPF application. Perhaps the problem is that your Prism application...

View Article

Commented Unassigned: How to share code in Prism for WPF and Silverlight?...

Hello there, I am facing an issue regarding code sharing in my Project where it follows Prism Pattern,I have Linked one Silverlight and WPF modules, Where in the WPF Part I have some WPF Specific...

View Article

New Post: PRISM + SILVERLIGHT 5 ChildPopUp Window

Hi, Does anybody know how to apply style to the "Confirm/OK" and "Cancel" buttons of the <prism:PopupChildWindowAction>? I need to make the buttons larger since the text appears truncated. Any...

View Article


New Post: PRISM + SILVERLIGHT 5 ChildPopUp Window

Hi, Based on my understanding, you can only apply style to the content of the Child Popup Window that Silverlight provides, not the buttons. Nevertheless, you can create your own type of Child Popup...

View Article

Commented Issue: DelayedRegionCreationBehavior garbage collected in...

In regions whose target element inherits from FrameworkElement, a reference of the DelayedRegionCreationBehavior is kept in the control, since there is an event subscription to the Loaded event in the...

View Article

New Post: How to instantiate a new view/view-model each time it is navigated to?

I'm using Prism 4 navigation, and Castle Windsor. I'm a bit unclear on view lifetime, and how to instantiate a new view each time I navigate to it. I've implemented the following:-Register the...

View Article


New Post: How to instantiate a new view/view-model each time it is navigated to?

For info, I've sorted the problem with the events by unsubscribing in the views' OnNavigatedFrom() method. However it makes me uneasy to think that these views aren't being destroyed for whatever...

View Article


New Post: How to instantiate a new view/view-model each time it is navigated to?

Hi, Based on my understanding, the approach you took to solve the problem is the correct one. You need to unsubscribe when you navigate since the KeepAlive = false will only mark your ViewModel for...

View Article

New Post: How to instantiate a new view/view-model each time it is navigated to?

Hi Federico, thanks for your reply. As the views/view-models are transient, and instantiated by Castle Windsor, I guess I just have to trust Windsor to release them! I don't know if it's possible to...

View Article

New Post: ServiceLocator in Unit Tests

The ServiceLocator has been used within a class to create a service, as this service has not been passed through in the constructor. The ServiceLocator is just used statically to create this service...

View Article

Created Unassigned: Layout issues in wpf prism application where it has...

Hi,We are developing a wpf prism application where we have docking featuress, where telerik grids are used,where we have filtering ,expand ,collapse (wherein grid should occupy the freespace once user...

View Article


New Post: Layout issues in wpf prism application where it has...

Hi, We are developing a wpf prism application where we have docking featuress, where telerik grids are used,where we have filtering ,expand ,collapse (wherein grid should occupy the freespace once user...

View Article

New Post: Layout issues in wpf prism application where it has...

Hi, I believe your problem is more related to WPF and the Telerik controls instead of Prism. For that reason, I think that you would be able to find better support on the design of your layout in the...

View Article


New Post: ServiceLocator in Unit Tests

Hi, Based on my understanding, the ServiceLocator was designed so that it could be used in tests. Basically, when you a request an instance to the ServiceLocator, it will delegate the request to its...

View Article

New Post: How to instantiate a new view/view-model each time it is navigated to?

Hi, As you correctly pointed out, Castle Windsor discourages to implement IDisposable because the release policy can opt out of tracking components and therefore lose the ability to perform the proper...

View Article


New Post: How to instantiate a new view/view-model each time it is navigated to?

My understanding of Windsor is that you must release what you explicitly resolve, but you don't have to worry about releasing (say) a transient that was instantiated during dependency injection, for...

View Article

New Post: How to instantiate a new view/view-model each time it is navigated to?

Hi, As you correctly pointed out, in Castle Windsor you only have to worry about releasing what you explicitly resolved. This means that you can be sure that, if you do this and you don't have any...

View Article

Closed Unassigned: Layout issues in wpf prism application where it has...

Hi,We are developing a wpf prism application where we have docking featuress, where telerik grids are used,where we have filtering ,expand ,collapse (wherein grid should occupy the freespace once user...

View Article
Browsing all 1878 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>