Hello

2011-10-16 Thread Dhruv April
Hey,I Please Intrt me.:) -- 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

Google Plugin for Eclipse

2011-10-16 Thread Gulfboy
Recently installed the Google Plugin so as to use Window Builder in my Java code. I tried going through the Stock Watch tutorial, but when I try to open a project there is no Window Builder on the project list. I checked the Eclipse Installed software and it lists Window Builder Core, CSS, XML

plz,solve this error

2011-10-16 Thread patel mitesh
16 Oct, 2011 6:40:22 PM com.google.apphosting.utils.jetty.JettyLogger info INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger 16 Oct, 2011 6:40:22 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed

Re: Window.scrollTo() no longer works with 2.4?

2011-10-16 Thread venp...@gmail.com
I'm having the same problem with scrollIntoView(). On Oct 15, 8:36 pm, colin colinzhao...@yahoo.com wrote: I use both Window.scrollTo() and Element.scrollIntoView() in my app. I upgraded my GWT to 2.4 to use the new DnD feature and others.  But just find out today that both of them stopped

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 a

Conditional script tag in a GWT module declaration

2011-10-16 Thread Lukas Laag
Hi all, I would like to create a GWT module which includes a third-party javascript library (a javascript xpath library) to patch a weakness for one of the targeted browsers (IE, which does not support xpaths). However I do not want to impact negatively the other browsers, which already have

Re: GWT + SVN + Eclipse

2011-10-16 Thread Brandon Donnelson
To your youtube comments: 1- Great job with the videos and gwt website. 2- I think I sent you a message in the gwt google groups. I'm trying to understand how to work withSVN and team members. But I haven't found the north. I mean, I uploaded to a svn repo, and we do commit, checkout, update.

Re: GWT + SVN + Eclipse

2011-10-16 Thread Brandon Donnelson
By the way. Thanks for the nice comments on the Videos. Brandon -- 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/-/XK_j8FKxWBEJ. To post to this

Has anybody setup an owned Collection in RequestFactory? Does know how to set the ParentKey/ChildKey?

2011-10-16 Thread Brandon Donnelson
I'd like to use an owned Listentity collection. I ran out of time this weekend to figure out how to use an Owned Collection in RequestFactory. Has anybody else used an owned collection in the Entity with RequestFactory? source location:

Re: GWT + SVN + Eclipse

2011-10-16 Thread Raymond Cidad
Thanks Brandon Right now we are doing a Labs project to test some functionality for a new project. Next week, when I create the new project, I'm going to (well, I'm going to try to) do a step by step SVN + Eclipse + GWT instructions to share, for all the newbies like me that are struggling

Re: SimplePager in CellTable on a DialogBox using UiBinder

2011-10-16 Thread Patrick Tucker
In initTableColumns you are assigning pager to a new SimplePager. Get rid of that line and it might work. On Oct 14, 9:52 am, jgm j...@glusted.dk wrote: Dont't know why it was posted 4 times :-( On 14 Okt., 15:48, jgm j...@glusted.dk wrote: Hi, We are having problems getting the

ImageResource, Sprites and Data: URL

2011-10-16 Thread Gaurav Vaish
Hi, Is there any option to force use the generated sprite image instead of the data:image/* URL? As I understand, the only reason to use data: URL is to avoid extra connection to the server. However, if an sprite has been created (and my sprite has around 150 images combined in), I'd prefer

Re: GWT Designer fails under Eclipse 3.7 with latest update

2011-10-16 Thread Troy Borja
Eric Clayberg (Google clayberg@... writes: Nothing at the library level has changed in GWT Designer any time recently. The requirements under Linux are (and have been for quite some time) libwebkit.so or xulrunner-1.9.x. GWT Designer tries to use WebKit first. If it isn't available for