Questions tagged [smartgwt]

Smart GWT is a GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management

SmartGWT is based on the powerful and mature SmartClient library. SmartGWT provides a wide-array of rich components that are based on GWT. In addition to SmartGWT LGPL, Pro & Enterprise editions of Smart GWT are available with additional features & tools, as well as commercial support.

SmartGWT is compatible with GWT 1.5.3, GWT 1.6.4, GWT 1.7.x and GWT 2.x

More info at : www.smartclient.com/smartgwt/

1265 questions
0
votes
1 answer

SmartGWT Canvas getPrintHTML

We are facing problem with our widget which we want to conver to a PDF. The widget has some custom images and a custom hotspot widget to it. It works fine on the browser. But when we call getPrintHTML, it is ignoring the images and printing…
VikrantY
  • 554
  • 1
  • 3
  • 15
0
votes
1 answer

Cannot uncheck checkbox in smartgwt listgrid

I'm breaking my head since a whole day now but cannot find a solution, I hope someone can help me. I'm trying to create a simple SmartGWT ListGrid with checkboxes and for some reason I can only check checkboxes but not uncheck them. Once the…
moncino07
  • 47
  • 1
  • 13
0
votes
2 answers

SmartGWT databound ListGrid -> DateItem in column title, reload column onChanged

My task is : a databound ListGrid with a column. The title of this column should be "Information for {infoDate in format DD-MM-YYYY}" + a DateItem (icon picker only) from which users can modify the infoDate which is by default the current date. The…
Bubolina
  • 141
  • 2
  • 16
0
votes
1 answer

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 fields via FormItems with operators and available…
blong
  • 2,815
  • 8
  • 44
  • 110
0
votes
1 answer

SmartGWT, TabSet, Move tab titles to the left

I have added a tabset with a few tabs to my GWT application, and now I would like to move the tabheaders a little bit to the left. Not the tab panes, but the small tab headers. These are positioned at the top of the tabset. Does anyone know how to…
Rasmus Nielsen
  • 411
  • 1
  • 4
  • 18
0
votes
2 answers

How to invalid cache when using ListGrid and Datasource

As per what I found reading other sites : SmartGWT uses data caching to optimize client-server connections and reduce network traffic. In your example, let's say you have the following in your database: one word two words one sentence When you type…
user1596428
  • 1
  • 1
  • 1
0
votes
1 answer

GWT ComboBox isn't working after SmartGwt Integration

Possible Duplicate: Smart Gwt components are not rendered in html div tag My problem is that I had a project which was running gwt widgets nicely. Now for some client requirements, we introduced some smartGwt changes in it. The problem is that…
kunal dexit
  • 97
  • 2
  • 9
0
votes
1 answer

SmartGWT: Fire on startup

I have a situation where I have a SmartGWT app and I wish to fire some piece of code on startup. The code to be fired at startup will receive notifications from JNotify API and will populate a listgrid on the UI. Please suggest what is the best way…
Aspirant
  • 1,934
  • 4
  • 25
  • 44
0
votes
1 answer

Response time of Webapplication on glassfish 2.1 suddenly very poor after 2 years without any problems

We have a web application running for 2 years without any problems. Suddenly a week ago the response times were becoming very bad. About 10-50 times slower than normal. At a time there are maybe 10-20 users using the system. 90% of the user…
Andy
  • 1
  • 1
0
votes
1 answer

GWTP, SmartGWT, Error when adding GWT widget to SmartGWT

I'm using GWT 2.4, SmartGWT 3.0, GWTP 0.7. I mostly try to stick with SmartGWT widgets for my layout, but I'm trying to add a GWT widget (can be anything from a MapWidget to a ChartWidget from HighCharts or a GWT label) to a tab in the SmartGWT…
Rasmus Nielsen
  • 411
  • 1
  • 4
  • 18
0
votes
1 answer

How to use classes from other packages in SmartGWT

If I try use method from another package, I'm getting an error: [ERROR] [odminterface] - Errors in 'file:/C:/Eclipse%20EE%20WS/ODMInterface/src/com/odminterface/client/ODMInterface.java' [ERROR] [odminterface] - Line 71: No source code is…
0
votes
1 answer

LazyLoading of children nodes in SmartGWT/extGWT

My case is the following: a. I've got some GWT library: extGWT or SmartGWT, for instance; b. I've got a tree with lazy loading; c. On expansion I load node children; d. I've got millions of children nodes so I don't want them to load at one go on…
borowis
  • 1,207
  • 10
  • 17
0
votes
1 answer

How to remove pm/am from smart gwt calendar

I made a calendar with smart GWT. Disabled both Day/Week tab and set the default to Month. I want to remove the am/pm time from the calendar. I don't need am/pm time because I'm using day as the smallest time unit. Is there are any way to remove it?…
Lakatos Gyula
  • 3,949
  • 7
  • 35
  • 56
0
votes
1 answer

Server side access data for smartGWT rpc

On the server side I want to know how to access data used in an RPCRequest from SmartGwt. Here is the SmartGwt client code: private void update() { RPCRequest request = new RPCRequest(); request.setData("RPC text from client"); …
jbww
  • 735
  • 2
  • 12
  • 27
0
votes
1 answer

How to avoid addWindowClosingHandler/ClosingEvent unwanted reload request in gwt

If by mistake user presses the F5 OR refresh button after login , he should stay on the same page. Right now he is redirected to login page. I have used following code to stay on same page. But I would not like to warn the user on this situation by…
Tulshiram Pawde
  • 187
  • 1
  • 2
  • 14