GWT open.window - not opening on top.

2015-02-12 Thread Janel Miller
We use GWT extensively, one of my menuItems opens an open.window and the new window doesn't open on top. It opens behind the front window. I am using IE9, our customers only use IE. how can I get this to work? -- You received this message because you are subscribed to the Google Groups

GWT editors and objects with optional data

2012-09-25 Thread Austin Miller
Hi, I'm trying to set up get editors with classes that are auto-generated to be something like: public static class Foo { String name; boolean isNameSet; public String getName() { return name; } public void setName(String name) { isNameSet = true; this.name = name; }

Re: ERROR: Expecting version between 5 and 6 from client, got 7

2011-05-24 Thread miller
Are you doing anything strange with serialization? I can't remember specifics but I think this error is thrown incorrectly sometimes when there is another exception thrown in serialization/deserialization. Sorry I don't have more details but maybe this will point you in the correct direction.

Re: GWT UIBinder content assist lag

2011-05-05 Thread miller
I am seeing the same issue. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

GPE Error with UI:Binder CodeAssist

2011-05-05 Thread miller
When editing a *.ui.xml file, in WindowBuilder or UI Template Editor, code assist will take 20-90 seconds to pop-up and eclipse is frozen. This happens every time. The error log shows this error sometimes: Encoded problem type ID is invalid: 420 from the com.google.gdt.eclipse.core

Re: GPE auto-complete only partially working for UiBinder tags

2011-02-14 Thread miller
I have been seeing the same issue since loading the GWT Designer tools. I am still on 1.4.1.v201012170127. The warning says: Unhandled event loop exception The top of my stack trace is: java.lang.NullPointerException at

Re: Streaming

2011-02-11 Thread miller
Do you have any more details? You question is very vague. -mike -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: Unknown problem upgrading from 1.7.1 to 2.1.0

2010-12-27 Thread miller
I am having the same issue. Did you find a solution? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: Clicking HyperLink Twice or more...

2010-08-12 Thread miller
Have you checked for javascript errors on the first click? On Aug 12, 9:50 am, Santosh kumar kopp@gmail.com wrote: Hi aditya, Actually the issue is when i click the continuously the same link  it should work.. in the sense it should work as it was clicked for the fist time ...?? it

Re: gwt click event

2010-04-18 Thread miller
You can add a NativePreviewHandler. It will receive all events. Event.addNativePreviewHandler In the handler, you can do something like: if (event.getTypeInt() == Event.ONMOUSEDOWN) { if(Event does not target the button or the text area) { //show your alert here event.cancel();

FlexTable Row MouseOver

2009-11-03 Thread miller
I would like to receive MouseOver event for a row in a FlexTable and I have not been able to figure it out. Any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Announcing GWT 2.0 Milestone 1

2009-10-12 Thread miller
I am using Snow Leopard w/ Eclipse Plugin. When I run in Development mode, my development mode window is under constant beach ball. How do you work around this issue? are there directions anywhere? thanks- Mike On Oct 9, 5:36 pm, Ben benzhe...@gmail.com wrote: Hey, Guys, Thanks for the

Re: Does GWT work in Snow Leopard?

2009-08-31 Thread miller
I agree that it should be a simple patch to allow 1.6 or 1.7 to run in hosted mode with Java 1.6 VM on snow leopardor is someone able to provide instructions on how to perform the fix ourselves? On Aug 30, 12:21 am, James james.hagg...@convolution.net wrote: Hi... I just wanted to add

[gwt-contrib] Re: DTO compiler optimization

2009-08-13 Thread Gary Miller
You might find this interesting, kind of related. Generalized RPC for server-enhanced objects http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/1264556bab0906b6 --~--~-~--~~~---~--~~

[gwt-contrib] Re: DTO compiler optimization

2009-08-12 Thread Gary Miller
Nathan, I think we are getting to the point of violent agreement ;-) In my book there is no other way to build web application then GWT. GWT-RPC is incomplete or at least feels like it could be more powerful. And yes if the project called for it I would replace or enhance GWT- RPC. This doesn't

[gwt-contrib] Re: DTO compiler optimization

2009-08-11 Thread Gary Miller
I agree the problem is begging out for a more elegant solution. From the Google IO presentation on Google Wave powered by GWT a solution using proto buffer and JSON instead of GWT RPC is mentioned. I've been thinking that a similar result could be achieved annotation the server side object model

[gwt-contrib] Re: UiBinder first impressions

2009-08-11 Thread Gary Miller
this information, but it may not be worthwhile adding that extra step. Thanks, jason On Mon, Aug 10, 2009 at 9:43 PM, Gary Miller miller.ga...@gmail.com wrote: I'd like to start off by saying a big THANKS. We've been hanging out for this, and it is making a great first impression. In regards

[gwt-contrib] Re: DTO compiler optimization

2009-08-11 Thread Gary Miller
Nathan, I'm not quite sure which API you are referring too. As there isn't an API for DTOs. My interpritation of Fred's post presents alternate ways of implementing DTO. If the Wave protobuffer mechanism was publicly available it would be a great alternative to hand coded DTOs. An annotation

Re: oophm with the lastest eclipse plugin on Mac

2009-08-04 Thread miller
You can also try this page: http://code.google.com/p/google-web-toolkit/wiki/OophmForMacBasedGwtContributors On Aug 4, 1:39 pm, Masto thomas.ric...@gmail.com wrote: Hi there, i'm currently trying to make the oophm works on my Mac using eclipse 3.5 and the latest plugin. I use the revision

Re: oophm with the lastest eclipse plugin on Mac

2009-08-04 Thread miller
I am also getting the beachball with the swing window. I am still able to view my app in firefox and debug though. Have not figured out how to fix the beachball issue. -mike On Aug 4, 1:39 pm, Masto thomas.ric...@gmail.com wrote: Hi there, i'm currently trying to make the oophm works on my

[gwt-contrib] A big GWT splash made by Wave

2009-06-04 Thread Gary Miller
Hey All Now that the outside world has been give a peek at how Google is using GWT ... http://code.google.com/events/io/sessions/GoogleWavePoweredByGWT.html I was wondering if / when some of the propriety stuff might be made available to the outside world e.g. - Declarative UI / UiBinder -

[gwt-contrib] Re: GWT-RPC broken in GAE/J

2009-04-20 Thread Gary Miller
I haven't yet got my hands dirty and tried GAE/J with GWT+JDO but I came across some blogs that seem to get it working kind-of out-of-the- box without using detachable = false. http://fredsa.allen-sauer.com/2009/04/1st-look-at-app-engine-using-jdo.html and

[gwt-contrib] Google Plugin for Eclipse

2009-04-16 Thread Gary Miller
Where is the correct place to post issues and questions for Google Plugin for Eclipse? --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] UiBinder

2009-04-13 Thread Gary Miller
Any news on when UiBinder will be available to the outside world? Thanks Gary --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

anchors inside HTML widget

2008-10-25 Thread burton miller
i'm having trouble getting anchors to work inside an HTML widget. if i have a large chunk of html inside an HTML widget, can i use internal anchors to navigate inside it? what about if the HTML widget is inside a ScrollPanel? i can't seem to get it working. seems like the hrefs don't escape