smartgwt

Browser problem with smartgwt drag & drop

hello friends, I'm new to smartGWT. I've taken GWT components in a canvas that is draggable & added it into VStack. My code is working fine in IE but it is dissapearing on Firefox/Chrome. Any help is appreciable. Thanks in advance. ...

SmartGWT with GWT ?

Greetings , I have been using GWT for few weeks and wanted a rich Table widget.I came across with SmartGWT library. Can I use SmartGWT widgets same way I develop using GWT or is there any special things I need to know ? thanks ...

Proper way to disable browser spellcheck in Smart GWT?

Does anyone know a 'nice' way to prevent SmartGWT from creating TextItem form items with the spellcheck="true" set? It's annoying to get spellcheck markers on name fields etc. The nuclear option is to hack out the problem js code from the smartGWT library, or replace the js method at runtime with: formItem.setAttribute("getBrowserSpel...

GWT vs SmartGWT, extJS

What's the difference between using GWT and other licensed extensions to it like SmartGWT and extJS? Does it have to do mainly with the number of components and ease of integration into an existing or new web application? In other words, if I am building a J2EE web app and am considering implementing the UI layer with GWT (as opposed to ...

smartgwt calendar

Can anyone let me know if it is possible to modify the time column in the smartgwt calendar widget. It's currently broken up in to 30 minutes blocks, I would like to be able to change it to 15 minutues increments. Also I wanted to know if it was possible to add columns to the day tab of the calendar. I would like it to look like the week...

Smart-Gwt window not redrawing scrollbars when child widget changes?

I am using a smartgwt window to show some dynamic content. The content is a bunch of collapsible panels that the user can expand as desired. However, whenever the content changes expands, the smartgwt window stays the same. I am expecting that it would draw scrollbars whenever the content changes. The scrollbars do appear, however, if t...

Smart-Gwt ScrolledHandler usage

I would like to do something when a scroll event has occurred on a smartgwt window. I'm assuming that an event will be fired when at least one of the following has happened: scroll within window with mouse scroll wheel, scroll by dragging scroll bar, or scroll using scroll arrows. I've added a handler to a smartgwt window and also to th...

SmartGWT slow images rendering

Hi all, I have a SmartGWT 2.0 application where I have to render a few hundred small images and this is taking very, very long (>20s). It's a intranet application. Do you have any idea how I could speed up the rendering? Any idea will be appreciated. Thanks in advance. ...

Smartclient GWT making a ListGridRecord field editable using a custom DataSource

We're using SmartClient GWT library (see the Smartclient GWT showcase here). I'm trying to make a ListGrid UI that when you click a record the fields become editable. Just like the example: Grid Editing Mass Update The difference is I'm using my own custom GWT RPC services and manually adding ListGridRecord's to my own DataSource, a...

SmartGWT calendar month widget

I am evaluating whether to use SmartGWT, and have no prior experience with it. I have one particular question on the Calendar widget. When you go to a airline/car rental website, and you need to specify the day of the month to make the booking, they pop up a month calendar which the customer-user could click forward/previous month to se...

How can I show Month View in smartgwt Calendar?

I want to show only Month view of Calendar in SmartGWT2.0 with Eclipse 3.5(Galilio) How can i do that? ...

SmartGWT, appending HTML to HTMLPane

Hello, I am currently working with SmartGWT and have been trying to obtain a way of including a panel such as the gwt Standard VerticalPanel into a smart GWT window. The reason for the VerticalPanel is that I can append widgets to the verticalpanel object without having to re-set the entire content, for example: HTMLPane hPaneObj = new...

how to get html element id of smartgwt widgets ?

I want get html id of input field & icon field of a TextItem widget, how can i do this ??? (no getId methos is available for TextItem widget & seems that setAttribiute("id", "foo") has no effect) ...

how get value from smartgwt Custom FilterEditorType ?

Hi I've developed a custom widget (a persian calendar consist of a base textbox & image widget on a gwt grid which look likes smartgwt calendar) & putted it in a CanvasItem because i want to add it as a filter editor for a listGrid : ListGridField regDateTimeField = new ListGridField("regDateTime", تاریخ و زمان", 120"); regDateTimeField...

SmartGWT - Appengine - 404 not found

Im using smartGWT v2.1 with GWT 2 and Appengine SDK 1.3.0 On localhost, everything works fine! When I deploy everything goes fine too, without any error! The problem is, when i access the the app it returns an blank screen. Using the firebug i saw just nocache.js missing. ErrorLog: GET mika.nocache.js http://perfworker.appspot.com/M...

Integration Widget (GWT) with DynamicForm (Smartgwt) - com.google.gwt.user.client.ui.AttachDetachException

I had this problem when I created a Window (Smartgwt) and put a DynamicForm (Smartgwt) in this Window, In this DynamicForm, I have a CanvasItem (Smartgwt) in which I put a RichTextArea (GWT). And when I press "ESC", I can quit the Window (Smartgwt) without probleme. But when I press "F5" to refresh my application, the browser pops up a e...

Dynamically creating GWT screens using Metadata?

I have an AWT applet application that needs to be ported over to GWT. The applet screens are described in meta data and the applet renders each screen dynamically using reflection. We'd like the same thing in GWT/ExtGWT. I've built a working version of this ExtJS whereby the metadata is turned into ExtJS Screen configs in the form of...

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 Canvas and add it to the root panel, I get a horizontal scrollbar in my browser. Can anyone explain why and what I can do to have the Canv...

SmartGWT Widgets not displaying properly

I have a basic GWT Maven project going. I added SmartGWT and started playing around with some widgets and nothing displays correctly. The ListGrid seems to somewhat render but things are off and even data isnt showing up (though the rows respond to indicate there is data within the row). Sorting arrows dont appear but are clickable, and ...

SmartGWT Program not displaying getting wnd.isc.Browser is null

When running my gwt program in GWT Development Mode it fails to display showing this error in the console: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.isc.Browser' is null or not an object I do not believe the error is due to my project setup. Other member of the team can compile fine. It is most likely some type...