Questions tagged [smartclient]

Smart Client helps you to build and maintain more usable, portable, efficient web applications faster, propelled by an open, extensible stack of industry-tested components and services.

SmartClient provides an end-to-end application architecture, from UI components to server-side transaction handling. The examples included with SmartClient demonstrate the simplicity that can only be achieved by a framework that addresses both server- and client-side architectural concerns to deliver globally optimal solutions. SmartClient‘s UI components are carefully designed to maximize responsiveness and minimize server load, and SmartClient‘s server components are designed around the requirements of high-productivity user interfaces. Even if you adopt only part of the SmartClient solution, you benefit from an architecture that takes into account the entire problem you need to solve, not just a part of it. Every integration point in the SmartClient platform has been designed with a clear understanding of the requirements you need to fulfill, and, the solutions built into SmartClient provide a blueprint for one way of meeting those requirements.

159 questions
1
vote
1 answer

How to submit a SmartClient DynamicForm programmatically?

I am trying to create a hidden form with some data, which needs to be submitted to a jsp page (which gets open in a new window), but all this would happen programatically, without user pressing submit button. My Sample code var fsquery =…
AabinGunz
  • 12,109
  • 54
  • 146
  • 218
1
vote
1 answer

Append custom css class to default class of FormItem in SmartGWT

SmartGWT will set the css class for some FormItem by default value if we don't set the class explicitly. For example, a TextItem will look like this: There is a method in SmartGWT which sets a css class for some…
Vadim
  • 1,125
  • 8
  • 18
1
vote
2 answers

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"…
Eduardo Cobuci
  • 5,621
  • 4
  • 25
  • 27
1
vote
3 answers

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…
1
vote
0 answers

SQL Server Express in fat client application

I am developing a fat client application. This application stores data locally and then updates information from a central repository. This client application is stored on a number of workstations. I have used SQL Server CE but found that it is a…
Joseph Caruana
  • 2,241
  • 3
  • 31
  • 48
1
vote
1 answer

how to get a smartclient example on the web?

I'm pretty much totally lost.. I've posted twice on the smartclient forums and gotten no help so maybe the people here are more friendly than their own staff. (it really bothers me but they appear to have the best software for what I'm trying to…
Gallaxhar
  • 976
  • 1
  • 15
  • 28
1
vote
1 answer

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 interface. The data is supplied via a collection of…
jaimie
  • 517
  • 1
  • 6
  • 14
1
vote
0 answers

edit key->value in .exe.config in SmartClient

I'll start here: I know nothing about SmartClient, .Net, DotNetNuke, etc etc. This is a "see if alison can help" project for a client's app/ site developed 6 years ago by a company that won't help. I'm just a front-end developer- I've googled all I…
alisonb
  • 21
  • 2
1
vote
2 answers

create smart device cab through msbuild

Is it possible to use an msbuild task to build a smart device project into a cab file for deployment. I've seen a couple of pages on the…
Oll
  • 945
  • 1
  • 14
  • 23
1
vote
1 answer

What is the difference between a "smart client application" and "rich Internet application"?

What is the difference between "smart client application" and "rich Internet application"?
user478249
  • 698
  • 1
  • 10
  • 15
1
vote
3 answers

GWT or not for enterprise apps

I am working on an tool to create enterprise level applications on app-engine. This needs to be cross browser (also including IE8), works on mobile, and at a later point of time also supports desktop clients through (Qt4/GTK/etc) The problem that I…
anups
  • 583
  • 1
  • 7
  • 18
1
vote
1 answer

How to select an item in SmartGWT SelectItem?

I have a SelectItem object which has a few items. I set a value MAP with: organizations[0] = "A"; organizations[0] = "B"; selectItem.setValueMap(organizations); When displayed, the combo box is showing "A" as selected item. Then, I need to…
code-gijoe
  • 6,949
  • 14
  • 67
  • 103
1
vote
1 answer

SmartClient : Insert controls between radio items

Problem: I was going through SmartClient forum and read one problem (here is the link) stating as: Insert a select box in between the radio options. In SmartClient whenever I use radio group, I specify a value map, all the radio options are…
shaILU
  • 2,050
  • 3
  • 21
  • 40
0
votes
1 answer

Creating a RIA using Django & SmartClient

I am investigating the possibility of implementing a RIA involving lots of grid-based views (think Excel) using a combination of Django or Rails, and SmartClient (smartclient.com) or ExtJS. Has anyone successfully done either and can someone provide…
Joseph Tura
  • 6,290
  • 8
  • 47
  • 73
0
votes
2 answers

Fetch data with SmartClient LGPL version

I want to use LGPL version of smart client to connect to my own server. I want the SmartClient to send a fetch request (with operation type, range etc) — I'll handle the rest. But I can't force SmartClient to do it. All I managed to do is force it…
piotrek
  • 13,982
  • 13
  • 79
  • 165