Re: Mac + Google Maps 1.1 Library + Google Web Toolkit 2.2.0 SDK Bundle for Eclipse 3.5

2011-04-06 Thread Eric Ayers
Server.processConnection(BrowserChannelServer.java: > 531) >    at > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: > 352) >    at java.lang.Thread.run(Thread.java:680) > > > > It works fine on linux or windows, but doesn't work on snow leo

Re: GWT and HTML5 Client-side Storage

2011-04-05 Thread Eric Andresen
I agree, this would be nice functionality to have. For the time being, you can hack it in using JSNI, but it may not work on all browsers: public static native String getFromStorage(String keyName) /*-{ return localStorage.getItem(keyName); }-*/; public static native voi

Guidelines for RequestFactory Security/Authentication

2011-04-03 Thread Eric
Hi. I'm trying to implement Spring security over RequstFactory with GWT2.1 After some searching I've found some posts on this list but they're missing some explanation. In all the examples I could find I could see people writing the login page in JSP and I was wondering if the this is the only opt

Re: Designer Problem : « uibinder template should be in client package »

2011-03-29 Thread Eric Clayberg
That error message is very specific about the file being in the wrong place. I suppose there could be some other problem with the structure of the project, so we would need to see a complete test case project in order to see what the actual problem is. On Mar 28, 3:08 pm, HommeDeJava wrote: > Hi

How to insert components within another?

2011-03-28 Thread Eric Rommel
Hi, How to insert some components within another? Example: I insert a square block (box) in the board and inside in the box a combobox. Depending on what is selected, other components would be inserted within that square. Understand? -- You received this message because you are subscribed to the

Re: Error in MapWidget

2011-03-22 Thread Eric Ayers
() {} invocation. If you are inside a tab panel, you'll need to call checkResizeAndCenter() when the tab with the map in it is clicked. On Tue, Mar 22, 2011 at 5:49 PM, Ahmed Shoeib wrote: > i tried to remove adding scroll and form but nothing happen > the problem still present. > > > On M

Re: Error in MapWidget

2011-03-22 Thread Eric Ayers
the problem not solved > > pleas help me to solve this issue ??? > > On Mar 15, 4:30 pm, Eric Ayers wrote: >> Did you try the options in this FAQ? >> >> http://code.google.com/p/gwt-google-apis/wiki/MapsFAQ#Why_is_my_map_s... >> >> On Mon, Mar 14, 2011 at

Re: How to extend gwt designer

2011-03-17 Thread Eric Clayberg
The core of GWT Designer is an Eclipse open source project called "WindowBuilder". Source for WindowBuilder is available at Eclipse.org, if you want to look at any of the extension points in detail. You should also look at the following two PDF files in the docs... http://code.google.com/webtoolk

Re: GWT Designer Exits Upon Loading

2011-03-15 Thread Eric Clayberg
I see you are using a build from more than a month ago. Have you tried it using the latest build? http://code.google.com/webtoolkit/tools/download-gwtdesigner-beta.html On Mar 15, 4:50 am, Arvind Ganesh wrote: > I am seeing the same behavior. > > In my case, everything has been installed fresh

Re: Error in MapWidget

2011-03-15 Thread Eric Ayers
roups > "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-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.go

Re: gwt-gadget.jar version new version

2011-03-14 Thread Eric Ayers
bscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Re: GWT Designer Exits Upon Loading

2011-03-13 Thread Eric Clayberg
It would be hard to guess without a test case and associated crash logs. It could be a caused by a corrupt Eclipse or GWT installation or a bad / incompatible component. Are you using any 3rd party components? -Eric On Mar 12, 2:10 pm, Eric Atkinson wrote: > Does anybody know why if, wh

GWT Designer Exits Upon Loading

2011-03-12 Thread Eric Atkinson
Does anybody know why if, while using Eclipse Helios, and you press the "Design" tab for GWT Designer, that it would exit Eclipse. I created a web page using the GWT Designer, and now (suddenly), it exits the entire IDE every time I try to re-enter design mode for that page. -- You received this

Re: GWT Designer - full version

2011-03-11 Thread Eric Clayberg
"Standalone" in this case simply means that it is not embedded in the GPE and can even be used without it (you would still need the GWT SDK). Eclipse is always required as well. -Eric On Mar 10, 11:16 am, Boris Lenzinger wrote: > This page does not say that GWT Designer is

Re: RequestFactory calling find method for every item in a list

2011-03-10 Thread Eric Andresen
I've seen this as well. My suspicion based on some debugging and breakpoint work is that the RequestFactory is properly retrieving the related objects using the relation, but then immediately querying them all again to verify their version numbers match the ones from the DB. I worked around

Re: GWT-Designer bug ?

2011-03-10 Thread Eric Clayberg
/webtoolkit/tools/download-gwtdesigner-beta.html On Mar 9, 1:41 pm, khiem nguyen wrote: > yes, i'm using maven. will try the latest beta > thanx > > > > > > > > On Wed, Mar 9, 2011 at 5:15 PM, Eric Clayberg wrote: > > Are you using Maven? This looks li

Re: GWT designer installation

2011-03-10 Thread Eric Clayberg
Actually, it is very likely to be an Eclipse Update Manager problem or a local communications problem on your end. What version of Eclipse are you using and what exact update site URL are you using? The release or the beta? On Mar 10, 3:32 am, Rajeshwar Mitra wrote: > GWT designer installation i

Re: GWT-Designer bug ?

2011-03-09 Thread Eric Clayberg
mpl.invoke(NativeMethodAccessorImpl.java:3 9) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp > l.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620) > at org.eclip

Re: GWT-Designer bug ?

2011-03-08 Thread Eric Clayberg
Unfortunately, that isn't very much context. In general, we need to see the complete stack trace. It would also be helpful to have info about your Eclipse version, GWT version, OS version, JDK version and GWT Designer version. Have you tried the latest GWT Designer build? http://code.google.

Re: WindowBuilder encountered unexpected internal error. Please contact support

2011-03-07 Thread Eric Clayberg
Update to GWT 2.1.1 or 2.2.0. -Eric On Mar 2, 1:18 pm, cri wrote: > I've got a composite with a CellTable in it. When I try to bring up > the composite in GWT Designer, I get the exception referenced below. I > suspect the problem is due to the fact that my project uses the gwt &g

Re: WindowBuilder MVP bug

2011-03-07 Thread Eric Clayberg
We were not able to reproduce this. We need to see the entire stack trace. -Eric On Mar 3, 12:07 pm, Tim Wisniewski wrote: > Hi, > > I've noticed that if I try to create a new project through the > WindowBuilder project wizard, but also check "Use MVP framework"

LinkCell for CellTable

2011-03-06 Thread Eric
code, but that feels a little kludgy. Could anyone point me to a elegant way of making a link in a CellTable that really behaves like a link. Thanks, Eric -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this

Re: Grid component not displayed correctly in Eclipse GWT Designer plugin

2011-03-01 Thread Eric Clayberg
This is a GXT issue. GXT 2.2.1 is not compatible with GWT 2.2. You would need to drop back to GWT 2.1.1 or get a GWT 2.2 compatible version of GXT. On Feb 27, 6:41 am, Wilson Hew wrote: > Hi, > > I am a new user to GWT and GXT. I have installed below plugins into > Eclipse EE Helios 3.6 32-bit >

Re: GWT 2.2 on linux: Designer not wokring

2011-03-01 Thread Eric Clayberg
2.17.8 > > -rwxr-xr-x 1 root root 16578456 2011-01-11 16:24 libwebkit-1.0.so.2.17.8 > > > Also, I'm not running the os-version of eclipse, but downloaded and > > installed from the eclipse website. > > > I'll have a go with the GWT beta release. > > > Ch

Multiple warnings in GWT 2.2

2011-02-25 Thread Eric
sue. The only thing I'm doing that is a little weird is creating my own cell table resources. Are other people having this issue? Thanks, Eric gwtc: [java] Compiling module com.greenfiling.gwt.gwtui [java]Scanning for additional dependencies: jar:file:/data/ install/gwt-2.2.

Re: GWT 2.2 on linux: Designer not wokring

2011-02-25 Thread Eric Clayberg
See the discussion and suggestions here... http://code.google.com/p/google-web-toolkit/issues/detail?id=6029 -- 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 unsu

Re: Maven, Spring GWT 2.1

2011-02-24 Thread Eric Clayberg
We have had several users report that placing the gwt-dev.jar (using its original name) in the same directory as gwt-user.jar makes it work. In the latest GWT Designer build, we have also added a work around that should allow it to find the renamed and relocated version of the gwt-dev.jar in Maven

Re: GWT Designer and GAE deployment

2011-02-24 Thread Eric Clayberg
esigner creates a simple GWT project. You would need to add GAE support to that yourself before you can deploy to GAE. On Feb 23, 10:13 am, csaffi wrote: > Thank you for your answer Eric. > > > We need more details here. What do you mean by you "cannot use the > > Design

Re: GWT Designer 2.2 error with gwt-maven project

2011-02-24 Thread Eric Clayberg
We have had several users report that placing the gwt-dev.jar (using its original name) in the same directory as gwt-user.jar makes it work. In the latest GWT Designer build, we have also added a work around that should allow it to find the renamed and relocated version of the gwt-dev.jar in Maven

Re: GWT Designer / Only Small Black Square

2011-02-24 Thread Eric Clayberg
he OS default browser which happens to be IE under WIndows, Mozilla under Linux and Safari under OSX. Unfortunately, IE 6 does not render those new standard mode widgets correctly. On Feb 23, 1:15 pm, cri wrote: > Eric, Problem solved! Since you hinted that the version of IE might be > a factor

Re: Google Maps API v3 support in gwt-google-apis

2011-02-23 Thread Eric Ayers
email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You received this message because you are subscribed to the Google

Re: GWT Designer / Only Small Black Square

2011-02-23 Thread Eric Clayberg
What version of IE are you running on both machines? If you actually run the app on your XP box, do those widgets display correctly? On Feb 22, 12:56 pm, cri wrote: > More info on the problem. > > First, and perhaps most important, the problem seems to involve all of > the new layout panels: Doc

Re: GWT Designer and GAE deployment

2011-02-23 Thread Eric Clayberg
We need more details here. What do you mean by you "cannot use the Designer because it seems disabled". Disabled in what way? With the second project, why can't you "run it on GAE after deployment"? What version of GWT are you using? What version of GWT Designer? On Feb 22, 11:32 am, csaffi wro

Re: Ganymede Eclipse Older GWT Plugin link needed

2011-02-18 Thread Eric Clayberg
What are the symptoms when it fails to load? Have you tried re-starting Eclipse? Have you tried Eclipse 3.6? -Eric On Feb 17, 8:47 pm, Mulder wrote: > If I try to install the latest version of the GWT eclipse plugin for > Ganymede, it fails to download. > > Is there a way I ca

SuggestBox can't set Oracle

2011-02-17 Thread Eric
So, SuggestBox.setOracle(SuggestOracle oracle) is private. I can't immediately see a good reason for it. I can work around it, but calling that method would be the most natural fit for my code. Thoughts? Eric -- You received this message because you are subscribed to the Google G

Re: Precision problem for ValueBoxBase ?

2011-02-17 Thread Eric Andresen
om parser: 6920835985627925504 --- Eric Andresen On Wed, Feb 16, 2011 at 4:11 PM, Eric Andresen wrote: > > I have an editor that uses a ValueBoxBase to store a very large number. >  The box is read-only, but it my number gets changed between setValue() and >

Re: GWT Designer 2.2 error with gwt-maven project

2011-02-17 Thread Eric Clayberg
Are you using the gwt-maven-plugin? If so, what version? Make sure that you are using a version that is compatible with GWT 2.2 (and not 2.1). -Eric -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, sen

Re: GWT 2.2 Eclipse update fails -- needs PDE

2011-02-17 Thread Eric Clayberg
/GPE 2.2 does require the PDE (which is a standard part of the Eclipse SDK) but does not prereq any specific version so the exact error message is being triggered by Eclipse and not GWT/GPE. -Eric On Feb 17, 5:01 am, francescoNemesi wrote: > I have the same problem, but I must use 3.4

Precision problem for ValueBoxBase ?

2011-02-16 Thread Eric Andresen
I have an editor that uses a ValueBoxBase to store a very large number. The box is read-only, but it my number gets changed between setValue() and getValue(). Basically, when I set value 6920835985627925836 and then immediately get the value, it returns 6920835985627925504 . The value show

Re: NullPointerException on stockwatcher tutorial

2011-02-15 Thread Eric
See my reply above. Basically you just need to add a div or something with an id of "stockList" in war/StockWatcher.html On Feb 14, 8:10 am, iuiz wrote: > I got the same problem running the tutorial under ARCH Linux with > Eclipse Helios, but without the App Engine. However I use gwt-2-2-0. --

Re: NullPointerException on stockwatcher tutorial

2011-02-15 Thread Eric
rs while calling add mainPanel might be null > (don't know if this is permitted). > > Best regard, > Basdl > > On Feb 13, 10:10 am, Eric wrote: > > > > > > > > > Hi! I'm new to GWT. > > I'm working on the tutorials and I'm stuc

Re: NullPointerException on stockwatcher tutorial

2011-02-15 Thread Eric
ong. > When the exception occurs while calling add mainPanel might be null > (don't know if this is permitted). > > Best regard, > Basdl > > On Feb 13, 10:10 am, Eric wrote: > > > > > > > > > Hi! I'm new to GWT. > > I'm working on t

Re: GWT 2.2 / GWT Designer / Add CellTable Crashes GWT Designer

2011-02-15 Thread Eric Clayberg
To completely uninstall the old version of GWT Designer, go to "Help > About > Installation Details > Installed Software", select all of the GWT Designer / WindowBuilder v8.1.x components (everything with a 8.1.x version tag), and click "Uninstall". -Eric -- You

Re: Can't work with GWT Designer

2011-02-15 Thread Eric Clayberg
To completely uninstall the old version of GWT Designer, go to "Help > About > Installation Details > Installed Software", select all of the GWT Designer / WindowBuilder v8.1.x components (everything with a 8.1.x version tag), and click "Uninstall". -Eric -- You

Re: GWT 2.2 and gwt-maps.jar not compatible

2011-02-14 Thread Eric Ayers
ttp://groups.google.com/group/google-web-toolkit?hl=en. > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- 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@googlegrou

NullPointerException on stockwatcher tutorial

2011-02-13 Thread Eric
Hi! I'm new to GWT. I'm working on the tutorials and I'm stuck on Step 3 (http:// code.google.com/intl/en/webtoolkit/doc/latest/tutorial/buildui.html) I have all the code copied, but when debugging as Web Application I get a NullPointerException no matter what browser I'm using. The problems seems

Re: Load/Display KML file in GWT Google Maps

2011-02-08 Thread Eric Ayers
; "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-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.c

Re: Are overload methods allowed in service class using RequestFactory?

2011-02-08 Thread Eric Andresen
I see the same error message when inheriting from a generic class or implementing an interface that uses generics. I don't see any documentation forbidding that either. In the example below it works just fine if I comment out the "implements ObjectWithException" code, but throws an error if I

Re: Next GWT Designer release

2011-02-05 Thread Eric Clayberg
(which has to be done very carefully). We are very aware of the GWT Designer startup issue and will continue to whittle away at it until it achieves a reasonable speed. -Eric On Feb 4, 6:11 am, cri wrote: > With GWT Designer integration being a focus of the upcoming GWT/Plugin > release,

Re: Issue 5752: ListEditor.setValue fails once the underlying AutoBean has been frozen

2011-02-04 Thread Eric Andresen
We are seeing this issue as well. Colin, did you try changing the AbstractEditorDelegate, and if so did you have any luck? -- 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@googleg

Getting Height of cell table

2011-02-02 Thread Eric
g again. Is there any event that I could add a handler to that would fire when the cell table actually draws? I'm using 2.1.0. I'd happily change to 2.1.1 but this issue, which exists in 2.1.0 but is worse in 2.1.1 is keeping me from upgrading. Thanks, Eric -- You received this mes

Re: GWT debuggin in Chrome - why is so slow?

2011-02-02 Thread Eric
's helpful. Eric On Feb 2, 10:12 am, Edson Richter wrote: > I've a development environment composed by NetBeans, Apache Tomcat > 6.0.30 and GWT 2.0.4. > > In the client side, I've Google Chrome and Mozilla Firefox. I gave up > on testing Internet Explorer due

Re: Developer Guide on writing with GWT a reusable javascript widget

2011-02-01 Thread Eric Ayers
gram (in its compiled form). Is there any guide on how to proceed, >> > > eg which classes and methods will be exposed to the user? >> >> > > Thanks, >> >> > > Thomas > > -- > You received this message because you are subscribed to the Google Gr

Re: GWT Designer unusable

2011-01-31 Thread Eric Clayberg
In general, you should report problems like this by hitting the "Contact Support" button in the error window and submitting your log and config details to us so that we can see the full context. For example, what version of Windows are you using? It looks like something is interfering with localho

Re: Unable to open GWT designer in

2011-01-27 Thread Eric Clayberg
What version of GWT Designer are you using? I would recommend using GWT 2.1.1 and the latest version of GWT Designer. On Jan 26, 12:14 am, Rao Venu wrote: > Hi > > I am trying to open an entry point module file in the "design" view as > perhttp://code.google.com/webtoolkit/tools/gwtdesigner/quic

Re: Must getters and setters in an EntityProxy be a matched set?

2011-01-27 Thread Eric Andresen
. Thanks again, Eric --- Eric Andresen On Thu, Jan 27, 2011 at 4:47 AM, Thomas Broyer wrote: > > > On Thursday, January 27, 2011 1:55:11 AM UTC+1, Eric Andresen wrote: >> >> I guess a better wording for my question is, are ei

Re: Must getters and setters in an EntityProxy be a matched set?

2011-01-26 Thread Eric Andresen
I guess a better wording for my question is, are either of the following flows allowed? The goal is to create an object on the server side without persisting it, display its default values and edit them on the client side, and then persist it back to the server side. 1) Create Request Conte

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-26 Thread Eric Blanchette
> > https://dl-ssl.google.com/gwt/plugins/chrome/1.0.9521/gwt-dev-plugin.crx > > On Wed, Jan 26, 2011 at 4:33 PM, Eric Blanchette < > > > > > > > > eric.blanche...@digitalmatrices.com> wrote: > > I see "TypeError: Object # has no method > > '

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-26 Thread Eric Blanchette
l-ssl.google.com/gwt/plugins/chrome/1.0.9521/gwt-dev-plugin.crx > > On Wed, Jan 26, 2011 at 4:33 PM, Eric Blanchette < > > > > > > > > eric.blanche...@digitalmatrices.com> wrote: > > I see "TypeError: Object # has no method > > 'getHostPermission&#

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-26 Thread Eric Blanchette
I see "TypeError: Object # has no method 'getHostPermission'" error messages in the console. Could this be related? On Jan 26, 4:02 pm, Thomas Broyer wrote: > Seehttp://code.google.com/p/google-web-toolkit/wiki/TroubleshootingOOPHM > > Do you see a gray GWT toolbox in the location bar next to th

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-26 Thread Eric Blanchette
Same thing happened to me. Was something just updated? IE and FF are still working On Jan 26, 4:02 pm, Thomas Broyer wrote: > Seehttp://code.google.com/p/google-web-toolkit/wiki/TroubleshootingOOPHM > > Do you see a gray GWT toolbox in the location bar next to the "bookmark > star"? -- You rec

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-26 Thread Eric Andresen
Restarting Chrome didn't fix the problem. I also tried uninstalling and re-installing the plugin to no avail. GWT Developer Plugin - Version: 1.0.9614 A plugin to enable debugging with GWT's Development Mode ID: jpjpnpmbddbjkfaccnmhnkdgjideieim Inspect active views: - background.html

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-26 Thread Eric Andresen
You're not the only one. This happened to me and one of my co-workers today as well. There must have been a Chrome update or something that broke the plugin. We're on Chrome version 9.0.597.83 beta -- You received this message because you are subscribed to the Google Groups "Google Web Tool

Announcing GPE/GWT 2.2M1

2011-01-26 Thread Eric Clayberg
t you have installed. -- Eric, on behalf of the GWT, App Engine, and Google Plugin teams -- 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

Must getters and setters in an EntityProxy be a matched set?

2011-01-26 Thread Eric Andresen
ersisted class, for example re-use the Request object or something like that? My server side code is simply: public MyObject createAndInit() { return new MyObject (); } and the second server call simply performs a persist. Thanks, Eric -- You received this message because you are subscribe

Re: GWT designer and widgets with visibility = false

2011-01-22 Thread Eric Clayberg
GWT Designer intentionally ignores the visibility flag at design time. The correct solution here would be to use a DeckPanel to hold all of the overlapping widgets. This is exactly the job it was designed for. -Eric On Jan 21, 4:16 pm, musawir ali wrote: > Hello, > > I'm designi

Re: GWT + Google Maps 1.1 Library Non-Map Uses

2011-01-21 Thread Eric Ayers
That sounds right to me. On Jan 21, 2011 3:16 AM, "Alberto" wrote: > Maybe I've to create a new Projection? > > On 20 Gen, 11:18, Alberto wrote: >> Hi, I'm using Google Maps API to represent some paintings. >> I've just used MapType object to create a new Map with custom tiles, >> but Mercator Pr

Re: GWT Designer expecting the module as the name of the eclipse project?

2011-01-20 Thread Eric Clayberg
test case project that exhibits this problem in order to tell you the cause and how to fix it. -Eric On Jan 19, 5:55 pm, joao wrote: > Hi, > > I have an eclipse project called some-eclipse-project that was > generated with maven GWT plugin. > > My module is named MyModule and

Re: Reading a file in a GWT-written Gadget

2011-01-18 Thread Eric Ayers
To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You received this message

Re: GWT External JARs and use on the Client Side

2011-01-17 Thread Eric
le Code to port Apache Commons-Lang to GWT. It seems to be very quiescent, however. http://code.google.com/p/gwt-commons-lang/ Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group,

Re: GWT designer crashing with this error

2011-01-12 Thread Eric Clayberg
Have you tried reinstalling into a new, clean version of Eclipse? It would be helpful to see a couple of things: 1) a test case that will reproduce this 2) your complete Eclipse .metadata ".log" file 3) any vm crash logs If this was working earlier and suddenly stopped working, I would also focu

Re: Way to use a ServiceLocator to find a Locator in 2.1.1 RequestFactory?

2011-01-07 Thread Eric Andresen
lution, I will look in to doing that so I don't have to have these bridge classes hanging around everywhere. Thanks again, Eric -- 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

Re: Google API Lib GWT

2011-01-06 Thread Eric Ayers
le to your classpath). Try working through the Getting Started guilde which will walk you through creating a sample project. On Thu, Jan 6, 2011 at 10:32 AM, wrote: > Thanks Eric, > > But how to add the jars in Eclipse.any idea? > > Empower your Business with BlackBerry® and Mobil

Re: Google API Lib GWT

2011-01-06 Thread Eric Ayers
e 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 > google-web-toolkit+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://gr

Way to use a ServiceLocator to find a Locator in 2.1.1 RequestFactory?

2011-01-06 Thread Eric Andresen
of a way to do this other than writing a separate EntityLocator class that implements the Locator<> interface and passes the requests into my Service layer? Thanks, Eric -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to

Re: Display an Image from JPA entity.

2010-12-27 Thread Eric
onScaffold.html? gwt.codesvr=127.0.1.1:9997 User-Agent:Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/ 534.10 (KHTML, like Gecko) Ubuntu/10.10 Chromium/8.0.552.224 Chrome/ 8.0.552.224 Safari/534.10 On Dec 27, 1:32 pm, Eric wrote: > Thank you > I tried the URL approach, it works great in

Re: Display an Image from JPA entity.

2010-12-27 Thread Eric
Thank you I tried the URL approach, it works great in development mode but when deployed on tomcat the location of the uploaded file is changed for some reason. it puts everything in tomcat's bin(DUH!). I'll try the base64 way. I'm using uibinder image this way: @UiField Image Image has only sette

Display an Image from JPA entity.

2010-12-26 Thread Eric
Hello. I'm trying to figure out how to display Images using the requestFactory. I have an entity that represents an Image and I want to have a simple list of all images. I'm wondering what data type should I use for holding the image data. The RequestFactory docs mention that primitives are not all

Re: Custom Maps

2010-12-22 Thread Eric Ayers
unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You received this message be

Re: google maps api

2010-12-22 Thread Eric Ayers
is group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You received this message because you are subscribed t

Re: UiBinder or GWT Designer

2010-12-22 Thread Eric Clayberg
be much help. If you have your UI decomposed into reusable static pieces (Composites), it would be helpful with those pieces, but not with the main UI as a whole. -Eric On Dec 21, 4:20 pm, Thad wrote: > My interface is largely shaped by the results of calls to a database > via a clearly d

Re: UiBinder or GWT Designer

2010-12-22 Thread Eric Clayberg
. Once the tool is up and running, it should respond quickly in the design mode. -Eric On Dec 21, 9:20 am, "a...@mechnicality.com" wrote: > Totally agree with you comments, Jeff. I evaluated GWTDesigner because, > generally speaking, I like > RAD tools. However, I found it

Re: UiBinder or GWT Designer

2010-12-22 Thread Eric Clayberg
improved our UiBinder support considerably. -Eric -- 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 goog

Re: RPC call from GWT gadgets

2010-12-22 Thread Eric Ayers
Check out the Traveler sample code that is a part of the distribution: http://code.google.com/p/gwt-google-apis/source/browse/#svn%2Ftrunk%2Fgadgets%2Fsamples On Wed, Dec 22, 2010 at 4:47 AM, दीपक B wrote: > Hi Eric, > > If you can provide some sample for use then that will really help

Re: google maps api

2010-12-21 Thread Eric Ayers
t; To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You received this m

Re: RPC call from GWT gadgets

2010-12-21 Thread Eric Ayers
You need to use the Gadgets Io feature so your network calls are routed through the gadget container proxy. On Dec 21, 2010 10:27 AM, "दीपक B" wrote: > > > Hi all, > Has anyone tried Calling a remote SOAP service from GWT Gadget. > The Call from the client side is unable to find the servlet. > Ca

Re: UiBinder or GWT Designer

2010-12-21 Thread Eric Clayberg
already been pointed out). -Eric On Dec 20, 7:45 am, junaidp wrote: > Hi , > I would like to know the difference in UiBinder and GWT Designer  like > which one is better > if  i'm using GWT Designer for my interface and not using any java > code for the interface ,will i still b

Re: GWT + Google Maps (JSNI) put a map in a panel

2010-12-16 Thread Eric Ayers
FYI: that library is not dead but that bit of source is frozen. We have been slowly refactoring that library for the gwt-google-apis project in a change branch. On Dec 15, 2010 10:18 PM, "mp31415" wrote: > Last time I tried that project (gwt-google-maps-v3) it was rather raw > (buggy). And it see

Re: To GWT or Not to GWT

2010-12-15 Thread Eric Ayers
roup. > To post to this group, send email to google-web-tool...@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. >

Re: To GWT or Not to GWT

2010-12-15 Thread Eric Ayers
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 > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at

Re: To GWT or Not to GWT

2010-12-14 Thread Eric Ayers
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 > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this g

Re: How to add multiple markers out of Array

2010-12-09 Thread Eric Ayers
>> >> > } >> >> > I'm searching now for more than 3 hours because of this problem. I >> > would be really happy, if anybody can help me. >> >> > Thanks and best regards. >> >> > Jan > > -- > You received this message b

Re: GWT Designer / TabLayoutPanel Woes

2010-12-08 Thread Eric Clayberg
I tried that and it worked fine for me. It would be helpful to see a test case (both the file you are editing and the HTML file). On Dec 7, 12:59 pm, cri wrote: > I'm new to GWT Designer, so I'm probably making a basic mistake of > some sort. When using GWT Designer to create a TabPanel, things

Re: How to create Gmail contextual gadget using GWT?

2010-12-06 Thread Eric Ayers
ou 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 > google-web-toolkit+unsubscr...@googlegroups.com.

Re: CellTable not updating

2010-12-02 Thread Eric
cit height and width. > > Thanks, > John LaBanca > jlaba...@google.com > > > > > > > > On Thu, Dec 2, 2010 at 2:07 PM, Eric wrote: > > Yes, I added the table to the provider as a data display. I was not > > invoking dataProvider.refresh() as I thought

Re: CellTable not updating

2010-12-02 Thread Eric
aDisplay method to associate the > cell table with it? >     dataProvider.addDataDisplay(yourCellTable); > > Also, after making any changes to the data provider such as modifying, > adding or deleting, are you calling the data provider's refresh method? >     dataProvider.refresh(); >

CellTable not updating

2010-12-02 Thread Eric
I have CellTable being fed data from a ListDataProvider. I set a list into the data provider and can then query the CellTable and see the updated HTML results. Popping up a window with the table also shows an updated table. The problem is, I originally put the table into a DeckPanel that's nested

Re: how to position LargeMapControl on map

2010-12-01 Thread Eric Ayers
gt; To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You receive

Re: GWT Designer UiBinder can not accept Arabic text.

2010-11-30 Thread Eric Clayberg
1) Make sure that you are using the latest GWT Designer 8.1 build http://code.google.com/webtoolkit/tools/download-gwtdesigner-beta.html 2) Check the ui.xml properties in Eclipse and make sure that the file is set to use the UTF-8 charset. On Nov 28, 6:31 am, "sab...@gmail.com" wrote: > Whe

Re: Gwt 2.1 Eclipse Helios

2010-11-28 Thread Eric Clayberg
You have not provided enough info to know whether this is actually a problem or not. Depending on how you have configured your project and what classes/jars you are referencing, those error may be correct. Please provide the following info: 1) What exact GWT Designer version are you using (from th

<    1   2   3   4   5   6   7   8   9   10   >