Re: GWT Maps V3 Api, clearing directions

2012-09-03 Thread Thai Ha Duong
I have the same question please any one can help? On Friday, 31 August 2012 12:47:02 UTC+1, Jonas wrote: > > I'm using the GWT Maps V3 Api from > https://github.com/branflake2267/GWT-Maps-V3-Api > > After finding directions on the map, I'm trying to clear the previous ones > before finding new.

Re: How to call existing javascript functions (without arguments) in GWT?

2011-03-17 Thread Thai Dang Vu
n. I still don't know the answer for the 2nd question which is: how to call an existing javascript function when GWT finishes its job when a page is loaded? On Thu, Mar 17, 2011 at 6:36 AM, Thai wrote: > Hi All, > > addSymbolButton.addClickHandler(new ClickHandler() { >@Ove

How to call existing javascript functions (without arguments) in GWT?

2011-03-17 Thread Thai
Hi All, addSymbolButton.addClickHandler(new ClickHandler() { @Override public void onClick(ClickEvent event) { // How to call a javascript function, e.g. buttonClick(), here? } }); and how to call an existing javascript function after GWT finishes everything on a page? Let me

Re: GWT and spring framework

2009-07-26 Thread thai huynh
Hi Master, I think it is useful for you by link: http://code.google.com/p/tocollege-net/ regards, thaihuynh. On Sun, Jul 26, 2009 at 9:55 PM, Master wrote: > > Hi, > > I am developing an application where i need to integrate GWT with > Springs framework. I need to integrate GWT components in

How to use gwt maven plugin and tomcat maven plugin together?

2009-03-31 Thread Thai
The war file I create with mvn package can be put in an external Tomcat and it works. Then I add the tomcat maven plugin to the pom.xml and run mvn tomcat:run, then I cannot access the war application (The requested resource (/gwt-example/home.Application/Application.html) is not available.). Thi