gwt tomcat unix doesn't work

2014-02-21 Thread fedex
Hi everyone I am using tomcat version 6 in the unix server. When I try to run the sh version.sh file I get an error saying bad version. bin/bootstrap is not working i believe. I checked the jdk and jre version . They are compatible . I used commands java -version and javac -version to check the

Composite widget that behaves as a single Editor

2014-02-21 Thread Ervin Hoxha
I have a composite widget composed by 3 TextBoxes that acts as a "date mask" field, like:*[dd]/[mm]/[yyy]* (dont ask why I am doing this :), I dont like DateBox and I have to force the user to keep given format, so I wrote my own widget). Here is the java code: import com.google.gwt.core.clien

Re: Touchevent vs ClickEvent (+ phonegap help)

2014-02-21 Thread Ed
i think you need to do some Googling... See for example: https://developers.google.com/mobile/articles/fast_buttons And the m-gwt project. Understand what the use is of gwt-phonegap You don't need it until you want to access native mobile functionality... Using HTML 5 offline, makes a web app

Re: Development Mode will not be supported in Firefox 27+

2014-02-21 Thread bruciadmin
This is a pretty important change for me - looks like it's a downgrade to FF 26 a workaround is found. I had never heard of Super Dev mode but sounds like it's still got a fair way to go - and right now I need to focus on ROI for my work (retooling in the last 90% of a project is not an option w

Touchevent vs ClickEvent (+ phonegap help)

2014-02-21 Thread Axel R
Hi, I am trying to port my desktop app to mobile... 1 - I would like to understand a detail...I have clickEvents, and I am asking what would be the advantage or interest to implement a touchEvent instead (for mobile) ? Does TouchEvent will be faster than ClickEvent ? (TouchStartEvent is more p

Re: SuperDevMode problem

2014-02-21 Thread Thomas Broyer
Please do not crosspost (or post distinct messages, and try to provide crosslinks in each thread). On Friday, February 21, 2014 2:48:29 PM UTC+1, Fabricio Pizzichillo wrote: > > Hello community > I have a problem running the superdevmode. > > Whenever the message "GWT module 'Foo' may need to b

Re: SuperDevMode problem

2014-02-21 Thread Thomas Broyer
On Friday, February 21, 2014 2:48:29 PM UTC+1, Fabricio Pizzichillo wrote: > > Hello community > I have a problem running the superdevmode. > > Whenever the message "GWT module 'Foo' may need to be (re) compiled" > appears when I press "DevModeOn --> Compile". > RPC calls also do not work bec

Re: CssResource inheritance and avoiding rule repetition on injection, possibility of an @Require?

2014-02-21 Thread Thomas Broyer
On Thursday, February 20, 2014 10:51:29 PM UTC+1, GWTter wrote: > > Before anything, sorry Thomas, I think I may have just replied to you > instead of just the topic (buttons bugged on me a bit), no-spam intended > > You're right I guess I did misunderstand if the imported with prefix >

Need to add HTML5 desktop to browser DnD support in GWT application

2014-02-21 Thread dhoffer
I need to have a widget that accepts DnD files from the desktop, how can I do this in a GWT 2.5.1 application? See the link below for the JS code to do this. Does GWT already have a widget for this? If not how could I create my own? >From the link below I understand it all starts with a div in

Re: SuperDevMode problem

2014-02-21 Thread Fabricio Pizzichillo
Thanks Thomas for the reply! I'll try to do that 2014-02-21 11:27 GMT-03:00 Thomas Strauß : > Hi, > > we run mvn and eclipse and sdm. tomcat and sdm are running from eclipse > wtp. We use the inplace true option of the mvn gwt plugin. we use gwt > compiler plugin. > > we do not use mvn cmdli

Re: GWT Activity & Places Sample App

2014-02-21 Thread Mansi Shah
Hello, I am new to GWT. I am developing sample app on GWT using activity & places concept. It is giving an error in view file button click event.. Please guide me. package com.wa.WebpageSample.client.view; import com.google.gwt.place.shared.Place; import com.google.gwt.user.client.ui.IsWidget;

SuperDevMode problem

2014-02-21 Thread Fabricio Pizzichillo
Hello community I have a problem running the superdevmode. Whenever the message "GWT module 'Foo' may need to be (re) compiled" appears when I press "DevModeOn --> Compile". RPC calls also do not work because it can not access the serialization policies. In the module put The message when i mak

Re: CssResource inheritance and avoiding rule repetition on injection, possibility of an @Require?

2014-02-21 Thread GWTter
Hi Jens, Yes, this duplication when extending CssResources is exactly the issue I'm trying to highlight above and mitigate with the @required idea. Your suggestion is what I was trying to cover with the third option I gave above on how to avoid the duplication and unintended precedence override

Re: BeanCreationException

2014-02-21 Thread Thomas Broyer
On Friday, February 21, 2014 8:43:14 AM UTC+1, Farhaan Kazi wrote: > > Farhaan, > > Hi, > > After deleting validation-api.jar from classpath, Can you able to do > validation using JSR 303 annotation > You need to have validation-api.jar in the classpath (of both javac and the GWT compiler at l

Re: Angular JS with GWT

2014-02-21 Thread Thomas Broyer
On Friday, February 21, 2014 6:16:43 AM UTC+1, tarish wrote: > > Hi Guys, > Will it be good idea to integrate Angular js with GWT. The idea is to use > features of both GWT and angular js, has anyone done it yet??? please let > me know > Proof of concept: https://github.com/cromwellian/angular

Re: BeanCreationException

2014-02-21 Thread Farhaan Kazi
Farhaan, Hi, After deleting validation-api.jar from classpath, Can you able to do validation using JSR 303 annotation On Wednesday, September 29, 2010 8:40:47 PM UTC+5:30, Ashton Thomas wrote: > > I just deleted javax.validation dependency from my maven pom.xml file > and the BeanCreationError

Re: Angular JS with GWT

2014-02-21 Thread Naveen Ng
We are done in GWT. now we are trying completely using AngularJs. AngularJs is good,if you are using Rest webservice. On Fri, Feb 21, 2014 at 10:46 AM, tarish wrote: > Hi Guys, > Will it be good idea to integrate Angular js with GWT. The idea is to use > features of both GWT and angular js, has

Is there any plugin in GWT for playing video and audio

2014-02-21 Thread Narayandhoj magar
m having project in video chat using GWT but i dont know whether there is any plugin available in GWT for audio and video playing -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails fro