Re: calling javascript methods of a js file

2009-07-10 Thread Peterman
which will work even if the GWT structure changes. Ian http://examples.roughian.com 2009/7/9 Peterman pserr...@gmail.com Hi to all I'm trying to call a javascript methods from my gwt application to a js file included in my project, but I always have the same error: the method

calling javascript methods of a js file

2009-07-09 Thread Peterman
Hi to all I'm trying to call a javascript methods from my gwt application to a js file included in my project, but I always have the same error: the method x can't be founded (or something similar). I have tried to put the js file in my public directory and linked it from my html file

Re: GWT 1.6 with Maven and build system questions/survey...

2009-04-14 Thread Peterman
Hi I was using a maven plugin (http://gwt-maven.googlecode.com/svn/trunk/ mavenrepo) with GWT 1.5.3 without Hosted Mode (in Linux the hosted mode gives a firefox browser older and doesn't support gears, for example), I generate a war and the copy it to a jboss server to test it. I know that it

DateBox and onValueChange in GWT 1.6

2009-04-14 Thread Peterman
Hi I'am working with the DateBox component: show a calendar when you click on a box. But I have a problem: the listener onValueChange doesn't work like in the componente DatePicker. This is my code: DateBox dateBox = new DateBox(); /*dateBox.setFormat(new DateBox.DefaultFormat

sort table

2009-02-09 Thread Peterman
Hi to all I newer with GWT, and I would like create a table with sort funcionality: pick a cell and sort each row, for example. I read about widgets of GWT, but the table he give me it's very simple. Later I tried with GWT incubator, with the ScrollPane widget, but It doesn't work (I supoose