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.

learn more… | top users | synonyms

0
votes
1answer
11 views

How to get rid of firefox warning message while submitting a DynamicForm in SmartClient?

I have this simple hidden form whose purpose is to redirect the response to a new window on a button click. It works perfect in Internet Explorer 9 and chrome but gives me a warning message in firefox ...
1
vote
0answers
50 views

How to load external JSP taglib in Grails properly

I'm trying to integrate Isomorphic SmartClient with Grails. SmartClient server has some custom JSP taglibs described with xml file (it's TLD file based on schema web-jsptaglibrary_1_1.dtd). I have ...
0
votes
0answers
58 views

Java HttpClient authentication with smart card

Everyday I need to do a routine, connect to a remote address, authenticate with my smart card and then check any new information for my username at this remote address. I would like to do this ...
1
vote
1answer
49 views

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 ...
0
votes
2answers
123 views

SmartGWT: Validate DynamicForm locally and on server-side

I'm using ValuesManager (can link multiple DynamicForms into one request) but to simplify this example let's assume I'm using simple DynamicForm with some DataSource. When on DynamicForm I run method ...
1
vote
1answer
131 views

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: <input ... class="textItem" ...> There is ...
0
votes
0answers
87 views

Sending POST to servlet with data

I have successfully used cURL to submit a POST request to my web application written in Java using GWT/SmartGWT and SmartClient. The cURL command is as follows: `curl -v --header "Content-Type: ...
1
vote
1answer
159 views

How to delegate Facebook SecurityToken to WCF service

I have the following components: WPF Application, Identity Server, WCF Web Service, WPF Application uses WebBrowser control to authenticate using Thintecture Identity Server using WS-Federation. ...
0
votes
1answer
41 views

Not able to call Super

When I invoke this.Super("initWidget") in derived widget, the browser is giving an exception **TypeError: this.Super is not a function** Can anyone help me solve this issue?
0
votes
1answer
56 views

Smartclient support for utf-8 characters

I have following Smartclient JS code, which doesn't render UTF-8 characters properly in UI function getGridLoadedWithDatasource(DS, DSfields) { var statGrid = isc.ListGrid.create({ ID: ...
1
vote
0answers
86 views

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 ...
0
votes
0answers
56 views

Load New Skin in Smart Client

I need to load a (built-in) SmartClient skin when the user picks it. Unfortunately, the documentation I could find was about creating new skins; I just need to load a pre-existing skin supplied by ...
0
votes
1answer
92 views

How to configure the SmartClient DataSource with serverType Hibernate to select only the required fields?

I'm working with SmartClient release 8.3. I configured this DataSource: <DataSource ID="example" serverType="hibernate" dropExtraFields="true" ...
-1
votes
1answer
275 views

WCF - TargetInvocationException was unhandled

I'm trying to create WCF to sync my mobile device with my server. When i try to click sync button it throws TargetInvocationException. Below is the Sync() method. Code Cursor.Current = ...
0
votes
2answers
207 views

SmartGwt window header height

Any idea how to change the header height of the window in smartGwt? I tried increasing the font of the header contents and then auto setting height but it doesn't seem to work.
0
votes
0answers
202 views

Trying To Save A Foriegn Key Relationship DATASOURCE listgrid SMARTGWT

I would like to know how can I save a foreign Key Relationship Datasource listgrid in SmartGwt? I used a listgrid (Nested Grid) with getExpansionComponent function, but I can't get internal listgrid ...
0
votes
1answer
151 views

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 ...
0
votes
0answers
112 views

chat Screen using smartGwt

i want to develop a chat screen based on topic ,where the topics for the chat are kind of list and when we click on the topic based on the topic clicked the corresponding chatted comments should be ...
1
vote
0answers
59 views

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. ...
2
votes
1answer
289 views

Getting selected SectionStack Section in Smart GWT

I have a sectionStack where sections are added dynamically and I have added a handler to the section stack. When a sectionStack section is clicked I want to get the id or the contents of the section ...
0
votes
1answer
189 views

ListGrid: Need to show icons in an editable field for a many to one relationship

My problem seems simple. But have not been able to solve till now. Any help would be appreciated. I have a listgrid showing certain records from a datasource. One of the fields is a many to one. When ...
0
votes
1answer
354 views

SmartGWT FilterBuilder as DynamicForm?

I have a rather large implementation of a SmartGWT FilterBuilder, pretty similar to the Big Filter example in the SmartGWT showcase. The FilterBuilder uses a RestDataSource underneath to create it's ...
0
votes
1answer
90 views

Smartclient: menu aligned right makes page wider

I'm using Smartclient, v 8.2 (LGPL). I have a MenuButton that opens a Menu. The button is aligned right. the problem is that when the menu is displayed; the left side of the menu is aligned with the ...
0
votes
0answers
61 views

Errors after Deployment of Smart client application

I have published version 1.3 of an smart client application on my intranet. The deployment goes fine. However, when I try to install the application on my system from intranet I encounter following ...
0
votes
1answer
121 views

Difference between “smart client application” and “rich internet application”?

What is the difference between "smart client application" and "rich internet application"?
2
votes
3answers
1k views

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 ...
0
votes
1answer
1k views

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 ...
0
votes
1answer
99 views

What SmartGWT components should I look into for my simple usecase?

My usecase is a one-page site. On the page, there should be three "frames". One frame lists all the users. This frame is only seen by admins. Selecting a user triggers an action that fills the second ...
0
votes
2answers
557 views

SmartGWT skinning

Some SmartGWT components are composed by a lot of small images. This is the case of IButton for example that gets rendered using images. I want to adapt the original SmartGWT CSS to fit my needs, ...
0
votes
0answers
18 views

How to insert a field at the left most position of a TreeGrid in SmartClient

In a TreeGrid, I want to have a field at the left most position of the tree, i.e. at left of the expansion field. Is that possible? How?
0
votes
0answers
71 views

Custom filter for a boolean ListGridField

I have a boolean ListGridField and I want to allow the user to filter it using a text input. The filter must behave like this: When the user inputs 'y' then filter rows with value: true When the ...
2
votes
0answers
176 views

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 ...
1
vote
0answers
198 views

SmartGwt - Excel like cell based focus in SmartGwt

I am trying to implement an MS-Excel like functionality in SmartGwt where i can navigate through various cells in a ListGrid using keyboard and edit cells individually. Currently it is only possible ...
0
votes
1answer
262 views

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 ...
1
vote
1answer
378 views

Using canvasItem to include a listGrid of related data in a dynamicForm

I need a form that inludes a list of related available options that can be selected via Checkbox. The number of options could be very large each form record will have its own set of options. Options ...
0
votes
1answer
591 views

How to apply style on StaticTextItem component of DynamicForm in SmartGWT?

I want to apply style on StaticTextItem in SmartGWT's DynamicForm item. I did not find any method like setStyleName for this component. Is there any alternate way to apply style on StaticTextItem? ...
0
votes
2answers
734 views

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 ...
11
votes
4answers
954 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 ...
2
votes
3answers
1k 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 ...
2
votes
1answer
486 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(); ...
1
vote
0answers
176 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
154 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 ...
3
votes
1answer
276 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 ...
0
votes
1answer
210 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
2answers
247 views

On demand color set of rows in SmartClient (TreeGrid)

I have a TreeGrid in SmartClient. Now I want to color some set of lines like line numbers 3-5, 7-11 etc. I am using an external button which passes the values to the SmartClient. Can anybody tell me ...
1
vote
2answers
447 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 ...
0
votes
1answer
400 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? ...
1
vote
1answer
117 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 ...
0
votes
1answer
206 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 ...
1
vote
3answers
3k 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. ...

1 2