Re: How to retrieve client's date in Short format as configured on client machine

2012-12-14 Thread Sachin
Thanks Shades, Yes I tried using DateTimeFormat but here problem is that it never picks up changes done on Short format in Windows setting, it always displays short date in -mm-dd format. BTW I used: DateTimeFormat.getFormat(PredefinedFormat.DATE_SHORT).format(today) If there is any

Re: Editor setConstraintViloations does not propagate

2012-12-14 Thread Thomas Broyer
On Thursday, December 13, 2012 12:30:09 AM UTC+1, Milan Cvejic wrote: Hello, I am trying to implement Bean validation and integrate it with Editors. I have following code base: *DomainConfigComponent.java* import com.github.gwtbootstrap.client.ui.ValueListBox; import

Re: Styling Cell individually in CellTable

2012-12-14 Thread Thomas Broyer
Have a look at Column#getCellStyleNameshttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/cellview/client/Column.html#getCellStyleNames(com.google.gwt.cell.client.Cell.Context, T), override it as needed in your column. On Thursday, December 13, 2012 9:17:25 PM

Re: Exceptions when compiling obfuscated; pretty is fine

2012-12-14 Thread Thomas Broyer
On Thursday, December 13, 2012 10:45:02 AM UTC+1, BDT wrote: Suddenly I am getting all kinds of runtime exceptions when compile obfuscated. If I compile set to pretty, everything is fine. This is not new code and I did not just update my tools. I have tried completely cleaning

Re: can not get multiple matches using regex

2012-12-14 Thread Thomas Broyer
On Friday, December 14, 2012 2:08:30 AM UTC+1, bhomass wrote: I am using GWT Regex RegExp regExp = RegExp.compile(\\b + searchWord + \\b, gi); MatchResult matcher = regExp.exec(input); this only returns the first match. why is that? I already set the global option. any one knows

Re: Styling Cell individually in CellTable

2012-12-14 Thread Alex opn
I can't belive I haven't seen the setCellStyleNames method! : ) Thanks for pointing me in the right direction again! Am Freitag, 14. Dezember 2012 14:36:55 UTC+1 schrieb Thomas Broyer: Have a look at

Re: Wishlist - What GWT developers want for Christmas

2012-12-14 Thread Joonas Lehtinen
Just to report back. We were able to fix the issue and vaadin.com is no longer asking access to contacts when you signing in with your Google account. - Joonas On Thursday, December 13, 2012 12:03:47 PM UTC+2, Joonas Lehtinen wrote: Looks like our login form is using wrong scope from OAuth

Re: Wishlist - What GWT developers want for Christmas

2012-12-14 Thread henrik
Hi, I'm the author of the piece of code that allows you logging in via various external services to vaadin.com, so all this is kind of my fault. Let me try to explain the situation. The first time you try to log in with, say, Google, we don't have any records of you. So we ask that service

Undefined attachEvent method in IE 8 using the GWT

2012-12-14 Thread Nikos F.
We have developed a fairly complex business application using the Google Web Toolkit for the front-end rendering. Our application is working correctly on all modern browsers (Chrome, Firefox, Safari and IE9). In order to use standards mode we have put !DOCTYPE html in the GWT bootstrap.

Re: SuggestBox in a CellTable

2012-12-14 Thread ionut . penciuc
Hello Craig! Been struggling awhile to accomplish this functionality and managed to do it following this post! Thanks for the suggestion! Did you manage to find out something else about this meanwhile? Best regards, Ionut -- You received this message because you are subscribed to the Google

Re: celltree indentation

2012-12-14 Thread Joel
Looking at CellTreeNodeView.java, I can see this is pretty buried in the implementation. On Wednesday, December 12, 2012 9:01:48 PM UTC-6, Joel wrote: I'd like to get rid of the indentation at least for the first set of children, but I still want the arrow icon images for open close (same

reports

2012-12-14 Thread Pablo Turcios
Hi, all help me, I need to create reports in gwt some example or tutorial that can guide me. thanks -- 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: reports

2012-12-14 Thread Jens
Create them on server (e.g. using a library like JasperReports). Let the GWT application open an URL pointing to the generated PDF. -- J. Am Freitag, 14. Dezember 2012 18:10:02 UTC+1 schrieb Spartacus: Hi, all help me, I need to create reports in gwt some example or tutorial that can guide

Re: GWT 2.4.0+ RequestFactory EntityProxy Validation

2012-12-14 Thread Steven Jardine
I have found out a few more details relating to this problem. I have an Editor that implements LeafValueEditorListPhoneProxy. When a user wants to add a new PhoneProxy to my editor I call context.create(). Sometimes the user cancels the process. When the user cancels the process the

Lienzo is now GA and it's Pixel Perfect!

2012-12-14 Thread Alfredo Quiroga-Villamil
All: Just a quick announcement letting everyone know that Lienzo is now GA! If you are looking to do anything canvas based, games, animations, new unthinkable widgets for either mobile or web based apps, I think you will find that Lienzo covers in this, its 1.0 version the vast majority of the

Re: GWT 2.4.0+ RequestFactory EntityProxy Validation

2012-12-14 Thread Jens
Thats a known quirk. Take a look at: https://groups.google.com/d/topic/google-web-toolkit/d9gZMff7RlI/discussion -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Multiple GWT sessions possible?

2012-12-14 Thread Joseph Lust
All good points from Jens. But, perhaps I'm missing something, but on most servers (Apache with mod_php, Tomcat) set a session token in the cookie on the first request you make to the server. Once the user logs in, you associate this session with that user by persisting their data data in

Re: Multiple GWT sessions possible?

2012-12-14 Thread Jens
But, perhaps I'm missing something, but on most servers (Apache with mod_php, Tomcat) set a session token in the cookie on the first request you make to the server. Once the user logs in, you associate this session with that user by persisting their data data in $_SESSION or a session

Re: SuggestBox in a CellTable

2012-12-14 Thread Craig Day
Can't remember, it was over a year ago. I will see if I can dig out the code and have a look. Craig On Friday, December 14, 2012, wrote: Hello Craig! Been struggling awhile to accomplish this functionality and managed to do it following this post! Thanks for the suggestion! Did you

Errors passing javascript variables to GWT

2012-12-14 Thread dhoffer
I'm following the example given here https://developers.google.com/web-toolkit/articles/dynamic_host_page of passing a global info javascript variable back to the GWT app when it loads. E.g. // In GwtHostingServlet's doGet() method... writer.append(htmlhead); writer.append(script

[gwt-contrib] Re: GWT does not normalize IE mangling from http 204 code to 1223 (Issue 5031) (issue1875803)

2012-12-14 Thread t . broyer
And +1 to everything Matthew already said. http://gwt-code-reviews.appspot.com/1875803/diff/1/user/src/com/google/gwt/http/client/RequestImpl.java File user/src/com/google/gwt/http/client/RequestImpl.java (right):

[gwt-contrib] Re: GWT does not normalize IE mangling from http 204 code to 1223 (Issue 5031) (issue1875803)

2012-12-14 Thread jb
Thanks for the feedback! On 2012/12/13 19:36:01, mdempsky wrote: Thanks for the patch. If you don't mind, could you try uploading the next revision to Gerrit insead? See instructions at: https://groups.google.com/d/msg/google-web-toolkit-contributors/fmHDlsnfdEQ/fc6lvNdxROQJ If that

[gwt-contrib] Re: Another approach to DevMode: taking advantage of browsers' remote debugging protocol

2012-12-14 Thread Thomas Broyer
On Thursday, December 13, 2012 5:31:28 AM UTC+1, Ray Cromwell wrote: How would you deal with re-entrancy though, e.g. Java - JS - Java - JS If you simulate a synchronous call from JS to Java by breaking, what happens when Java calls back into JS? Everytime I thought about doing this,

[gwt-contrib] Re: GWT does not normalize IE mangling from http 204 code to 1223 (Issue 5031) (issue1875803)

2012-12-14 Thread jb
Thanks for the feedback. http://gwt-code-reviews.appspot.com/1875803/diff/1/user/src/com/google/gwt/http/HTTP.gwt.xml File user/src/com/google/gwt/http/HTTP.gwt.xml (right): http://gwt-code-reviews.appspot.com/1875803/diff/1/user/src/com/google/gwt/http/HTTP.gwt.xml#newcode31

[gwt-contrib] Re: Another approach to DevMode: taking advantage of browsers' remote debugging protocol

2012-12-14 Thread Paul Robinson
On 14/12/12 11:24, Thomas Broyer wrote: and there's also the issue with GWT-RPC serialization policies that make using SuperDevMode tricky (apparently, I don't use RPC). Tricky is too strong a word for it. It only takes a small amount of code, so that the RPC servlet's