Tagged Questions

0
votes
1answer
71 views

SCSF: display view from another view against button click

hi. i am facing one problem in SCSF. I have two workspaces MdiWorkspace DeckWorkspace i have two views in a module Viewer (display in mdiworkspace) Property Viewer (in deckw …
2
votes
1answer
82 views

Formula to estimate time to build SCSF-CAB / WPF-Composite

In my company management is looking for screen-pumping-machine/production-line-factory for data centric (form entry) windows apps. And I am for the task to build the tool that shou …
0
votes
2answers
210 views

Can the Presenter of Web Client Software Factory(WCSF) and Smart Client Software Factory(SCSF) shared and how?

Web Client Software Factory(WCSF) and Smart Client Software Factory(SCSF) both use MVP pattern. M-Model can be shared. V-View has to be different as both are on different platfor …
1
vote
2answers
129 views

Can I host an ASP.NET application in a CAB WinForms application?

I have a .NET 2.0 WinForms application that was developed using the Composite Application Block and Smart Client Software Factory. I'm considering the development of a module that …
4
votes
4answers
365 views

Experiences of the Smart Client Software Factory

Has anyone had any experience in building a 'real world' application with the Smart Client Software Factory, from Microsofts Patterns and Practices group? I'm looking for advice on …
0
votes
1answer
118 views

Smart client software factory view activation problem

Hi, Im using smart client software factory in our application i created one workspace dynamically,based on that i can create n numbers of views.the view is modal dialog and i hav …
1
vote
1answer
56 views

Dialog box in SCSF

Is there any reference implementation of a SCSF/CAB where a lookup popup window is created from the Shell and data is send over between the main shell and the pop-up window. How t …
1
vote
1answer
151 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 o …
0
votes
2answers
79 views

the best way to store tree like information in app.config

What would be the best way to store a tree like the one below in app.config and how would I deserialize this information from it? Tree |-node1- | |-name - value | |-na …
0
votes
1answer
110 views

where can I get Microsoft.Practices.SmartClient.DisconnectedAgent.dll?

I'm rebuilding a project that uses: Microsoft.Practices.SmartClient.DisconnectedAgent.dll And I can't find it anywhere as a download: Smart Client Software Factory – April 2008 …
1
vote
2answers
162 views

SCSF vs Acropolis

What's the different between SCSF and Acropolis ?
0
votes
1answer
341 views

Is it possible to display a modal window in SCSF application at the center of the screen

In SCSF application I would like to display a view as a modal window at the center of the screen. Is it possible to do that? WindowSmartPartInfo doesn't have any option for settin …