Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
961 views

Prevent WPF Frame from storing history in the stack

This seems like it would be an easy solution, but I'm wasting too much time trying to figure this out. Perhaps I am designing my application incorrectly (which might be the case), so please help me ...
2
votes
1answer
335 views

What is the best practice for domain model re-use in composite applications?

We have a composite application built using the Composite UI Application Block (CAB)/Smart Client Software Factory (SCSF). To date, each module in our composite app has used its own set of DTO's, and ...
1
vote
1answer
461 views

Utilizing Frames/Pages and Composite Application Guidance (Prism) in Silverlight Solution

Is there any way to use pages/frames in a Silverlight Composite Application? I have previously created a Silverlight Application that utilizes System.Windows.Controls.Navigation.Frame and ...
0
votes
0answers
47 views

smart client workspace hide method for smart parts returns form blank

I have a modal dialog that calls a another view in a smart client application. After this dialog has called this form I want it to disappear. And when the called form is closed I want the original ...