scsf

SCSF: Save and Load Layout of application

hi. i am using SCSF framework and SCSF contrib to add docking support in my application. i want to save the layout of opened views so that i can restore them on application start. how can i do this ...

SCSF: how to get reference of ModuleController in dynamic loading of modules

hi. i followed following article to load modules dynamically in my SCSF application.i am facing one problem now http://aspadvice.com/blogs/krishna_kishore/pages/Dynamically-Loading-Modules-in-SCSF.aspx how can i get the reference of ModuleController's object.. so that i can pass this class to other internal classes of that module. I c...

SCSF Full Screen View

hi. I am using SCSF framework for my application. Main workspace have multiple Views (using SmartClientContrib 1.5). Views are dockable.. I want to set an option for active view to go Full Screen. please tell me how to do this... ...

Are there any good tutorials for using SCSF?

I am wanting to look into the Smart Client Software Factory (SCSF) as I have been advised it may provide a good solution to a project I am looking into. Can anybody point me towards any good tutorials that will introduce me to SCSF and what it is capable of. ...

Telerik .tssp not getting applied

The theme package .tssp created locally it not getting applied for a radgridview.Please help ThemeResolutionService.LoadPackageFile(@"C:\LeNin\My Document\\xyz.tssp"); ThemeResolutionService.ApplicationThemeName = "xyz"; ...

SCSF / CAB - Module & View Loading Best Practice?

I have a team who is architecting a complex rich client user interface on CAB/SCSF. One of the design elements we're considering is the dynamic loading of the CAB modules and potentially the CAB views themselves. Leveraging SCSF/CAB "out of the box" will automatically load all module assemblies at start-up time. The start-up time for ...

SCSF Calling services asynchronously

Hi guys, are there any best practices for calling SCSF services asynchronously? Particularly I'm interesting in: Executions of requests in background; Cancellation support; Reporting progress. Currently I came up with two scenarios: Listener Service which listens in background for real-time updates and displays received data in g...

Unable to add a view to some projects using Smart Client Factory 2010

I used to be able to add a view using the Smart Client Factory context menu in solution manager. However now the only option available is "Create Disconnected Service Agent". Having said that one of the projects has the "Add View" menu available. Any ideas on how to solve it? ...