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
3
votes
1 answer

Smartgwt font size in text input using css

When I put this in my css file: label, input { font-size: 18px; } Text labels show up with font size 18, but text boxes aren't affected. Also, when looking at the generated html code in the browser (Inspect element, using Chrome), I'm seeing…
Mike
  • 2,393
  • 3
  • 25
  • 37
3
votes
0 answers

smartgwt listgrid population from excel file data

i am providing a support to import the excel file data to the smartgwt ListGrid as a ListGridRecord. and im doing it by providing a textarea on my UI. when i paste the excel data to UI texarea. on Tab out,all the record should be populated into my…
ankit
  • 438
  • 10
  • 26
3
votes
1 answer

Polling / Interval from SmartGWT Client

I'm writing a SmartGWT application and need to execute a method on the client side every 30 seconds. In javascript I would use setInterval or setTimeout. How do I do this in SmartGWT?
Ben Noland
  • 34,230
  • 18
  • 50
  • 51
3
votes
3 answers

smartgwt export listgrid datasource to excel file

I want to export my ListGrid DataSource to Excel file and I am using excel file because i want to populate my listgrid fields in excel file. does any one know how to do it. it will be great help to me. Thanks Ankit.
ankit
  • 438
  • 10
  • 26
3
votes
2 answers

Configuring gwt-log's remoteLogger; use log4j to put it in a separate file

I have a (Smart)GWT application, that uses Spring on the server-side, and logs its stuff there via log4j. This works (deploying on tomcat6/ubuntu 10.04 LTS). On the client-side I use the gwt-log remote logging library, configured properly. When…
Marten Sytema
  • 1,906
  • 3
  • 21
  • 29
3
votes
1 answer

Migrate SmartGWT 4.0 sample project to Maven

I am currently trying to migrate smartGWT 4.0 sample project callled BuiltinDS to Maven through Eclipse, with the following characteristics: Smartgwt version 4.0-pro GWT version 2.8.1 JDK java 1.8 Eclipse version 2021-03 SmartGWT libraries are in…
3
votes
2 answers

How to Automatically adjust TextArea Height in GWT or Smart GWT

I'm having a problem that others have talked about here. ie How to auto adjust TextArea Height. I saw this answer: Creating a textarea with auto-resize but I was hoping someone here can translate how to do this in GWT or Smart GWT.
Kwame
  • 1,115
  • 2
  • 21
  • 38
3
votes
1 answer

how to update database, when a row deleted Or Added in the smartGwt ListGrid

i want to delete the row from the grid...and changes should reflect into my database..Please provide me some idea to do that... The above code was later updated by me and i already added the data source in which i am initializing the…
Dhruva
  • 185
  • 1
  • 3
  • 15
3
votes
1 answer

Anyone know of a good "cookbook" for smartGWT?

I've done UI dev before, but not SmartGWT. Wanted to know if there is any such "cookbook" of best practices and "how-to's" - outside of the ShowCase that any of you would strongly recommend. Thanks! Alexx
Alexx
  • 3,572
  • 6
  • 32
  • 39
3
votes
1 answer

add/delete listgrid by clicking +/- image button

I need a listgrid with +/- button so that I can use these buttons for adding or deleting list grid. ListGrid listGrid = new ListGrid(); listGrid.setWidth(230); listGrid.setHeight(224); …
3
votes
1 answer

SmartGwt custom events

Is it possible to use custom events with smartgwt? I use the tutorial from GWT Custom Events but not only it does not work in smartgwt but the existing handlers are not working also. Is there a specific way to implement custom events in smartgwt?
Fotinopoulos Giorgos
  • 1,027
  • 3
  • 17
  • 36
3
votes
1 answer

How to intercept Error handling in SmartGWT RPCManager

I'm using SmartGWT with RestDataSource. Whenever I lose internet connection, I get an SC.warn window with: Server returned TRANSPORT_ERROR with no error message I have tried to intercept this message to create a more friendly message, by adding a…
Kwame
  • 1,115
  • 2
  • 21
  • 38
3
votes
0 answers

Authenticating with Jetty through GWT button

I'm trying to create a login page using SmartGWT and have been trying to get Form Authentication to work with the Jetty server embedded with the GWT plug-in for Eclipse. I have a page that takes a username and password using TextItems, then once the…
3
votes
1 answer

SmartGwt :Exception while adding button to listgrid using canvas

I am using smartgwt2.4 and i have listgrid in which i am adding button dynamically using canvas.it is working fine but giving an exception.It fires exception when ListGrid.setData(record)is called.Stacktrace is as…
Twinkle
  • 31
  • 1
  • 3
3
votes
1 answer

$wnd.google.visualization is undefined

I'm currently building a SmartGWT-based web application (using the Portlet Layout). So I have several "Portlet", which basically extend GWT Window with different content. Now I want a Portlet to display Dygraphs. So I've created an RPC Service…
zero_r
  • 208
  • 2
  • 6