Just wondering what the opposing framework in Java would be for creating modular GUI applications, with things like event aggregation, etc.
I\'m using Silverlight 3 Prism (CAB) with WCF When I call a WCF service in a Prism module, I get the same error:
Overview I am using CompositeWPF to create an app using C#.This really should make a difference to the answer as my problem would exist outside of Prism.
I\'m trying to get up to speed with PRISM and how it works with Silverlight/WPF.Is it possible to using DelegateCommands to open a new popup (Silverlight Window).If so, how would I go about doing some
In my composite WPF ap开发者_Python百科plication I am injecting some buttons into the shell\'s toolbar from a module. These buttons are injected using the region manager in the module\'s IModule Initi
I\'m trying to bind a button command to take the text of a textbox as a parameter when the button is clicked.My Xaml looks like this:
I am working on a PRISM / CAL solution, but the problem may be WPF specific: If I create one instance of an control (e.开发者_运维问答g. TextBlock) and add it as child to a StackPanel, there is no wa
In my application I only need one view visible at a time which is why I am using a ContentControl in my shell. The issue is that if I have one view visible (lets say View1) and I activate View2, every