GWT advantages

2011-10-23 Thread Navindian
Hi We have decided to go with GWT and dropping the option of JSF for google maps application. I need to prepare a slide to support the same. Please suggest the parameters where GWT passes and JSF fails. It should be very generic such that Quality people appreciate it. thanks navajyothi -- You

problem with async sequence...

2011-10-04 Thread Navindian
I have the following code, operation2() is not showing correct value properly unless i make window alert . operation0(,(*new* AsyncCallback(){ *public* *void* onFailure(Throwable caught) {} %7B%7D@Override *public* *void* onSuccess() {operation1();}})); Window.*alert*('halt');

GWT 2 Servlet

2011-09-30 Thread Navindian
Hi foks, I wish to have GWT component talk to a Servlet. Any quick suggestion? Thanks Naveen Gayar -- 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

Re: Panel exposed as url?

2011-09-19 Thread Navindian
is this possible? On Sat, Sep 17, 2011 at 7:59 PM, Navindian navind...@gmail.com wrote: a href=widgetURL WidgetURL need to be mapped to GWT Widget/Panel. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Infowindow link to Panel URL

2011-09-19 Thread Navindian
(lblNewLabel, 10, 25); } } On Mon, Sep 19, 2011 at 3:51 PM, Alexandre Dupriez alexandre.dupr...@gmail.com wrote: What do you mean? On 19 sep, 09:14, Navindian navind...@gmail.com wrote: is this possible? On Sat, Sep 17, 2011 at 7:59 PM, Navindian navind...@gmail.com wrote: a href

Exposing Panel thru url?

2011-09-19 Thread Navindian
I wish to do the step of exposing panel through URL. On Mon, Sep 19, 2011 at 4:06 PM, Alexander Orlov alexander.or...@loxal.netwrote: As far as I understand you, you can do the following: *http://path/showWidget=infoPanel* String widgetToShow = Window.Location.getParameter(showWidget);

Re: [Google Maps API v3] Re: Panel URL

2011-09-19 Thread Navindian
Yes nothing to do with the maps API. xyzPanel need to be exposed as uri such that when i click that url, it will show the existing panel window in gwt. On Mon, Sep 19, 2011 at 4:37 PM, Rossko ros...@culzean.clara.co.uk wrote: I have to provide a link in Google Map Infowindow like a

UIObject/Widget/Panel exposed as url?

2011-09-17 Thread Navindian
a href=widgetURL WidgetURL need to be mapped to GWT Widget/Panel. -- 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 from this group, send email to

Re: Full GWT/GWT-Platform Web Application Sample

2011-09-17 Thread Navindian
not imported as an eclipse project. On Sat, Sep 17, 2011 at 8:05 PM, DartmanX fergusonja...@gmail.com wrote: I have built a sample application built on GWT and GWT-Platform for any interested parties looking for real-world examples of usage (beyond the usual Hello World or Contacts Database).

Hyperlink Map 2 GWTPanel

2011-09-13 Thread Navindian
I have a gwt panel where I wish to go when i click a hyperlink in map infowindow.How to cover this scenario. Any comments? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Java's Write Once, Run Anywhere for Mobile with GWT is Here!

2011-08-31 Thread Navindian
I have developed google maps based application in GWT. The architecture being used here is GWT+RPC+Spring+AOP+Oracle DB. I wish to put one more view on Android and iphone application. any thoughts? Thanks Navindian On Mon, Aug 29, 2011 at 9:58 PM, Alfredo Quiroga-Villamil alfr...@emitrom.com

javascript call

2011-08-16 Thread Navindian
Hi native void showGeoAddress(String address) /*-{ alert('before call:'+address); $wnd.codeAddress(address); alert('not reaching this'); } I am trying to call javascript function from a GWT. somehow its not getting called. Not sure about the problem. any ideas? -- You received this

Re: debugging javascript call.?

2011-08-16 Thread Navindian
before call:sanfrancisco is showing up in this alert. But it is not calling javascript function. On Tue, Aug 16, 2011 at 12:54 PM, Ivan Pulleyn ivan.pull...@gmail.comwrote: address parameter is likely null is this case On Tue, Aug 16, 2011 at 1:35 PM, Navindian navind...@gmail.com wrote: Hi

error while calling js

2011-08-16 Thread Navindian
: http://maps.gstatic.com/intl/en_ALL/mapfiles/api-3/6/0/main.js On Tue, Aug 16, 2011 at 1:09 PM, Ivan Pulleyn ivan.pull...@gmail.comwrote: Then you should check that $wnd.codeAddress exists and is a function On Tue, Aug 16, 2011 at 2:37 PM, Navindian navind...@gmail.com wrote: before

Re: New computer for compiling gwt

2011-08-14 Thread Navindian
I am also looking for a new laptop with 8 gb ram.. My requirements: 1.GWT 2.3 2. Spring 3.0 3. JBoss 5.1 4. Eclipse 3.6 Which dell laptop bests suits this requirement. I am looking at the Dell Latitude series. I already hold latitude d630 and wish to go for a new laptop. On Sun, Aug 14, 2011

Re: Spring Security with GWT

2011-08-13 Thread Navindian
any sample of gwt 2.3+spring security 3+captcha. On Sat, Jul 9, 2011 at 2:57 AM, Sven sven.reinhard...@googlemail.comwrote: Hi people, I am using GWT 2.3 and Spring Security 3. To explain my application structure a little bit. My WebContent folder contains: WebContent/ -WEB-INF/

Re: Modal Window

2011-07-12 Thread Navindian
I think Dialog Box is available in GWT. On Tue, Jul 12, 2011 at 2:10 AM, Scott Purcell spurcell...@gmail.comwrote: Hello, I have the need to convert a flex application into a GWT applcation. Only problem I am facing right now (analysis) is finding a modal window widget. Does GWT have one?

Re: Modal Window

2011-07-12 Thread Navindian
How to disable the shadow of dialogbox. On Tue, Jul 12, 2011 at 12:56 PM, tdk kloe...@ics.de wrote: yes, DialogBox is avaliable so are various other widgets which can be set to modal. But NOTE: if these widgets are visible, your application will not stop! What happens is, that all (mouse)

Re: GWT Designer Eclipse Problem

2011-07-08 Thread Navindian
Even I have tried a lot to get GWT Designer working. Can anybody suggest the right usage of GWT Designer? On Sat, Jun 4, 2011 at 3:51 PM, Noor baken...@gmail.com wrote: Hi, I am using Ubuntu , Eclipse 3.5 with GWT designer. But when I placing a control on the my interface, the whole

Re: onCellClicked alternative?

2011-06-22 Thread Navindian
Yeah I have done the same.its working for me. Thanks Thomas. On Wed, Jun 22, 2011 at 2:14 PM, Thomas Broyer t.bro...@gmail.com wrote: From the JavaDoc: *Deprecated.* *add a click handler instead and use

onCellClicked alternative?

2011-06-21 Thread Navindian
PFA class. I am able to implement onCellClicked event with this. Looks like with the latest gwt 2.3.3, it is deprecated. Please suggest alternate way of implementing this in the flextable. Thanks navindian -- You received this message because you are subscribed to the Google Groups Google Web

gwt-compile issue

2011-06-17 Thread Navindian
I have imported working project. It is giving the following error. please let me know asap. Compiling module com.ge.inds.evse.io.EVSEGRI [ERROR] Unexpected java.lang.NoSuchFieldError: reportUnusedDeclaredThrownExceptionIncludeDocCommentReference at

FlexTable Crud

2011-06-16 Thread Navindian
I am using FlexTable and i wish to remove the row based on delete button. -- 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 from this group, send email

TabPanel onTabSelected

2011-06-11 Thread Navindian
I wish to use onTabSelected event of TabPanel. Looks like its deprecated. Is there any other way? -- 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 from

gwt refresh

2011-06-11 Thread Navindian
I have a google map embedded from a javascript. I need to call refresh the markers status method of javascript for every x seconds. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

creating war

2011-05-31 Thread Navindian
How to create a war out of GWT Web application project? -- 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 from this group, send email to

list to list

2011-05-30 Thread Navindian
Hi I need a component which is used for moving chosen items from one list into another with their optional reordering there. This need to be developed in pure gwt without using libraries. Thanks navindian -- You received this message because you are subscribed to the Google Groups Google Web

GWT native DnD Code

2011-05-30 Thread Navindian
I know there are multiple libraries from smartgwt, extgwt and julien libraries to do list shuffle as attached. But i wish to use native swing GWT to develop list shuffle and to handle events. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

javascript call from GWT?

2011-05-27 Thread Navindian
Hi group, From GWT class, I need to call a javascript method. Please reply asap. Thanks navindian -- 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

GWT initialization timeout.

2011-05-25 Thread Navindian
It is not working with the latest also. Design Page has n't opened till date..10 developers here tried different ways to see Design Page. On Fri, May 20, 2011 at 9:10 AM, Navindian navind...@gmail.com wrote: I need to use GWT Designer and it seems not to be working.. Can anybody saw working

GWT Designer not working?

2011-05-25 Thread Navindian
) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575) at org.eclipse.equinox.launcher.Main.run(Main.java:1408) On Wed, May 25, 2011 at 7:48 PM, Navindian navind...@gmail.com wrote: It is not working with the latest also. Design

Re: GWT Designer not working?

2011-05-25 Thread Navindian
connection). (gwt designer try to connect to a localhost port, but if a proxy is defined, sometime designer send your request to the proxy) On 25 mai, 16:23, Navindian navind...@gmail.com wrote: org.eclipse.wb.internal.core.utils.exception.DesignerException: 4103 (GWT initialization timeout

GWT+Tomcat

2011-05-23 Thread Navindian
My Current application is working fine with Google app engine.. I wish to move it to Tomcat Server. What are the changes i need to convert it to web application in eclipse? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Designer?

2011-05-20 Thread Navindian
I need to use GWT Designer and it seems not to be working.. Can anybody saw working version of gwt designer anytime? Please tell which version is working fine.. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send