any chance to get FF15 dev plugin

2012-08-29 Thread koma
using chrome for now... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/R965dSWzURkJ. To post to this group, send email to

Re: Editor Framework and BeanValidation (setConstraintViolations problem).

2012-08-29 Thread Ümit Seren
Thanks!. The double cast does the trick On Tue, Aug 28, 2012 at 5:44 PM, Thomas Broyer t.bro...@gmail.com wrote: On Tuesday, August 28, 2012 5:11:20 PM UTC+2, Ümit Seren wrote: I am trying to get the Editor Framework to work with BeanValidation (JSR303) (GWT 2.4) for client side validation

Re: any chance to get FF15 dev plugin

2012-08-29 Thread Thomas Broyer
Brian is working hard on it: http://code.google.com/p/google-web-toolkit/source/list (all recent commits are about the plugin) -- 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: Invalid JSNI method reference

2012-08-29 Thread Amit Sharma
What if I want to pass Double value instead of String On Friday, 21 March 2008 23:29:32 UTC+5:30, gbuchin wrote: I have a function: public static void messageBox( String sTitle, String sMessage ) { Window.alert( sTitle + | + sMessage ); } I am trying to call it from javaScript,

Re: GWT 2.4 - problems with space key handling and FieldUpdater for TextInputCell inside CompositeCell in CellTree

2012-08-29 Thread BhaskerT
Hi James, Thanks for the post and reply. I am facing similar issue. I am not able to type the white space character in the MyEditCell extends AbstractInputCell. i have also over ridden the below method: *public* SetString getConsumedEvents() { SetString events = *new* HashSetString();

Re: Invalid JSNI method reference

2012-08-29 Thread mukarev
if you have a method like public void addDoubles(final double d1, final double d2){ ... } you will do it like @com.ecopy.gwt.client.Utils:: addDoubles(DD)(x,y); -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

Re: GwtQuery 1.2.0 was released

2012-08-29 Thread maticpetek
Love this project. Thank you. Regards, Matic -- GWT stuff twitter - http://twitter.com/#!/gwtstuff On Tuesday, August 28, 2012 10:27:40 PM UTC+2, Julien Dramaix wrote: Dear GWT community, The GQuery team is proud to announce the version 1.2.0 of the library. We have

writing gwt application to be able to use wordpress/drupal themes?

2012-08-29 Thread rhodebump
Hi, I have a GWT application that many consider to be ugly (which is my fault since I am not a designer). One idea that under consideration is the writing of some GWT components, such as Page, Article, Footer, etc... that use UIBinder and emit html that would match what a product like

Re: Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-08-29 Thread rhodebump
I love GRAILS and GWT development. Grails make hibernate development very easy for java guys, and grails has hardly any xml stuff to deal with. www.spotmouth.com is an GWT/Grails combo On Saturday, August 25, 2012 7:48:12 PM UTC-4, GWTter wrote: Hi all, I've been doing research on this for

Re: Metro UI Windows 8 with GWT

2012-08-29 Thread mukarev
Hi Allahbaksh, what are you looking for exactly? A library for GWT to develop Windows 8 native applications via the JavaScript projections or something to make Windows 8 lookalike web apps? First isn't possible at the moment. For second I don't know any library at the moment therefore. But

Re: GWT app crashes in run-time when RequestContext interface is used in client code

2012-08-29 Thread Steve Moyer
I have the same problem with GWT 2.5 and Oracle JDK 7 ... did you ever resolve the issue? The weird part is that this isn't my first RF-based project, yet I didn't run into this issue with the other projects. Thanks On Tuesday, October 11, 2011 6:49:10 PM UTC-4, expert wrote: I've been

Re: GWT app crashes in run-time when RequestContext interface is used in client code

2012-08-29 Thread Thomas Broyer
On Wednesday, August 29, 2012 3:20:28 PM UTC+2, Steve Moyer wrote: I have the same problem with GWT 2.5 and Oracle JDK 7 ... did you ever resolve the issue? The weird part is that this isn't my first RF-based project, yet I didn't run into this issue with the other projects. Are

Re: GWT 2.5 and IBM JVM problems

2012-08-29 Thread Adolfo Panizo Touzon
I am really impressed about your comments. Really smart people. Keep doing in that way. I've tried both ways to solve the problem, and the first one (including the serialVersionUID), I had some problems (maybe I made some mistakes). *But with the second solution, compiling gwt with IBM's JVM is

Re: GwtQuery 1.2.0 was released

2012-08-29 Thread Ümit Seren
great job! I guess it hasn't been pushed to the maven repository yet ? On Tuesday, August 28, 2012 10:27:40 PM UTC+2, Julien Dramaix wrote: Dear GWT community, The GQuery team is proud to announce the version 1.2.0 of the library. We have been working hard in order to fix many issues

Re: Efficient Communication via JSON and JavaScriptObject overlays in GWT 2.0

2012-08-29 Thread mjeffw
Is this (see below) still true with GWT 2.0.5? I'm guessing it is based on my test of having a generator create a JSO -- it fails the compilation step. It would be great if this limitation could be overcome. On Tuesday, June 23, 2009 5:45:58 AM UTC-4, Thomas Broyer wrote: Note that you

Re: Request for change of access control of CellTree.BasicStyle

2012-08-29 Thread Thad
Maybe I'm not understanding how resources are used or applied, but that is not working for me. If I try the following interface, the resulting CellTree looks like CellTree.Style, not BasicStyle: interface TreeBasicResources extends CellTree.Resources { @Override @Source(value = {

Re: GWT app crashes in run-time when RequestContext interface is used in client code

2012-08-29 Thread Steve Moyer
I thought they were ... I'm using Maven and didn't notice they were only in the test scope. Problem solved (and with the same solution ruslan got from StackOverflow). Thanks! On Wednesday, August 29, 2012 9:23:12 AM UTC-4, Thomas Broyer wrote: On Wednesday, August 29, 2012 3:20:28 PM

Re: Request for change of access control of CellTree.BasicStyle

2012-08-29 Thread Thomas Broyer
On Wednesday, August 29, 2012 5:42:44 PM UTC+2, Thad wrote: Maybe I'm not understanding how resources are used or applied, but that is not working for me. If I try the following interface, the resulting CellTree looks like CellTree.Style, not BasicStyle: interface TreeBasicResources

Re: GWT 2.5 and IBM JVM problems

2012-08-29 Thread Adolfo Panizo Touzon
I can confirm that there is no problem. All is working fine. If someone wants the compiled code, just send me an email. Regards, Adolfo. 2012/8/29 Adolfo Panizo Touzon adolfo.pan...@gmail.com I am really impressed about your comments. Really smart people. Keep doing in that way. I've

Desktop Applicaton Need Source Code

2012-08-29 Thread aby paul
Hi Friends Any one give the Source Code of GWT Desktope Appliaction OR help me to develop a sote management system.(aby...@gmail.com) Regards Aby Paul -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: Request for change of access control of CellTree.BasicStyle

2012-08-29 Thread Thad
On Wednesday, August 29, 2012 12:29:07 PM UTC-4, Thomas Broyer wrote: On Wednesday, August 29, 2012 5:42:44 PM UTC+2, Thad wrote: Maybe I'm not understanding how resources are used or applied, but that is not working for me. If I try the following interface, the resulting CellTree looks

Re: GwtQuery 1.2.0 was released

2012-08-29 Thread Julien Dramaix
The new release is available in the maven central repository. On Wednesday, August 29, 2012 3:52:47 PM UTC+2, Ümit Seren wrote: great job! I guess it hasn't been pushed to the maven repository yet ? On Tuesday, August 28, 2012 10:27:40 PM UTC+2, Julien Dramaix wrote: Dear GWT community,

How to set stroke width for Canvas Context2d?

2012-08-29 Thread mark
Hi, I'd like to change the stroke width but am not clear how to do this: Context2d context = ...; context.setStrokeStyle(FillStrokeStyle ?); context.strokeRect(…); I'm not sure how to create a FillStrokeStyle object (or specifically how to create one where I can control its width).

RequestFactory architectural question

2012-08-29 Thread tbb
Hi all, I've been using GWT for quite a while but just recently started using RequestFactory. Basically it's great but I'm having some questions regarding more complex scenarios then just editing entities in a form. Currently I'm implementing a view in GWT to edit a tree-like object graph: A

Migrating CSS to GWT 2.4

2012-08-29 Thread GWTFan
We are in the process of migrating from GWT 1.5.3 to 2.4. I have moved the gwt folder containing css files from public to war folder. But as they were from 1.5.3 apparently some new definitions are missing. Where do I find the standard.css and other css files for GWT 2.4? Thanks and

Re: User visible urls

2012-08-29 Thread Carlos Aguayo
Hi, I created an example and published an example based on Thomas' example: http://carlosaguayo.posterous.com/html5-history-in-gwt On Tuesday, February 28, 2012 10:31:43 AM UTC-5, apanizo wrote: Hi all, In the next weeks I'm going to start a new app, and I am really interested in this

Re: [gwt-contrib] devmode for Firefox 15

2012-08-29 Thread Brian Slesinsky
I've submitted the release candidate to Subversion, and it will go live soon. (It doesn't include a fix for the thread leak bug; I haven't figured it out yet, and since Firefox 15 is already out, I think it's best not to wait.) http://code.google.com/p/google-web-toolkit/source/detail?r=11253