gwt-maven-archetypes with multiple client modules

2012-12-07 Thread kim young ill
Hi there, i start using this for gwt-modular webapp, quite great, but now i put a second gwt-module in the client package, how to configure the pom file so that both are avail. in -Ddev ? thanx -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: gwt-maven-archetypes with multiple client modules

2012-12-07 Thread Thomas Broyer
On Friday, December 7, 2012 9:45:19 AM UTC+1, kim young ill wrote: Hi there, i start using this for gwt-modular webapp, quite great, Thanks but now i put a second gwt-module in the client package, how to configure the pom file so that both are avail. in -Ddev ? You'll have to replace

Re: Mix Elemental and Widget

2012-12-07 Thread J.Ganesan
Thanks Broyer. It works. J.Ganeasn DropEvent#getDataTransfer() returns a DataTransfer, which is a JavaScriptObject, so you can cast() it to element.js.dom.JsClipboard. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

IDE for GWT.

2012-12-07 Thread More Programmer
Please, anyone can help me, I need IDE for gwt, I was working a aplicacion web at Eclipse Juno, but haven´t IDE as Visual Studio oriented to desing and controls.? Thanks You. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

how to apply sorting to columns with individual header and these columns are merged under a common header also

2012-12-07 Thread shray rawat
https://lh5.googleusercontent.com/-3l8DaFsEPeo/UMHFiiTl8dI/A10/PfrRT4ppQTI/s1600/TABLE.JPG SO THIS IS A TABLE FOR EX.. I AM HAVING A,B,C AS MAIN HEADERS AND D,E,F,G AS THE SUB HEADERS UNDER C. sO HOW TO APPLY SORTING FOR THESE SUB HEADERS ALSO. -- You received this message because

Re: Adsense Subscription for GWT Based Website

2012-12-07 Thread Sameeh Harfoush
i am facing the same problem, did you find a solution? thanks On Monday, October 1, 2012 12:00:51 PM UTC+3, sachin sreenivasan wrote: Hello everyone, Can someone help me with this issue? I am not finding enough posts which might give me information about this. Regards, Sachin On

Re: GWT and Web Cam

2012-12-07 Thread Alberto Mancini
Hi Christopher, accessing the webcam is something the browser may be unable to do: recent browsers (just chrome afaik) that implement WebRTC's getUserMedia (http://www.webrtc.org/) may provide access to the stream coming from the webcam, else you're forced to use a plugin, for instance flash. If

FieldUpdater

2012-12-07 Thread ken
Hi, I set a FieldUpdater on a column and I expect the update method to be called when an onblur has occured. This works for ie9, crome and firefox however on ie8 the update method is not called when an blur event occures. Any thoughts or workarounds? Thanks in advance -- You received

Re: Absolute positioning relative to other widgets

2012-12-07 Thread Vitrums
I'm not exactly aware of the reason why do I repeatedly return to this topic. But it seem like there have been existing an issue of what is described here all the time for me. And I've already encountered it countless times on my way with implementing tooltips, popups, sliding menus, suggest

Re: GWT and Web Cam

2012-12-07 Thread Alberto Mancini
Thanks, actually I do not want a dependency on flash but in case your project will be our first test :) My target, in the post I cited ,was doing 'capture' in javascript only so the real interest was on WebRTC, but I suppose Christopher will certainly like the project. Looking at the code adding

Re: GWT and Web Cam

2012-12-07 Thread Daniel Mauricio Patino León
May bad. I should have quoted to Christopher. Sorry. Webrtc it's nice, but, what we do with the down fall back on other browsers. 2012/12/7 Alberto Mancini ab.manc...@gmail.com Thanks, actually I do not want a dependency on flash but in case your project will be our first test :) My

Re: Modal Dialog/Non-busy Wait

2012-12-07 Thread Rob
On Monday, September 5, 2011 1:01:29 PM UTC-4, melody wrote: I wish to embed an asynchronous call to the server inside a method that MUST NOT return until the server has responded. So I am looking for a way to achieve a non-busy wait in GWT. I thought I could use a modal popup dialog to

Re: Problem with Window.Location.assign(url)

2012-12-07 Thread Jaroslav Záruba
i have create an issue reporthttp://code.google.com/p/google-web-toolkit/issues/detail?id=7835 for this baby On Wednesday, July 16, 2008 8:50:07 PM UTC+2, jarrod wrote: My application has a page using a GWT module, such that the url is something like:

Enterprise Application Development (Wizard) using GWT

2012-12-07 Thread Lalit Kumar
As part of one of my projects (mutual fund industry) I need to develop a 5-7 step wizard to purchase a mutual fund. In order to carry out the journey I need to interact with web services (JAX-WS) and databases. The traditional thinking is use Struts 2 MVC with Spring framework. Following are

[gwt-contrib] Super Dev Mode Can't find any GWT Modules on this page.

2012-12-07 Thread ana
Hi, I want to use the super dev mode and in my pom I have added the follows dependency: dependency groupIdcom.google.gwt/groupId artifactIdgwt-codeserver/artifactId version2.5.0-rc2/version /dependency And in my modules.gwt.xml I have

[gwt-contrib] Super Dev Mode Can't find any GWT Modules on this page.

2012-12-07 Thread Thomas Broyer
You have to gwt:compile and deploy (or mvn jetty:start or mvn tomcat7:run or similar) with the modified gwt.xml before you can use the bookmarklets. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors