New Post: Passing data from view to view model (TabControl within a Prism...
It works! Thank you aadami.
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
Hi Thankyou for those that have kept this discussion going, and for the responses from the P&P team.I'd like to provide some input here too. For the last 2-3 years my team has been developing a...
View ArticleNew Post: Switch between Views in different Modules using Prism and Unity
Hi Damian,That definitely did the trick! Thanks for this clear explanation.I have bought the book, but I guess I need to shuffle the chapters a bit ;-)
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
<offtopic> My post seems to be little bit off topic, but the person who is responsible for the Silverlight bashing is leaving Microsoft: Steven Sinofsky, President of the Windows Division Maybe...
View ArticleNew Post: SL5 Navigation in Prism: Content for the URI cannot be loaded
Hi Damian,Thanks for the example. I was able to use it and converted to use Unity container. Manually set RegionManager was required to make my child window work, even you didn't need it in your...
View ArticleNew Post: SL5 Navigation in Prism: Content for the URI cannot be loaded
Hi Julie,In my opinion, the registration of the ChildWindow type should not be in the constructor of that same type. Based on my understanding, by doing this theChildWindow type would be registered...
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
pmont wrote:If you are going to target win 8 lob with this release, it would be nice to get some guidance on not just building an app, but best practices on lifecycle, contracts and how to work with...
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
judgy wrote:But WinRT doesn’t support behaviors and also the binding functionality has been reduced. Bing maps for example have no really bindings anymore.Do you think it is possible to develop high...
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
taspeotis wrote:Hi all,I've got my eye on Prism/WPF because the company I'm at is currently evaluating frameworks to replace or augment our C++/MFC-based one.One criteria for evaluating frameworks is...
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
Hi Brian,Thanks for your reply.I feel that Prism is a capable framework right now.My post wasn't so much about things I want to see in Prism so much as it was about making sure that there is an intent...
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
taspeotis wrote:Going with the "is WPF dead" theme at the start of this thread, I'd like to use Prism/WPF in a commercial application I maintain but not if WPF is on the wag out. I'm using Prism as an...
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
Brian, Thank you for responding on this thread. It is nice to see your activity here. I followed your blog for years.If you were going to build an app that YOU had to live with for 10+ years, what...
View ArticleNew Post: IsnavigationTarget returns True but does not activate Tab Item
Hi, Problem: I open a new tab on some button click. It opens first time. but if I click that button again, I expect already open tab to be activated. but it doesn't happen.publicbool...
View ArticleNew Post: IsnavigationTarget returns True but does not activate Tab Item
Hi,So far, with the information provided, we are unable to find the reason behind the behavior you are describing.It could be useful if you could provide us with more information about your scenario,...
View ArticleNew Post: IsnavigationTarget returns True but does not activate Tab Item
Sure Damian,This was working before. and I'm not sure what I changed. but anyway, here's little more detail. we are constructing Tab items using view injection. inside every tab item, there're multiple...
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
Hi Pmont, A lot of comment on there!As far as building an app that you expect to live for 5, 10, 20 years... depends on what you mean by "live". Seems like many people discussing this in the context of...
View ArticleNew Post: IsnavigationTarget returns True but does not activate Tab Item
Hi Kavya,As as starting point, I believe you could subscribe to the NavigationFailedevent in the corresponding NavigationService instance of that region, too see if an exception is being thrown while...
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
>> So the Kona project that is focused on LOB guidance ?Can you point me to a link?Thanks for the reply to a long dissertation. I tend to pontificate a bit. <grin>Pmont
View ArticleNew Post: Reference to System.Windows.dll missing while porting the...
Hi,I am stuck with a simple Problem. I want to "port" the BasicMVVMQuickStart from Silverlight to WPF. I've Setup a new Project, imported files and references but can't get over a build error that...
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
Thank you very much, Brian.These are the honest words I've heard from an employee of Microsoft in the last couple of months. Yes, we all hope that the WinDiv Team will open there closed doors again and...
View Article