Re: JsInterop @JsFunction is not really a function?

2015-07-16 Thread 'Goktug Gokdogan' via Google Web Toolkit
but it looks intended. How the @JsFunction is implemented in the AST: https://gwt-review.googlesource.com/#/c/11960/8/dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaScriptAST.java How the Javascript function is generated that wraps the call to your @JsFunction Java SAM method: https://gwt

Eclipse question: How to show my own custom description when I mouse over the function?

2015-05-06 Thread 'Leung' via Google Web Toolkit
Hi, Eclipse question: How to show my own custom description when I mouse over the function created by my own? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send

migrating from css to gss (gwt 2.7) - CellWidgets compile errors ?

2015-05-06 Thread 'Thomas Lacroix' via Google Web Toolkit
convertion in your gwt.xml file. Note: Autoconversion will be removed in the next version of GWT, you will need to move to gss.Add this line to your gwt.xml file to temporary avoid this:set-configuration-property name=CssResource.legacy value=true / [ERROR] Errors in 'com/google/gwt/resources

Looking for GWT UI design tutorial

2015-05-04 Thread 'Leung' via Google Web Toolkit
on this? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit

Re: [gwt-contrib] instanceof not working when upgrade from 2.7.0-SNAPSHOT to 2.7.0 (maybe caused by JsInterop changes)

2015-04-13 Thread 'Goktug Gokdogan' via Google Web Toolkit
/realtime/json/JsonObject.java Thanks for help :) -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr

Hibernate subclass mapping the same key column

2015-03-09 Thread 'Leung' via Google Web Toolkit
appreciate if anyone provides me a solutions to this problem thanks in advance regards, Girish -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web

No Eclipse new web application project button on Mac

2015-02-20 Thread 'Arthur Street' via Google Web Toolkit
I followed these instructions https://developers.google.com/eclipse/docs/install-eclipse-4.4 to install Google Web Toolkit in a freshly installed Eclipse (Luna). I have Java version 8 on Mac OS 10.7.5. I restarted Eclipse twice for good measure. I can see the following installed software

Navigating to a different page from a Cell of a CellList

2015-02-03 Thread 'Adolfo Rodriguez' via Google Web Toolkit
page in the app. Any idea? How is expected to navigate to a Details page when clicking any of the cells in a CellList? This case does not look to be covered in the GWT Showcase. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: Navigating to a different page from a Cell of a CellList

2015-02-03 Thread 'Adolfo Rodriguez' via Google Web Toolkit
Well, fixed. It works. It was just a problem on building the place but the code is correct. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email

How to make sure the previous created widgets are used?

2015-01-24 Thread 'Leung' via Google Web Toolkit
? People always doesn't check before coding and we now have 3 different versions. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr

Native DnD in GWT 2.5.1

2015-01-01 Thread 'Adolfo Rodriguez' via Google Web Toolkit
item, not mater if it is a Label or the Grid itself. My browser is FF and my API is the Native GWT 2.5.1 DnD. Any idea/advise/experience/example? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: Native DnD in GWT 2.5.1

2015-01-01 Thread 'Adolfo Rodriguez' via Google Web Toolkit
I have just came across this message in GWT 2.7 DnD API: http://www.gwtproject.org/javadoc/latest/com/google/gwt/event/dom/client/HasDropHandlers.html#addDropHandler(com.google.gwt.event.dom.client.DropHandler) Experimental API: This API is still under development and is subject to change. I

Re: Native DnD in GWT 2.5.1

2015-01-01 Thread 'Adolfo Rodriguez' via Google Web Toolkit
I solved the issue by adding label.addDragOverHandler(new DragOverHandler() { public void onDragOver(DragOverEvent event) { // do nothing } }); even when this method does nothing. solved, regards. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

GWT for Web Development (again)

2014-12-24 Thread 'Adolfo Rodriguez' via Google Web Toolkit
guess google does not treat you the same that with pure HTML code. I know that GWT is not intended for web but is really a shame not enjoying the full potential of the framework on web environments. I have noticed that most of companies that start in GWT migrates to common Java/HTML frameworks

Textbox wraps in FocusPanel, the focuspanel lost focus when the textbox is clicked

2014-12-12 Thread 'Leung' via Google Web Toolkit
(new TextBox()); RootPanel.get().add(focusPanel);Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr

SuggestBox, Oracle and uibinder

2014-12-08 Thread 'Adolfo Rodriguez' via Google Web Toolkit
in uibinder? Any experience? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group

Re: SuggestBox, Oracle and uibinder

2014-12-08 Thread 'Adolfo Rodriguez' via Google Web Toolkit
yes, thanks Jens, (provided = true) made the difference in the solution 2 above. It works now :-) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google

Re: GWT 2.7.0 and logging

2014-11-24 Thread 'Goktug Gokdogan' via Google Web Toolkit
. Best, Lorenzo -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web

Re: ClassCastException when trying SuperDevMode on my application with 2.7

2014-11-22 Thread 'John Stalcup' via Google Web Toolkit
-- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit

GWT 2.7.0 RC1 available

2014-10-29 Thread 'Daniel Kurka' via Google Web Toolkit
/google-web-toolkit-contributors or file a bug https://code.google.com/p/google-web-toolkit/issues/entry. We are planing to release this as GWT 2.7.0 if we do not here about any serious issues within the next two weeks. The release notes http://www.gwtproject.org/release-notes.html

[gwt-contrib] GWT 2.7 remaining actions - Invitation to view

2014-10-11 Thread 'Daniel Kurka (via Google Sheets)' via GWT Contributors
are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit

GWT incremental compiles in action

2014-10-01 Thread 'Daniel Kurka' via Google Web Toolkit
Hi all, here is a small video of GWT incremental compiles in action: https://www.youtube.com/watch?v=qpCSbj36O44feature=youtu.be -Daniel -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

Re: How to use Super Dev Mode

2014-09-04 Thread 'Constantino' via Google Web Toolkit
=http://host:port/app/app.nocache.js;. Thats why you need a different linker in your module.gwt.xml. You don't need to do this. The Dev Mode On bookmarklet does this for you. Paul -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

OnClick event fired more than one time for one click

2014-07-22 Thread 'Leung' via Google Web Toolkit
Hi, I have an image and I have installed an ClickHandler. More than one event are sent when the image is clicked once. The number of click events are not random; there is a pattern. Any clue? Thanks a lot -- You received this message because you are subscribed to the Google Groups Google

Re: symbolMap file : wrong source line number ?

2014-07-14 Thread 'Thomas Lacroix' via Google Web Toolkit
Found it, it works. Thanks :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send

Re: symbolMap file : wrong source line number ?

2014-07-13 Thread 'Thomas Lacroix' via Google Web Toolkit
number of the start of the method the exception occurred in. Paul -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr

symbolMap file : wrong source line number ?

2014-07-11 Thread 'Thomas Lacroix' via Google Web Toolkit
.cache.html:3315:9162 ) Here is the corresponding yEb symbol that I find in the symbolMap file for StrongName EFBB64EDEF076CA8F4A0898C6A9C7862 : -jsName : yEb -jsniIdent : XXX.HomeViewImpl_HomeViewImplUiBinderImpl$Widgets$3::onClick(Lcom/google/gwt/event/dom/client/ClickEvent

Widgets added in constructor fail to send gwt event by HandlerManager

2014-07-04 Thread 'Leung' via Google Web Toolkit
handler. Is there any relationship or the order restriction, e.g the completion of the constructor, on defining the eventbus and using it to send gwt event? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

Using GWT custom event and constructor

2014-06-29 Thread 'Leung' via Google Web Toolkit
an event in the constructor of Panel A to Panel B, the event handling doesn't work. I can build a constructor of Panel B to initialize by parameters. But why the event sending from constructor doesn't work as expected? Thanks -- You received this message because you are subscribed to the Google

reuse of private static variable

2014-06-27 Thread 'Leung' via Google Web Toolkit
/static imageof the SocialScreen     Image fb=SocialScreen.getfbImage() } -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr

Re: reuse of private static variable

2014-06-27 Thread 'Leung' via Google Web Toolkit
Thanks a lot for your reply. Is there any technical name to describe this feature? I would like to google it to understand the detail. Thanks On Friday, June 27, 2014 5:17 AM, Thomas Broyer t.bro...@gmail.com wrote: An element can only have one parent at a time in the DOM tree. If you add

Re: reuse of private static variable

2014-06-27 Thread 'Leung' via Google Web Toolkit
exactly one parent node (except the root node which has no parent). http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/introduction.html -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

Send a arraylist of objects through rpc

2014-06-06 Thread 'Leung' via Google Web Toolkit
. Or, I can create a rpc call which accept the arraylist as input. Which way is better? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit

Re: When Migrating JsInterop from GWT-Exporter to @JsInterface, JSORestrictionsChecker throws NullPointerException

2014-06-06 Thread 'Ray Cromwell' via Google Web Toolkit
are the second commit and compile log: https://github.com/goodow/realtime-store/commit/f9b2978c6a91d6afe9cd0d6d0ebd20adbf34480a https://travis-ci.org/goodow/realtime-store/builds/26915260 Thanks for help :) -- You received this message because you are subscribed to the Google Groups Google

gray mask on top of an image

2014-06-02 Thread 'Leung' via Google Web Toolkit
Hi, I want to apply a gray transparent mask on top of an image. What can I do? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit

Hi, my new GWT application

2014-05-22 Thread 'Philippe Baumard' via Google Web Toolkit
Hi, Thanks for your glance at www.bontirage.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post

Re: GWT and BV/javax.validation 1.1

2014-04-24 Thread 'Nick Chalko ncha...@google.com' via Google Web Toolkit
variant of GWT without gwt-dev and gwt-sevlet that contain arbitrary third-party code in fixed versions? Thanks regards Jörg -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from

RemoteLogging without RPC

2014-02-25 Thread google
at the server side because the versions don't match any longer. What's the best approach for Remote Logging in a GWT-PhoneGap app? Are there ways to use REST calls instead of RPC calls? Any libraries out there? Many thanks! Ron -- You received this message because you are subscribed to the Google

[gwt-contrib] GWT 2.6 Release Plan (google-web-toolkit-contributors@googlegroups.com)

2013-09-25 Thread Matthew Dempsky (Google Drive)
I've shared an item with you: GWT 2.6 Release Plan https://docs.google.com/document/d/1ZdMwcTjc4rkWg6nntCY1BDB1xI2PHPwaCnTYw-9uAKE/edit?usp=sharing It's not an attachment -- it's stored online. To open this item, just click the link above. -- http://groups.google.com/group/Google-Web

Extendable Compilation - A way to allow for runtime manageable extensions

2013-08-07 Thread google
plugin concept for GWT). Cheers -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send

[gwt-contrib] Nextgen GWT/JS Interop (Public) (google-web-toolkit-contributors@googlegroups.com)

2013-08-06 Thread Goktug Gokdogan (Google Drive)
feedback. Cheers, - Goktug -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web

[gwt-contrib] Manuel (google-web-toolkit-contributors@googlegroups.com)

2013-06-14 Thread Daniel Kurka (Google Drive)
I've shared an item with you: Manuel https://docs.google.com/document/d/1-y6jum0PO7rRqLu7IBtm1PKxJ21eGlIXl_XDjz2NNcc/edit?usp=sharing It's not an attachment -- it's stored online. To open this item, just click the link above. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Corp Textarea annoucement (google-web-toolkit-contributors@googlegroups.com)

2013-06-13 Thread Daniel Kurka (Google Drive)
if this is a good message to send out. - Daniel -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web

Invitation to use Google Talk

2012-09-23 Thread Google Talk
--- You've been invited by Gonzalo Ferreyra Jofré to use Google Talk. If you already have a Google account, login to Gmail and accept this chat invitation: http://mail.google.com/mail/b-6a5b3f1173-2b050188f3

Invitación para utilizar Google Talk

2012-07-07 Thread Google Talk
--- Alberto Jesús Rubio Sánchez te ha enviado una invitación para utilizar Google Talk. Si ya tienes una cuenta de Google, inicia sesión en Gmail y acepta esta invitación de chat: http://mail.google.com/mail/b-ef753d4fef

Re: Google axing GWT?

2012-05-05 Thread Eric Clayberg (Google)
We are hoping to release GWT 2.5 soon (before the end of the quarter). On Saturday, May 5, 2012 2:03:42 PM UTC-4, Travis Webb wrote: Eric, Thanks for replying. I have been looking for such comforting words from someone inside Google and have been unable to find them until now. Not having

Re: GWT Designer Not Visiible in IDE

2012-05-04 Thread Eric Clayberg (Google)
extends composite and go to OPENWITH-GWT DESIGNER. On Feb 11, 12:20 am, Mike mike.copp...@gmail.com wrote: I downloaded the google sample MVP code (Contacts) and am trying to look at one one of the View Java files ContactsView.java in Design mode. Is that not possible

Re: Error when trying to contact the Owner of GWT

2012-05-02 Thread Eric Clayberg (Google)
to Google Support but none of the categories shown are related to this issue. Is there any other way to contact this owner? I am looking to get more info about how to contribute case studies / articles to the GWT site. Thanks. -- You received this message because you are subscribed

Re: Google axing GWT?

2012-04-30 Thread Eric Clayberg (Google)
includes some very significant new functionality (like Elemental which Ray references in his G+ post). The GWT project remains very stable and viable, and we plan to keep it that way long term (keep in mind that Google relies on GWT just as much as the external community). Any changes planned

Re: Google axing GWT?

2012-04-30 Thread Eric Clayberg (Google)
26, 11:43 am, dominikz dominik.zalew...@gmail.com wrote: Gee man... are you aware of all this? https://groups.google.com/d/topic/google-web-toolkit/YgVlmth_6SU/disc... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: There is no GWT under Window Builder

2012-03-29 Thread Eric Clayberg (Google)
, there is no GWT there. Code parsing, eRCP, Swing, SWT and UI Toolkits are all there but no GWT. How can I make it appear? Thanks in advance for any reply. Best Regards, -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: Is GWT still being developed?

2012-03-06 Thread Eric Clayberg (Google)
We should fix that ;-) On Tuesday, March 6, 2012 4:41:04 PM UTC-5, Alan Leung wrote: I think that's just the mirror script being broken and changes are not mirrored to the SVN. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: Is GWT still being developed?

2012-03-05 Thread Eric Clayberg (Google)
or has the repository moved? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ZcLgd3ucNqAJ. To post to this group, send email to google-web-toolkit

Re: NamedFrame problem in FF when reusing the NamedFrame name (issue 7185)

2012-03-05 Thread Eric Clayberg (Google)
not hugely urgent, but it still would be nice to know!) Thanks EG -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Z1q2sNkWsxoJ. To post

Re: Not able to see GWT Designer view..

2012-02-19 Thread Eric Clayberg (Google)
have installed the light weight version of GWT Designer that is embedded in the GPE rather than the full version (standalone or bundled with WindowBuilder). No WindowBuilder prefs are included in that version. Use the Google Web Toolkit Designerhttp://code.google.com/webtoolkit/tools

Re: Why is eclipse 3.6 suggested instead of 3.7?

2012-02-16 Thread Eric Clayberg (Google)
Is there any thing on GWT broken when I use it with eclipse 3.7? No. Eclipse 3.5 and above are all supported... http://code.google.com/eclipse/docs/download.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: GWT Designer Not Visiible in IDE

2012-02-10 Thread Eric Clayberg (Google)
because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/NYbcjpszTk4J. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email

Re: problem with the GWT Designer Tutorial: GWT Login Manager

2012-01-23 Thread Eric Clayberg (Google)
because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Z0JTi85pnswJ. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email

Re: SmartGWT 3.0 support

2011-12-22 Thread Eric Clayberg (Google)
That will depend on the SmartGWT developers (or any community members that want to use it). We (Google) have no plans to provide support for SmartGWT 3.0 on our end. Support for SmartGWT 3.0 is a big project, and now that GWT Designer is open source along with the rest of GPE

Re: Compilation time doubles after upgrading to GWT 2.3

2011-12-21 Thread Eric Clayberg (Google)
on to disable most of these optimizations and return to more 1.7-like behavior. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/3R_5KeYE2ssJ. To post

Re: Nice post about GWT

2011-12-09 Thread Eric Clayberg (Google)
in this thread... https://plus.sandbox.google.com/117487419861992917007/posts/6YWpsHpqMqZ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/JJSHat3oGIgJ

Re: Problem in viewing ui.xml in designer mode.

2011-11-27 Thread Eric Clayberg (Google)
You have a JDK version mismatch between the JDK you are using to run Eclipse and the one you are using to compile your code. Make sure you are running Eclipse with the latest JDK. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: GWT Designer Local archive

2011-11-26 Thread Eric Clayberg (Google)
GPE includes GWT Designer. The Android feature requires that you install the Android tools (ADT) first. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web

Re: GWT e IDE

2011-11-26 Thread Eric Clayberg (Google)
Also note that the GPE (and tools like GWT Designer) are Eclipse only. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/MzCO48RyX30J. To post

Re: GWT Designer Local archive

2011-11-24 Thread Eric Clayberg (Google)
http://code.google.com/p/gwt-designer/downloads/list -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/pwxi0w5wkqoJ. To post to this group, send

Re: Message need GWT 2.1M4 for UIbinder

2011-11-24 Thread Eric Clayberg (Google)
What version of GWT Designer and/or GPE are you using? It looks like you are using an old one. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit

Re: GWT Designer update url does not work

2011-11-16 Thread Eric Clayberg (Google)
Looks like some sort of local communication failure on your end. I just tried the update site and it was fine. Try restarting Eclipse and trying it again. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: Google Plugin for Eclipse (GPE) is Now Open Source

2011-11-16 Thread Eric Clayberg (Google)
A nice follow-up... http://community.jboss.org/en/tools/blog/2011/11/16/thoughts-on-google-eclipse-plugins-going-open-source -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https

Re: Dart and GWT

2011-11-14 Thread Eric Clayberg (Google)
because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/zDs9EuwZyecJ. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email

Re: future of gwt who use gwt

2011-11-10 Thread Eric Clayberg (Google)
See... http://googlewebtoolkit.blogspot.com/2011/11/gwt-and-dart.html The Google Web Toolkit team has been asked recently about our plans following the announcement of the Dart programming languagehttp://dartlang.org/ a few weeks ago. Dart and GWT both share the goal of enabling structured

Re: Dart and GWT

2011-11-10 Thread Eric Clayberg (Google)
See... http://googlewebtoolkit.blogspot.com/2011/11/gwt-and-dart.html The Google Web Toolkit team has been asked recently about our plans following the announcement of the Dart programming languagehttp://dartlang.org/ a few weeks ago. Dart and GWT both share the goal of enabling structured

Re: Unable to load GWT Design View in Eclipse

2011-11-08 Thread Eric Clayberg (Google)
Have you tried opening one of your GWT UI classes (Java or UiBinder) with the WindowBuilder Editor (as shown in the docs)? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com

Re: Multiple Entry Points GWT Designer, how to choose..

2011-10-24 Thread Eric Clayberg (Google)
the following comment to that file: !-- gwtd.module.use -- -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/LvaXTMo7V_0J. To post to this group, send email

Re: When i setup the GWT i had this Error ? how can i solve it ?

2011-10-21 Thread Eric Clayberg (Google)
to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/JKAYN5uAkD0J. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

Re: GWT Designer fails under Eclipse 3.7 with latest update

2011-10-20 Thread Eric Clayberg (Google)
Please update to the latest GWT Designer build. We have also added support for Ubuntu 11.10. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit

Re: GWT internationalization vs GWT Designer internationalization

2011-10-20 Thread Eric Clayberg (Google)
which refer to standard Java localization (used by Swing and SWT, but not GWT). The GWT Designer doc adds its own page on GWT specific localization (see the link above). -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion

Re: Export from GWT Designer

2011-10-20 Thread Eric Clayberg (Google)
forumhttp://eclipse.org/forums/index.php?t=threadfrm_id=214. I would encourage you to look at the code first, so that you can ask specific questions. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: windowbuilder add jpopupmenu weak point

2011-10-18 Thread Eric Clayberg (Google)
to allow the behavior you want. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/3nk7S8UEUm4J. To post to this group, send email to google-web-toolkit

Re: Question on GWT Designer license expiring

2011-10-18 Thread Eric Clayberg (Google)
It sounds like you are using an ancient version of GWT Designer (pre-Google), so you should uninstall that version and then re-install the current versionhttp://code.google.com/webtoolkit/tools/download-gwtdesigner-beta.html(use the Eclipse 3.5 build). It is free and does not require a license

Re: Question on GWT Designer license expiring

2011-10-18 Thread Eric Clayberg (Google)
Yes. It should work for Eclipse 3.5 or higher and GWT/GPE 2.2 and higher. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/HVkzfglIEKIJ. To post

Re: Google Plugin for Eclipse

2011-10-16 Thread Eric Clayberg (Google)
The Google Plugin for Eclipse includes a simplified version of GWT Designer that does not include any project (or New Wizard) options. Those are provided by GPE itself. You will need to install the full version of GWT Designer to see any of its wizards. You don't need them, however. Creating

Re: Developers, please don't ignore reported GWT issues.

2011-10-15 Thread Eric Clayberg (Google)
That is good advice. In addition to the active GWT development team, there is a fairly large group of ex-GWT team members who are still committers on the project and working on it during their Google 20% time. If you happen to pick the wrong person, we should be able to correct it quickly

Re: GWT Designer fails under Eclipse 3.7 with latest update

2011-10-14 Thread Eric Clayberg (Google)
.so.0.6.0 is the webkit lib file (it's name could have a different version number on your system). 3) Restart Eclipse. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg

Re: Developers, please don't ignore reported GWT issues.

2011-10-14 Thread Eric Clayberg (Google)
to an issue (as was originally the in the case 6530http://code.google.com/p/google-web-toolkit/issues/detail?id=6530) won't get it seen by the GWT development team. As you can see from case 6530http://code.google.com/p/google-web-toolkit/issues/detail?id=6530, that patch has now been submitted

Re: GWT Designer fails under Eclipse 3.7 with latest update

2011-10-14 Thread Eric Clayberg (Google)
environment. If that is not installed for some reason, GWT Designer can't use WebKit, and you would see that same exception. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d

Re: [gwt-contrib] Re: gwt issues marked as patcheswelcome don't show up under open issues

2011-10-07 Thread Eric Clayberg (Google)
Exactly right. Keep in mind that we (Google) have over 1000 current projects using GWT, and GWT is used for some of our largest, most important projects. If you are building large, complex GWT apps, things like compiler optimizations and code splitting are critical. Conversely

Re: Issue with GWT Desginer

2011-10-06 Thread Eric Clayberg (Google)
-- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/c6qZG0f4uKIJ. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe

[gwt-contrib] Re: gwt issues marked as patcheswelcome don't show up under open issues

2011-10-06 Thread Eric Clayberg (Google)
indication that, while we are happy to look at a patch, we are not going to address this ourselves (similar to NotPlanned). We are willing to be convinced otherwise, if folks think it is a bad idea. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: gwt issues marked as patcheswelcome don't show up under open issues

2011-10-06 Thread Eric Clayberg (Google)
You make some good points, so we have reverted it back to open. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: GWT Designer - Support to reference CSS from ui.xml as well as CSSResource

2011-10-05 Thread Eric Clayberg (Google)
styles, create a new issue in the GWT Issue Trackerhttp://code.google.com/p/google-web-toolkit/issues/list . http://1.bp.blogspot.com/-p4Y6uH0k1-o/TmjiP80r_XI/ADc/gxj3wKcX9Es/s1600/image4.png -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT Designer and Google Maps

2011-09-30 Thread Eric Clayberg (Google)
/javadevtools/wbpro/userinterface/images/palette_context_menu2.png -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/vR3XcjdkD7gJ. To post

Re: GWT Binder error problem? show [ERROR] Element may only contain a single child element, but found g:VerticalPanel ui:field='panel1' and g:VerticalPanel ui:field='panel2'. Element g:center

2011-09-14 Thread Eric Clayberg (Google)
are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/r6dRdj037YoJ. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google

Re: GWT 2.4 breaks JDK 5 compile support

2011-09-14 Thread Eric Clayberg (Google)
might be able to temporarily hack JDK 1.5 support back into parts of GWT, it would only be temporary and equivalent to sticking your finger in the dike. Sorry. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion

Re: How can I bring up the split-view in GPE?

2011-09-11 Thread Eric Clayberg (Google)
Did you try the *Editor Layout* preference? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/9-ObiHA4sRwJ. To post to this group, send email

Re: How can I bring up the split-view in GPE?

2011-09-11 Thread Eric Clayberg (Google)
Did you install GWT Designer? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/slgTAWf5GngJ. To post to this group, send email to google-web

Re: how o i use the Layout Assistant i gwt designer?

2011-09-11 Thread Eric Clayberg (Google)
Layout assistants are available for some of the complex GXT and GWT Ext layouts. The standard GWT panels don't have any as they don't need them. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: How can I bring up the split-view in GPE?

2011-09-11 Thread Eric Clayberg (Google)
http://code.google.com/webtoolkit/tools/gwtdesigner/preferences/gwt/images/preferences_gpe_designer.png -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web

Re: How can I bring up the split-view in GPE?

2011-09-11 Thread Eric Clayberg (Google)
The *Google Web Toolkit Designer Editor Layout* pref is only available from the GPE update site. If you install the full version of GWT Designer from its own update site, you have to look at the *WindowBuilder** Editor Layout *pref instead. -- You received this message because you

Re: PLEASE HELP ME

2011-09-10 Thread Eric Clayberg (Google)
Click OK. That isn't a problem that you need to solve. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/9LYl5QcL_fQJ. To post to this group, send

Re: GWT plugin update site problems

2011-09-10 Thread Eric Clayberg (Google)
No. Now that Eclipse 3.7 is out, we no longer support 3.4. Our general policy is to support the current release plus the two most recent prior releases. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

  1   2   >