smartclient

XCOPY-deploying Microsoft Sync Framework in a no admin rights scenario (i.e. ClickOnce install)

I'm currently designing a smart client app (WPF) which needs to operate in an "occasionally disconnected" mode. For the offline scenario, I'm looking at using: Disconnected Service Agent Application Block (from the Smart Client Software Factory) Microsoft Sync Framework I should mention that I want my smart client app to be XCOPY-de...

.NET - Click-Once / Smart Client Applications - Browser Cookie Equivalent?

Is there an equivalent to browser cookies for Smart Client / Click Once application development on .NET 3.5? Some place I can store cookies on the user's machine rather than the server. Or to put it another way - what file location can you write to from a sandboxed Click-Once app that won't violate good security practices. I don't wa...

Security and UAC for .NET

My WindowsForms application needs to access the Internet, but when I try to open a WebRequest the application crashes. I noticed when I run the application from a simple folder (My Documents for example) it works, but if I run from "Program Files" folder it doesn't. I know that the problem resides in the UAC permissions, but I don't unde...

Migration from SmartClient Application to Desktop Windows Application (VS2005)

What are the steps to be followed when we migrate a DEVELOPED Smart Client Application to Desktop Application - In order to increase the performance ? ...

.NET Click-Once and Dial-up, DSL, Cable Detection

Is there a good simple way to detect if a user is using Dial-up, DSL or Cable from a .NET Click-Once application? This is for Intranet through VPN or Extranet purposes not a public app on the Internet. ...

SCSF custom Dependency Injection

I'd like to enhance/mimic the dependency injection done by the object builder to include some custom properties the standard way is in mySmartPart.cs [CreateNew] MyPresenter ABC { .... } [ServiceDependency] myService XYZ { ... } in include [MyCustomReferenceAttribute] CustomerObject MyCustomer { .... } ...

Maven usage for a SmartClient project

What's the best way to setup Maven for a project that has a SmartClient architecture? Consider the following packages: myproject.core myproject.server myproject.client Of course there are several sub-packages in each. Client and Server both use core. I see two main options: Make an uber-POM in myproject to cover all three and ha...

Close smartpart view

I am developing windows Forms application, for this i am using SmartClient. Here i click workspace close('X') event at the time i want to display messageBox based on user input (OK/Cancel) i have to decide pane has to be close or not. ...

SmartGWT Canvas width problem

I am having problems with showing my entire SmartGWT Canvas on my initial page. I've stripped everything out and am left with an extremely basic EntryPoint to illustrate my issue. When I just create a Canvas and add it to the root panel, I get a horizontal scrollbar in my browser. Can anyone explain why and what I can do to have the Canv...

SmartClient or SmartGWT?

Besides the obvious differences between JavaScript and Java, what are the relevant differences in using either SmartClient or SmartGWT? ...

Smart Client Guidance = Prism? Vs 2010

Hi there, I have found this link http://smartclient.codeplex.com/ which has some updates for vs 2010 .... I don't know but i always seem to get confused i.e. lack of documentation etc..... but is this the same as Prism?? If not can anyone tell me where the differences are... It appears to be a link for designing smartclient so i pr...

Microsoft Smart Client Composite UI

I have been trying to run the project given in this MSDN Magazine but am unable to do it. There is reference to Microsoft.IntegratedDesktop.Controls.StackBar namespace in one of the project but I'm not able to find the DLL that contains this namespace. Please help. ...

Securing/omitting selected properties of a domain entity in NHibernate (subclass, projection, ?)

Consider the following simplified scenario: public class Person { public string Name { get; set; } public int Age { get; set; } // restricted public string SocialSecurityNumber { get; set; } // restricted public string MothersMaidenName { get; set; } } So, in the application, many users can view Person data....

How to implement smart parts Prism

Hi, I am unable to find a way to implement Smart Parts like SCSF, in wpf prism, can any one suggest a way how to do it, links, articles, appriciated. Thank you in advance, :) ...

Building a single entry point to a WCF service: need unified approach to return objects and collections

Subject says it all: I'm creating a secure and generic wrapper to access a WCF service transparently. A little background: what I have done is that I've created similar business classes definition both on server and client. The server-side contains the actual logic while the client side contains only method definitions. Additionally, t...

Failing multiple field validation in SmartGWT

I am trying to have a form field contain one or more elements that are defined in a different data source. Elements have a numeric id and a human-readable name. It all works well until I try to save; in this case, I always get the "Not a valid option" error. The form I am editing is based on a Campaigns datasource, that may be linked to...

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...

ExtJS or SmartClient?

Hi, I would like your opinion about these two frameworks. I like a lot the features of ExtJS, but recently I saw SmartClient and it seems to be great too, and free (its Client side features) for commercial projects. I tried a little of SmartClient and it seems to be easier than ExtJS, and it has a better documentation tnan ExtJS. BUT.....