Re: Chart And Event Calendar

2011-05-07 Thread Manvel Saroyan
COOL!:) THANKS JUAN :) -- 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 google-web-toolkit+unsubscr...@googlegroups.com.

Re: fail to parse gwt-user-2.3.0.jar!/com/google/gwt/user/UserAgent.gwt.xml error after upgrade to GWT 2.3.0

2011-05-07 Thread Raphael André Bauer
On Sat, May 7, 2011 at 6:15 AM, JosephLi joseph.l...@gmail.com wrote: hi all, I am still getting some weird error in my project even after: 1.) convert all references of --com.google.gwt.requestfactory.shared-- TO --com.google.web.bindery.requestfactory.shared--. ... Hi Joseh, as David

Re: fail to parse gwt-user-2.3.0.jar!/com/google/gwt/user/UserAgent.gwt.xml error after upgrade to GWT 2.3.0

2011-05-07 Thread JosephLi
It worked!!! Thank you very much Raphael and David. I was looking at that exact thread before but wasn't careful enough to pickup the classifiersources/classifier to include the source. Never know maven even has that. Thanks guys. Joseph -- You received this message because you are subscribed

Re: fail to parse gwt-user-2.3.0.jar!/com/google/gwt/user/UserAgent.gwt.xml error after upgrade to GWT 2.3.0

2011-05-07 Thread JosephLi
Want to also mentioned here that following changes are needed if one opt to fully migrate away from the old package to the new bindery package: web.xml servlet servlet-namerequestFactory/servlet-name servlet-

GWT in Action, 2nd Edition Early Access Addition is Available for Purchase

2011-05-07 Thread wil.pannell
http://www.manning.com/koenig2/ -- 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: GWT in Action, 2nd Edition Early Access Addition is Available for Purchase

2011-05-07 Thread wil.pannell
Sorry...bad link...here's the correction: http://www.manning.com/tacy/ On May 7, 1:39 pm, wil.pannell wil.pann...@gmail.com wrote: http://www.manning.com/koenig2/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Gwt Developers--Oversight With HTML 5 audio

2011-05-07 Thread stymie
Will do Fred.Thanks On May 6, 1:27 pm, Fred Sauer fre...@google.com wrote: Hi James, There is indeed still more work to do and many more HTML 5 media (audio/video) events to implement. This is certainly on our/my list of TO DOs. Do keep bugging us if you don't see progress on this in the

Re: CellList setEmptyListMessage method deprecated in 2.3.0?

2011-05-07 Thread Thomas Broyer
The javadoc for 2.3 is at http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/index.html and the messages have been replaced with widgets. -- 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: How do you create your buttons, textfields...?

2011-05-07 Thread Gomez
Hi Jens. On 6 Mai, 14:01, Jens jens.nehlme...@gmail.com wrote: Maybe your custom Css destroys some IE specific css hacks in gwts standard css? I dont know. Do I have a custom CSS? I never changed anything. I think I dont have my custom CSS. In my current project I have a button that is a

Re: Problems with showing Designer after update GWT

2011-05-07 Thread Eric Clayberg
I'm curious as to what this fixed. It would be helpful to see the stack trace or at least a description of the problem. Right-clicking and selecting using Open With is the standard way to switch editors in Eclipse, so that would not typically fix anything (unless you were using a different editor

Aw: Re: How do you create your buttons, textfields...?

2011-05-07 Thread Jens
In my current project I have a button that is a custom widget because I want rounded borders and buttons that can collapse. With some @if user.agent = xyz css code it works pretty well in all major browsers. How did you do that? Can you give me a small example? It would be great.

GWT 2.3 + PHP

2011-05-07 Thread Bruno Santos
I wonder if it is possible to connect to the server in PHP, I saw that the website shows how to make GWT RPC and JSON using Java, but PHP speaks very little and I'm used to seeing examples to learn things, so if anyone has an example or tell me where I can find to integrate GWT with PHP would be

Re: [gwt-contrib] Re: Force locale to en_US for user unit tests (issue1430801)

2011-05-07 Thread John Tamplin
On Thu, May 5, 2011 at 3:58 AM, Thomas Broyer t.bro...@gmail.com wrote: What I don't understand is that the tests are actually exercising DateTimeFormat, which is completely emulated and controlled, and not subject to the browser's locale (or at least it *shouldn't* be, AIUI). For the