0
votes
2answers
21 views

GWT eclipse : errors/warnings preferences

Is there a possibility to change GWT errors/warnings preferences without using the eclipse UI ? Are these preferences stored anywhere or can I overwrite them somehow using the preference files in ...
0
votes
1answer
28 views

GWT Sample Project not working after compiling with no changes made

I am following this tutorial for a Google Web Toolkit project: https://developers.google.com/web-toolkit/gettingstarted Everything seems to work except at the very end when I call ant build. ...
2
votes
1answer
102 views

GWT Getting Google User's Name After Successful OAuth Login

In my GWT application, I am using the com.google.api.gwt.oauth2.OAuth2 module to allow users to signin with OAuth. I have implemented a GoogleApi class to provide the OAuth login as follows: public ...
3
votes
1answer
48 views

Using Google to search my GWT application

Is it possible to include a Google custom search on a GWT site: To search for keywords that is contained in GWT pages or views? Considering that GWT apps generate pages dynamically If this is ...
0
votes
1answer
64 views

Series of exceptions while staring with GWT visualization API. $wnd.google undefined

Here I am trying to display my PieChart. After I put the below code public void onModuleLoad() { // Create a callback to be called when the visualization API // has been loaded. Runnable ...
0
votes
1answer
129 views

Google App Engine - Maven plugin not found

I want to run maven in my app engine application. However, I get this exception: Error resolving version for plugin 'org.apache.maven.plugins:gwt-maven-plugin' from the repositories [local ...
2
votes
1answer
158 views

How to bypass Untrusted certificate error from GWT client side code?

I created a self hosted HTTPS WCF web service running on my Localhost machine. Now i make a request to this web service from a GWT based application hosted on some domain. I use self-signed ...
0
votes
0answers
79 views

How to import google analytics data into gwt app?

Hy, I suffer for days with Google Analytics and my GWT application linking. ‎ In my app, I need to have the received data process from Google Analytics (e.g. number of visitors). ‎ Probably the ...
0
votes
1answer
37 views

Launching GWT project from Eclipse using built repo output SDK responds with 404

I am taking a software engineering university course and my team has chosen to tackle the Google Web Toolkit open source project for a class project involving a bug fox or feature addition. I have my ...
0
votes
0answers
104 views

Google Cloud SQL error not authorized without GWT checked in Eclipse

When I try to connect to the SQL database from google cloud, I get the error: Not authorized to access instance. This is from the properties window from the project (Properties => Google ==> App ...
0
votes
2answers
305 views

oauth 2.0 gwt access token and google calendar api

I'm treading in unfamiliar territory again. I used this client library https://code.google.com/p/gwt-oauth2/ to get an access token that I can use to access google calendar API. After doing some ...
0
votes
1answer
259 views

OAuth 2.0 authentication error when retrieving Google userinfo in GWT

I am not very familiar with programming with requests so I'm going to try to be as concise and I possibly can in describing my problem. I am trying to get an authentication token which I can use to ...
0
votes
2answers
80 views

java google appspot application can I move to another server?

Its possible to move my app hosted in appspot.com to another server. If so what are the steps and requirements? My app its done in eclipse using gae java Thanks in advance!
2
votes
1answer
393 views

Google Sample for GWT RPC Returns HTTP Error 405 in Eclipse

I have been working through the GWT tutorials on Google's developer site, and have gotten to the section on GWT RPC here. The gist of the problem is that I've followed the instructions on the ...
0
votes
1answer
35 views

How do I get a google user's name and put it in my GWT widget?

I am using GWT to create a widget that interacts with a remote server's REST API, and it will live on a Google site. I would like to grab a user's name that they used to log on to Google Apps, and ...
0
votes
2answers
63 views

How to disable and enable the visibility of Horizontal panel in GWT?

First of all i have to disable the Horizontal panel. I tried with the following code and it the panel was disabled. public void hideNavigaton(){ pagination.removeFromParent(); } But i have to ...
1
vote
0answers
553 views

Eclipse Indigo crashes on startup after Google plugin and GWT installation

I am running on a Mac OS X 10.5.8. I made an earlier post about GPE/GWT not working for Eclipse 4.2. So I tried with Eclipse 3.7.2 instead. This time, I installed GPE 3.7 and GWT 2.4 plugins. Again, ...
0
votes
1answer
429 views

Google Plugin for Eclipse 4.2 does not show up after installing

I am running on Mac OS X 10.5.8. The problem is that the "g" toolbar icon does not show up after I finish installing GPE 4.2 and GWT SDK 2.4 plugin. When I go to "preferences", there should be a ...
0
votes
0answers
38 views

Google Wallet JDK Version in server [closed]

Google Wallet minimum config of JDK is ? and there is any blog tutorial for google wallet..
1
vote
2answers
69 views

Google Plugin for Eclipse cannot be properly Installed

I have installed Google Plugin for Eclipse 3.6 Google Web Toolkit SDK 2.4.0 in my Eclipse-Helios-3.6 but cannot find the google plugin icon in my toolbar and also I'm able to find Google in ...
1
vote
2answers
217 views

GXT - How can I add the Grid Filter parameters to the Request URL (get parameters)?

GXT - How can I add the Grid Filter parameters to the Request URL (get parameters)? final PagingLoader<PagingLoadResult<ModelData>> loader = new ...
1
vote
0answers
159 views

GWT Menu Bar in DisclosurePanel header is expanding/collapsing the Panel on click

I have a GWT DisclosurePanel with some summary data and at the end is a shortcut menu where the user can navigate from. I'd like to keep the DisclosurePanel header funcitonality on expand/collapse ...
5
votes
1answer
3k views

GWT + Google Maps API v3

I need Google Maps API v3 calls in my GWT Project, more specifically an Autocomplete-Feature for Places like in Google-Maps and the DirectionServices. We already tried 2 approaches to get v3 access, ...
0
votes
1answer
419 views

New to GWT, Google Code and App Engine

I am new in the whole Google code thing. So my question is the following. Having downloaded the Google Plugin for eclipse, i have created a new Project, which has automatically created an example ...
0
votes
1answer
117 views

including a google GWT jar - doesn't work

I'm trying to follow this beginner tutorial about Google Charts: http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted I already have an issue at the beginning where they say: ...
0
votes
0answers
98 views

Passing an array to an object with dat.gui

Is there a way to use dat.gui to pass an array to an object? At the moment I use a workaround whereby I use a string property of the object and then use .split() to turn it into an array, see below: ...
0
votes
1answer
98 views

Does Google App Engine have a default “under construction” page?

In the dashboard of GAE (https://appengine.google.com), I cannot find a default "under construction" page. I can also create a page and deploy it to GAE. But it is very time consuming if every time I ...
0
votes
1answer
429 views

gwt sample project rpc call failure

When i try to run gwt sample project it gives "RPC call failure.An error occurred while attempting to contact the server. Please check your network connection and try again". It was running good ...
0
votes
0answers
86 views

Google Docs Code to copy entered data on sheet1 onto sheet2

I have been looking and found some code for Copying data from Google Spreadsheet to another sheet within spreadsheet, but im a noob at this. i have a sheet called " BookinSheet" in there i have 2 ...
1
vote
1answer
361 views

Passing controls / values between presenters , GWT Model View Presenter?

A rookie here. I have this specific issue in implementing Model View Presenter Pattern using GWT in one of my use cases. I just started with Ray Ryan's Google IO talk and following some articles on ...
0
votes
0answers
84 views

Google Spreadsheet formula conditional

I am trying to do the following: I have two columns in my spreadsheet Names - Pair Names is a list of unique names and Pair is a validation pulldown generated from the names list. Names: Jason, ...
1
vote
1answer
499 views

GWT Eclipse plugin installation

I've installed Google's Eclipse plugin and GWT Designer in my Eclipse Juno. The installation was completed successfully but unfortunately no GWT Designer options appeared. I can't even deploy my GWT ...
0
votes
1answer
70 views

How can I remove element from JsArray<T>?

I need to remove element from com.google.gwt.core.client.JsArray. Also I need to empty the JsArray. Its urgent. Can anyone help me? Thanks in advance, Gnik
1
vote
1answer
51 views

GWT Issues - “Patches Welcome” status

I submitted an issue with GWT and after some weeks, the status was "Patches Welcome". In the mean time, I wrote code that would solve the issue. So I presumed that "Patches Welcome" would mean that ...
2
votes
1answer
166 views

How Can I stop gwt's embedded server

I was developing an application using gwt in eclipse. and once it happened to crash eclipse. now the server is running on the port 8888 I'm unable to stop it. nothing is showing in the console but I ...
6
votes
3answers
905 views

How to create GWT JsArray?

I need convert values of type T into JsArray. eg. I have String1, String2 .... Stringn I need to convert those String into JsArray<String> Can anyone help me? Thanks in advance, Gnik
0
votes
0answers
107 views

Google Maps Polylines don't display when run in Development mode on working with GWT

I am writing an application that requires me to show routes between a list of cities. I have been facing difficulties with polylines for a long time now. I am unable to see any polylines on my map. ...
0
votes
1answer
51 views

Smart address feature for the gwt and gae based app [closed]

We are currently having an application built using gwt + gae and has a typical address form asking Primary Address, Area, City, District, State and pin code. We want to improve in a way that user ...
0
votes
1answer
447 views

Google Account access token

How to extend life time of google account access token i used gwt-oauth2-0.2 to obtain an access token but problem is that it expires very soon .i want to get a token with extended life time ...
0
votes
0answers
90 views

can com.google.gwt.xml.client.XMLParser configured to disallow doctype?

My question is regarding the XML Parser of google: com.google.gwt.xml.client.XMLParser. Can it be configured to disallow external doctype or doctype at all? As i understand SAXParser has that option ...
-2
votes
1answer
203 views

How to use sync call in GWT or wait for call to be completed

This method is updating test variable. But the problem is that if condition does not wait for call to be completed instead it executes and produces wrong result. Any suggestion. ...
1
vote
1answer
212 views

PlayN html integration

I am having trouble integrating the playn-root component with the rest of my standard gwt panels and components. In other words I have standard gwt components like buttons and tables and cannot ...
0
votes
1answer
188 views

Can I add a ContentPanel into a ContentPanel on a mouse click event in GXT

I want to remove all elements from a ContentPanel on a mouse click event and add new ones. It is working fine with removeAll() method, this removes all existing components. But when I want to add a ...
-2
votes
2answers
541 views

How I can link a file to a Button in GWT EXT so when user clicks button file starts downloading?

How I can link a file to a Button in GWT EXT. What I want to achieve is that when a user wants to download a file he clicks the button and file starts downloading.
2
votes
3answers
1k views

Installing Google plugin for Eclipse Helios

I'm trying to install Google plugin for Eclipse Helios. As far as I can see this installation includes Google App Engine Java SDK 1.6.4, Google Plugin for Eclipse 3.7, Google Web Toolkit SDK 2.4.0. ...
0
votes
1answer
113 views

Stacking GWT layouts on top of one another

I'm trying to build a GWT GUI, but I'm not sure if it's possible. Basically, I need to be able to stack three layouts/panels, one on top of another like this: Bottom Layout: Panel that fills the ...
1
vote
0answers
212 views

Creating a Google Doc with MySQL to Make a Resume Template

I am interested in creating a way to query a database and then export that data to a Google Doc. The Google Doc would have to be pre-formatted/formatted to the Industry standard. The way I see it: ...
1
vote
2answers
299 views

In PlayN, how can I get the HTML version of my project using Google's Guava libraries to compile?

I can run the Java version of my project fine by simply importing Guava libraries like so: import com.google.gwt.thirdparty.guava.common.collect.ImmutableList; Following the advice here, I've added ...
1
vote
4answers
110 views

Executing GWT application from eclipse

I am a beginner in GWT. i came up with my entry class as follows: public class HelloWorld implements EntryPoint { public void onModuleLoad() { // TODO Auto-generated method stub Label label ...
1
vote
1answer
126 views

google gwt JsArrayInteger (JavaScriptObject) use via JSNI

I'm relatively new to gwt and I have a problem using JsArrayInteger. Here is my code: package com.google.gwt.sample.stockwatcher.client; public class StockWatcher implements EntryPoint { ...

1 2 3