What's the latest GWT version usable with GWT-Ext?

2015-07-28 Thread walker1c
I have the unenviable task of resurrecting and modifying a project that was last touched about six years ago. The project uses GWT 1.5.3 and makes extensive use of the GWT-EXT widget toolkit that ceased active development when 1.5.3 was current. There is currently no budget for replacing

Something other than a double was returned

2012-09-13 Thread walker1c
I'm working on a project in development mode using Eclipse and Chrome. The log window fills up with exceptions like this: Caused by: com.google.gwt.dev.shell.HostedModeException: Something other than a double was returned from JSNI method

Re: Anyone used GWT with Require.js?

2012-08-15 Thread walker1c
Hi Joseph, I think what you suggest may be the solution. I could transplant the code from onModuleLoad() to a method that's invoked from one of the scripts loaded by Requirejs. It's slightly awkward because onModuleLoad() is an instance method, so I need to expose the EntryPoint object in a

Anyone used GWT with Require.js?

2012-08-14 Thread walker1c
Hi, The project I'm working on is seeing a lot of native Javascript creeping in, largely as a result of the requirement to incorporate UI features developed by other teams that specialise in Javascript. I am hoping to manage the Javascript dependencies using require.js

How can I find JSNI code in Firebug or Chrome?

2012-05-11 Thread walker1c
Hi, I am trying to debug a JSNI method while running in Development Mode. Can anyone tell me how to locate the JSNI code in a Javascript debugger? I have tried using the script search feature in both Firebug and Chrome to look for words that are part of the JSNI code, but neither seems to be

Re: Invisible DataGrid

2011-10-17 Thread walker1c
Many thanks for your replies, Jeff and Sudhakar. The ui.xml I'm using at the moment embeds the DataGrid in a ResizeLayoutPanel (see below). I've tried substituting HTMLPanel and HorizontalPanel, and I've also tried removing the pager so that the ui just consists of a DataGrid in a HTMLPanel.

Invisible DataGrid

2011-10-14 Thread walker1c
Can anyone point me to a working example that uses com.google.gwt.user.cellview.client.DataGrid? The example code in the Javadoc relates to a different widget (CellTable). The code in the GWT showcase is incomplete and seems to be full of dependencies related to the showcase infrastructure.

Missing Browser Scroll Bars

2011-10-04 Thread walker1c
Hi, I'm working on an application built with Uibinder. The screen consists mostly of a DeckPanel, each visible surface of which contains an HTML table with Uibinder widgets in each cell. Most of the child Uibinder widgets consist of a Grid, and perhaps one or two buttons. The Grids are

Re: UI Binder Button Problem

2011-08-17 Thread walker1c
Hi Alex, That would be a start. Does the tag in your post work? The Javadoc at http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/CustomButton.html shows upFace as a sub-node of the PushButton tag. If I'm reading the UIBinder documentation correctly,

UI Binder Button Problem

2011-08-15 Thread walker1c
Can anyone tell me what I'm doing wrong here? g:Image gets an image URL, but g:upFace just gets a text input field. ButtonPanel.ui.xml --- ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder xmlns:g=urn:import:com.google.gwt.user.client.ui ui:with

How do I run a GWT 1.5.2 project in Eclipse?

2011-04-13 Thread walker1c
Hi, I'm working on a project that uses GWT-Ext - because of this it's stuck on GWT 1.5.2. The Eclipse project I've inherited has not been set up so that it will run the application in the IDE. I've been able to do this with GWT 1.5 in the past when using IntelliJ, so I'm sure it must be possible

Re: GWT vs GWT-Ext

2008-08-28 Thread walker1c
Based on my experiences, I would recommend GWT-Ext. I've been working on a GWT application for about 12 months. For the first 6 months I used vanilla GWT and built up my own UI from that. I intend no disrespect to GWT when I say that the results were, at best, workmanlike, at worst, clunky. I