Tagged Questions
The smartclient tag has no wiki summary.
26
votes
12answers
5k views
pitfalls/gotchas of click-once/smart-client deployment in .NET
I have several .NET WinForms applications that I'm preparing to convert into a click-once/smart-client deployment scenario. I've read the isn't-this-great tutorials but want to ask if there are ...
11
votes
3answers
4k views
Can I create a desktop icon for a ClickOnce application?
I have read in some of the ClickOnce posts that ClickOnce does not allow you to create a desktop icon for you application. Is there any way around this?
7
votes
4answers
145 views
Problems understanding use of MVVM when using WCF DTO's in a WPF smart client app
Having very little experience in the area I am writing a WPF smart client app communicating to a WCF backend using MVVM and am really struggling to make the right decisions out of all the information ...
7
votes
8answers
363 views
Smart clients easier to maintain than web apps?
I have been working on a project that has 2 interfaces - windows forms and web. Over the past 8 months, we have faced more issues with maintenance of our web apps (works in IE not in FF, ajax breaks ...
6
votes
4answers
1k views
Smart Client vs Ext JS
I'm looking to build a rich UI in the browser, and it seems like these two solutions are the way to go to get the most power and flexibility as quickly as possible.
Smart Client seems promising, but ...
5
votes
4answers
2k views
.NET - ClickOnce Install - Company Name and Application Name
What is the proper way to set the Company Name and Application Name in a ClickOnce Application?
I have a set of projects in a solution called RecordNavigator.
The GUI project is called ...
4
votes
1answer
748 views
Smart Client Guidance = Prism? Vs 2010
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 ...
4
votes
5answers
2k views
SmartClient or SmartGWT?
Besides the obvious differences between JavaScript and Java, what are the relevant differences in using either SmartClient or SmartGWT?
4
votes
1answer
871 views
.Net ClickOnce deployment and wrong assemblies called after updated version
I have a ClickOnce application (app1) that calls dlls from another Solution (app2). I recently updated this application at one customer and a strange thing occured.
He got the new version (publish ...
4
votes
1answer
1k views
Web vs Desktop Development (Online vs. Smart-Client)
I work at a company with a large SAP investment, and we also have dozens of large .Net systems (mostly internally for engineering systems), and Java platforms (mostly for external web applications). ...
4
votes
6answers
871 views
C# .Net exe doesn't close when PC is restarted, keeping the machine from restarting
We have a SmartClient built in C# that stubornly remains open when the PC its running on is being restarted. This halts the restart process unless the user first closes the SmartClient or there is ...
3
votes
1answer
76 views
WinForms visual inheritence issue in VS2010
Quick bit of background to the project in question: it's C# .Net 4, WinForms with smart client factory and unfortunately a lot of visual inheritance.
Here's a brief outline of the problem the team ...
3
votes
5answers
1k views
ExtJS or SmartClient?
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 ...
3
votes
3answers
119 views
How relevant is support for “occasional connected” scenarios?
A while back, smart clients had been touted as the solution to "occasional connected" usage environments, and toolkits like Google Gears have sprouted for the same reason.
It looks to me like ...
3
votes
2answers
1k views
Citrix - how to keep smartclient apps from re-downloading every time they are launched
Our company uses Citrix to remote into a terminal server for remote users to launch smart client apps within a virtual window on their machine.
The problem is that smartclient apps are being ...
2
votes
1answer
81 views
SmartGwt ListGrid.setAlwaysShowEditors(true) issue
We have basic ListGrid where one of the fields is editable and editor for this field always should be displayed, here is creation code
ListGrid listPanel = new ListGrid();
...
2
votes
2answers
139 views
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 { ...
2
votes
5answers
325 views
.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 ...
2
votes
4answers
280 views
Autostart Smart Client application
Have a standard smart client application that we want to autostart when a user logs into their machine on our network. I've tried the following keys:
...
1
vote
0answers
102 views
SmartClient: PUT data duplication
I am using SmartClient 8.1 and using XML data sources for GET and PUT operations.
Following is a sample of data I GET.
<data>
<user>
<group1>
<value1>abc</value1>
...
1
vote
1answer
46 views
JUnit testing gwt web app with 2 modules
I am currently using gwt 2.3 and smartgwtpower 2.5 nightly and using Eclipse on Linux. My web app is using common code, developed in house, and packaged to a jar called commonsmartgwt.jar. In this jar ...
1
vote
2answers
126 views
Scrolling a DetailViewer in SmartClient
Using SmartClient:
I have a VLayout composed of a DetailViewer (that monitors selection changes in a ListGrid) and a HLayout (that holds some buttons).
Now, when the user selects rows in the ...
1
vote
1answer
68 views
Web application session while using RESTish web services
I am into a project with front-end as SmartClient AJAX RIA framework and spring-jpa-hibernate at server end. All server APIs are exposed as RESTish services.
My problem is that when ever GUI is idle ...
1
vote
0answers
77 views
Is there an Event after reordering the TreeGrid of smartclient?
I'm using isomophics smartclient.
I have a DataBound TreeGird with drag and drop functionality. If I reorder my nodes the changes are send to the Server.
Where do I have to hook into to do something ...
1
vote
2answers
90 views
Terminology for mobile computing with a tablet?
This is more of a terminology question...
I'm developing an occasionally connected application that will run on a tablet for clinicians or field service workers but I'm struggling with what this type ...
1
vote
0answers
78 views
SCSF Calling services asynchronously
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 ...
1
vote
0answers
475 views
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; ...
1
vote
1answer
214 views
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 ...
1
vote
2answers
2k views
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 ...
1
vote
1answer
217 views
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 ...
1
vote
1answer
172 views
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 ...
1
vote
3answers
664 views
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 ...
1
vote
1answer
99 views
Application Config Conundrum
I'm developing an n-tier smart client application. The client part of the application is split into two tiers. An interface application and client business lib that retrieves and serves data to the ...
1
vote
2answers
200 views
What .NET ORMs support smart clients (ie object mapping and data synchronization)
I was recently involved in a project that required a smart client. We used SQL Server Compact Edition and Microsoft Sync Services for ADO.NET. Our online server was SQL Server 2005. A quasi-ORM/DAL ...
1
vote
1answer
325 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 - this creates the ...
1
vote
3answers
446 views
has anyone worked on Smartclient
Has anyone worked on smartclient (the RIA platform provided by Isomorphic)? I want to know if any online material/books available on this RIA
0
votes
0answers
27 views
SmartGWT to SmartClient
I work on SmartClient for quite a few days. I have got to build a taskbar kind of widget which is not readily available in smartclient. But ...
0
votes
3answers
130 views
GWT MVP and SmartGWT compatibility
In my new project client has requested to use GWT/SmartGWT for developing presentation tier. (Note: Screens are not much complex)
I am aware about the MVP Pattern (never used) but I need to decide ...
0
votes
0answers
78 views
SmartClient: Checkbox in ListGrid, one selected at any given time
I am using SmartClient 8.1.
I have a ListGrid with data source attached. One of the fields is boolean and it gets checked/unchecked for each row according to data it fetches.
The problem is that I ...
0
votes
0answers
28 views
How to resize (scale/zoom and pan) an existing Img in SmartClient
The great gurus of isomorphic are doing their best to make this the worst eval ever (and they are succeeding at convincing me to use ANYTHING else, but since I have to show this demo tomorrow, I'm ...
0
votes
1answer
71 views
Rebuild the whole GUI of existing java project [closed]
I have to change the GUI of a existing java project. I was planning to use either springfuse or JQuery or Smart Client to build new GUI. May I know what would be the best possible approach to do this ...
0
votes
0answers
20 views
can we synchronize the scrollbar of two grids in smartclient(for TreeGrid)
I have two separate smartclient treeGrid.I want to synchronize the scrollbars of both of the TreeGrids. can any one tell me how to do this.
0
votes
1answer
44 views
on demand color set of rows in smartclient(treeGrid)
I have a treeGrid in smartclient. now I want to color some set of line like line number 3-5 , 7-11 etc. I am using an external button which passes the values to the smartclient. can anybody tell me ...
0
votes
1answer
216 views
ExtGWT, SmartGWT performance
As far as I've read, it seems these frameworks are all serve-side, so all the Javascript code is generated in the server. Does these frameworks generate Javascript code easily to cache on client-side? ...
0
votes
1answer
98 views
Can .NET smart client software call ASP.NET membership for authentication?
I'm writing a new desktop app as a smart client. Although it will need to cache some data locally, data will be downloaded and commands issued via a WCF web service.
So that "not just anyone" can ...
0
votes
3answers
478 views
GUI Platform choice: Google GWT, SmartGWT, ExtGWT and SmartClient
We are in the process choosing a new GUI platform. Ive been looking at subj. but are a bit confused. Could someone please refer to at tutorial or blog that makes a qualified comparison.
Thanks.
...
0
votes
4answers
292 views
How to get pop window with opacity in background like this?
I want to have modal window pop up (it is a window with opacity in background) on my website to display some data. Please check image below :
I would like to use similar implementation as: ...
0
votes
3answers
191 views
SmartClient: How to use modal window
I want to develop an application in SmartClient using javascript. In that application, it takes
inputs like price range and category. On form submit, without reloading the page it will send
request ...
0
votes
1answer
45 views
Is it a good idea to allow users to send SQLce databases via e-mail?
I have a Winforms app which is being deployed to the employees as a smart-client application. It uses a SQL Server Compact database to store data. I need to add a feature to the app which will allow ...
0
votes
2answers
123 views
How to implement smart parts Prism
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, :)