New Post: Prism EventAggregator Callback to the publisher
Is it possible to have a call back to the publisher using PrismEventAggregator. Here is the example scenario:•MainPage •LeftControl •RightControl The LeftControl publishes an Event and RightControl...
View ArticleNew Post: Microsoft Unity 2.1 for Silverlight 5 ?
Hi Damian, thank you for your answer. I've recompiled the ServiceLocator, Unity, Prism and the EntLib Integration Pack for Silverlight after changing the target to mscorlib.dll 4.0. Everything seems to...
View ArticleNew Post: Prism EventAggregator Callback to the publisher
Hi, Based on my understanding of your question, I believe there are two possible approaches for your scenario: 1) Create a new CompositePresentationEvent and subscribe your LeftControl to it to handle...
View ArticleCommented Issue: Error while starting the application [9933]
I have developed an application using PRISM.When I run the application it crashes without any message.Loking in the Windows log I found the following entries.Does anyone have an idea of the possible...
View ArticleCommented Issue: Error while starting the application [9933]
I have developed an application using PRISM.When I run the application it crashes without any message.Loking in the Windows log I found the following entries.Does anyone have an idea of the possible...
View ArticleCreated Issue: Prism cannot be registered for Visual Studio 2012 [9943]
The __RegisterPrismBinaries.bat__ file used to register __Prism 4.1's__ assemblies in __Visual Studio__ requires to use the __vsvars32.bat__ tool to set up the corresponding build environment. However,...
View ArticleNew Post: RadTabControl + MEF + PRISM: Loading View with region to...
Hi! We are developing a Dashboard application that has Telerik's RadTabControl and RadTabItems are created based on views in MEF modules (we are using MEF bootstrapper). Creating these tabitems works...
View ArticleNew Post: RadTabControl + MEF + PRISM: Loading View with region to...
Hi, As far as I know, Prism does not provide any mechanism to access scoped region managers as out of the box. But as a possible approach I could believe you could use my RegionManagerAwareBehavior ,...
View ArticleClosed Issue: Error while starting the application [9933]
I have developed an application using PRISM.When I run the application it crashes without any message.Loking in the Windows log I found the following entries.Does anyone have an idea of the possible...
View ArticleNew Post: RadTabControl + MEF + PRISM: Loading View with region to...
Hi! Thanks for the reply, I think it will be helpful but now that I added these files: IRegionManagerAware.cs, RegionManagerAwareBehavior.cs and RegionManagerObservableObject.cs to my project I'm...
View ArticleNew Post: RadTabControl + MEF + PRISM: Loading View with region to...
Hi, I'm now trying to use your RegionManagerAwareBehavior and I get following exception in bootstrapper.Run():An exception occurred while trying to create region objects. - The most likely causing...
View ArticleNew Post: RadTabControl + MEF + PRISM: Loading View with region to...
Hi, Sorry for the "spam" but it seems to work now! I was not adding RegionManagerAwareBehavior to my catalog and it caused to exception: this.AggregateCatalog.Catalogs.Add(new...
View ArticleNew Post: RadTabControl + MEF + PRISM: Loading View with region to...
Hi Kalle, I am glad you find this useful and that you could find the cause behind those problems. Also, thanks for sharing this with the rest of the community as it might be helpful for other users...
View ArticleCreated Issue: Bug with...
Hi Team,I found a bug (or may be something i am not aware) in Microsoft.Practices.Prism.Interactivity.dll. When you add this dll to your project, it disable intellesense in your xaml. so if you write...
View ArticleNew Post: Notify ViewModel when TabControl selection changes (get viewmodel...
Hi! Note: I've posted this thread also to Telerik's WPF forum but I thought that I'd would be appropriate to also post it here since I think I can get good support from you guys, hope you don't mind :)...
View ArticleNew Post: Notify ViewModel when TabControl selection changes (get viewmodel...
Hi Kalle, As a possible approach, I believe you could take advantage of the region in the RadTabControl to react when the selected tab changes. The Region class has an ActiveViews collection containing...
View ArticleNew Post: Notify ViewModel when TabControl selection changes (get viewmodel...
Hi Damian, I'm not sure if I can use this in my case or maybe I didn't understand it completely but I try to describe my problem better (let me know if your suggestion should do the trick): The TabItem...
View ArticleNew Post: Notify ViewModel when TabControl selection changes (get viewmodel...
Hi! It seems I was able to get it working after all using this IsSelected property binding approach :) I created a property IsTabSelected to DashboardTabViewModel and bind that to TabItem's IsSelected...
View ArticleCommented Issue: InitializeMode Is Unrecognized [3966]
When I change startupLoaded="false" to InitializeMode="OnDemand" in the config file I receive the following error: Unrecognized attribute 'InitializeMode'. Note that attribute names are case-sensitive....
View ArticleCreated Issue: Unrecognized attribute 'initializeMode'. Note that attribute...
Hi, <?xml version="1.0" encoding="utf-8" ?><configuration><configSections><section name="modules" type="Microsoft.Practices.Prism.Modularity.ModulesConfigurationSection,...
View Article