Re: SuggestBox

2010-12-08 Thread Jon Vaughan
Hm have added a VCH to clear the other loaded stuff. VCH fires before the Suggestion picked. On Dec 6, 5:32 pm, Jon Vaughan wrote: > I have a suggest box > > the user selects something from it, causing other things to load in > the page > > they then go back to the suggest

SuggestBox

2010-12-06 Thread Jon Vaughan
I have a suggest box the user selects something from it, causing other things to load in the page they then go back to the suggest box and type some stuff into it which doesn't result in a new selection how can i determine that the value has changed to clear the other loaded things in the page w

Re: GWT +maven war plugin - Missing files after compile

2010-11-03 Thread Jon Vaughan
Is the war folder a target folder or a source folder? You would have more luck following the std maven war plugin convention as detailed http://mojo.codehaus.org/gwt-maven-plugin/project.html On Nov 3, 3:02 pm, "stephan.beu...@googlemail.com" wrote: > Hello, > > I've problems using the gwt-maven

UiFactory arguments

2010-11-03 Thread Jon Vaughan
The doc for UiFactory says "If your factory method needs arguments, those will be required as attributes.". The javadoc for the annotation says "The parameter names of the constructor are treated as required xml element attribute values." So why do I get: [ERROR] missing required attribute(s):

Re: Serialization whitelist

2010-04-13 Thread Jon Vaughan
m, kozura wrote: > Yes, T must extend a serializable type, as you said otherwise GWT > can't tell what it might be.  Yes serialization discovery issues are a > pain...right now you just have to stare through the RPC log and try to > divine what happened. > > On Apr 12, 4:46 a

Re: Serialization whitelist

2010-04-12 Thread Jon Vaughan
I think the problem is that on this example the type of the payload can be anything (it is not required to be serializable); given that this is possible, GWT must say, OK, then this type itself cannot be serialized (I would like this to fail the compile though somehow) On Apr 12, 10:27 am, Jon

Serialization whitelist

2010-04-12 Thread Jon Vaughan
Hi, I have a serialization issue to solve, where a class that is passed to the client, and is marked as IsSerializable, with a default no arg constructor, does not end up in the whitelist. There are no messages during the gwt compile (at debug level) 1. Does anyone have any thoughts about how I

Re: Inter-frame communication

2010-04-08 Thread Jon Vaughan
I was looking through this because we are also looking at options for multi-module / portal style app. The thing about postMessage is that it is only supported in FF3, Safari 4, IE8 etc. The JQuery version falls back to a document.location.hash version for other browsers, which ends up in your br

Re: iFrame

2010-04-06 Thread Jon Vaughan
You'd have to add a flextable to the page that you are showing in your iframe On Apr 6, 4:06 pm, "gadaleta.marco" wrote: > Thx. But if i want to add a widget element, a flextabale for > example??? > > On 6 Apr, 16:46, mariyan nenchev wrote: > > > > > Hi, > > > Frame frame = new Frame(); > > > f

Re: Best practices for GWT-Eclipse and war deployment

2010-04-06 Thread Jon Vaughan
It would be better practice not to rely on the IDE; use the plugin to help you with running in dev mode and getting the project structure set-up, but then use a build tool like Maven or Ant to build the war. That way you remove any chance of human error in releasing your code and you're not tied to

Architectural ideas for a multi-app/module project

2010-04-06 Thread Jon Vaughan
Hi all. I'm beginning to build a set of GWT applications for a client. The clients customers will purchase a set of these applications (not necessarily all of them) and when deployed these applications will work together (imagine, for example, a 'Contacts' app, a 'Billing' app, 'Timerecording' et

Re: Upgraded to GWT 2, tests now time out

2010-01-07 Thread Jon Vaughan
co.uk/search?hl=en&lr=&ei=LetFS5z2Lciu4Qac4832Ag&sa=X&oi=spell&resnum=0&ct=result&cd=1&ved=0CA0QBSgA&q=gwt+%22responded+back+to+JUnitShell%22&spell=1 The thing is that I don't have an intermittent problem - it always fails. On Jan 6, 4:00 pm, Jon Vaughan wrote:

Upgraded to GWT 2, tests now time out

2010-01-06 Thread Jon Vaughan
Hi, I recently upgraded to GWT 2 from 1.5.x. My tests, for some reason, are now failing when I run them from Ant: run-gwt-tests: [junit] WARNING: multiple versions of ant detected in path for junit [junit] jar:file:/C:/Program%20Files/eclipse/plugins/ org.apache.ant_1.7.1.v20090

Re: Cannot install GWT Eclipse plug-in

2009-12-30 Thread Jon Vaughan
I had the same problem, on Win 7 64 bit, and adding the galileo update site (http://download.eclipse.org/releases/galileo) fixed it for me too. On Dec 24, 4:59 pm, Nikhil wrote: > I was stumped with the same problem. I was able to fix it by > addinghttp://download.eclipse.org/releases/galileoto

GWT i18n - Dictionary message placeholders

2009-11-13 Thread Jon Vaughan
Hi all, Just a quick query - is it possible to do placeholder substitution with messages obtained from a Dictionary? i..e into something like: permissionDenied = Error {0}: User {1} Permission denied. I couldn't see anything obvious in the doc or forums; does a Dictionary link in any way to a M

Re: Who's Using GWT?

2009-01-03 Thread Jon Vaughan
level dropdowns, extended ajax-ey list boxes with "Loading...", etc and I think that there is possibly some ground to be gained in terms of richer controls. At some point we're going to review our codebase to see what we can contribute back. Thanks to all at Google and to everyone else