GWT - addValueChangeHandler working on Chrome and Omniweb, not working on Firefox, Safari

2012-09-15 Thread hugues2
Hi, The following looks really weird : - I am sure the TextBox.addValueChangerHandler used to work about 1 month ago with both Firefox and Safari - Since then, I had an automatic upgrade of Firefox and the valuechangehandler does not work anymore The setup is as follows : -

Animate a com.google.gwt.visualization.client.visualizations.corechart

2012-07-07 Thread hugues2
Hi, I am trying to set animation on a ColumnChart but there is no method in com.google.gwt.visualization.client.visualizations.corechart.Options to do so. Apparently calling the following function does not work either: options.set(animation.duration, new Double(1000)); Has anyone managed

Re: JSNI error when using GWT canvas

2012-03-30 Thread hugues2
I have exactly the same issue. Hope this is related to the development mode and not to the production mode. On 3 fév, 15:39, Karel karel.cromb...@gmail.com wrote: Hey guys, I am getting quite random internal GWT errors when I am using the GWT canvas widget in complex cases. Sometimes,

Click on Gauge

2012-03-18 Thread hugues2
Hi, I am trying to make a Gauge clickable using the code below : Widget gauge = new MyGauge(tableData, tableOptions); gauge.addDomHandler(new ClickHandler() { public void onClick(ClickEvent e) { Window.alert(gauge has been clicked); }

Re: call google apps script from GWT

2012-03-07 Thread hugues2
spreadsheet -- The script contains a onOpen() function which will trigger the script when the document opens -- From GWT, do a Window.Open indicating the URL of the spreadsheet. Doing this, the Google App Script will run when the spreadsheet opens. Cheers, Hugues On 6 mar, 20:45, hugues2

call google apps script from GWT

2012-03-06 Thread hugues2
Hi, I'd like to call a google apps script from GWT to create a document (example of code below) : public static native void sendDocument() /*-{ // Create and open a document doc = DocumentApp.create(Document Title); }-*/; However when called from GWT, this function returns an

Re: call google apps script from GWT

2012-03-06 Thread hugues2
/intl/en/apis/documents/ Maybe you work Regards 2012/3/6 hugues2 hugues.flam...@gmail.com Hi, I'd like to call a google apps script from GWT to create a document (example of code below) : public static native void sendDocument() /*-{  // Create and open a document   doc

google task widget

2012-02-18 Thread hugues2
Hi, I am currently looking for a simple google task widget which could be embedded in a web site built using gwt/gae. Any idea where I could find this type of widget ? Cheers, Hugues -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Include google calendar into an existing gwt application

2011-11-27 Thread hugues2
Hi, Maybe obvious but I'd like to add a google calendar into an existing application. Basic use case is the following : - User logs-in via the gwt application (verification is already done through Oauth2 on the back-end) - The menu is displayed via different possibilities including showing