Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-06-30 Thread Eugen Paraschiv
I have indeed added it to the classpath, but the HibernateValidator.gwt.xml module is nowhere to be found. Thanks for the feedback. Eugen. On Thu, Jun 30, 2011 at 6:47 PM, Nick Chalko ncha...@google.com wrote: On Thu, Jun 30, 2011 at 7:09 AM, Eugen Paraschiv hanrisel...@gmail.comwrote:

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-06-30 Thread Nick Chalko
On Thu, Jun 30, 2011 at 7:09 AM, Eugen Paraschiv hanrisel...@gmail.comwrote: Adding the validation-api to the classpath now results in javax.validation.ValidationException: Unable to find a default provider I do have gwt-servlet on the classpath as well, but it seems that without something

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-06-30 Thread Nick Chalko
On Thu, Jun 30, 2011 at 8:50 AM, Eugen Paraschiv hanrisel...@gmail.comwrote: I have indeed added it to the classpath, but the HibernateValidator.gwt.xml module is nowhere to be found. Thanks for the feedback. svn/trunk/user/src/org/hibernate/validator/HibernateValidator.gwt.xml ? -- You

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-06-30 Thread Nick Chalko
On Thu, Jun 30, 2011 at 8:53 AM, Nick Chalko ncha...@google.com wrote: On Thu, Jun 30, 2011 at 8:50 AM, Eugen Paraschiv hanrisel...@gmail.comwrote: I have indeed added it to the classpath, but the HibernateValidator.gwt.xml module is nowhere to be found. Thanks for the feedback.

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-06-30 Thread Eugen Paraschiv
Saw it there. Ok so until 2.4 what is the recommended way of doing validation? On Jun 30, 2011 5:55 PM, Nick Chalko ncha...@google.com wrote: On Thu, Jun 30, 2011 at 8:50 AM, Eugen Paraschiv hanrisel...@gmail.com wrote: I have indeed added it to the classpath, but the HibernateValidator.gwt.xml

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-06-30 Thread Nick Chalko
On Thu, Jun 30, 2011 at 8:58 AM, Eugen Paraschiv hanrisel...@gmail.comwrote: Saw it there. Ok so until 2.4 what is the recommended way of doing validation? Not supported on the client. And in 2.4 is still experimental, it is my 20% project, I hope to finish it this summer. -- You received

[gwt-contrib] Adding explicit casts to the return value of certain methods to help the javac compiler. Some c... (issue1463810)

2011-06-29 Thread jlabanca
Reviewers: robertvawter, Description: Adding explicit casts to the return value of certain methods to help the javac compiler. Some compilers require the explicit cast. Please review this at http://gwt-code-reviews.appspot.com/1463810/ Affected files: M user/src/com/google/gwt/dom/builder

[gwt-contrib] [google-web-toolkit] r10413 committed - Adding explicit casts to the return value of certain methods to help t...

2011-06-29 Thread codesite-noreply
Revision: 10413 Author: jlaba...@google.com Date: Wed Jun 29 05:16:14 2011 Log: Adding explicit casts to the return value of certain methods to help the javac compiler. Some compilers require the explicit cast. Review at http://gwt-code-reviews.appspot.com/1463810 Review

[gwt-contrib] Re: Adding explicit casts to the return value of certain methods to help the javac compiler. Some c... (issue1463810)

2011-06-29 Thread jlabanca
committed as r10413 I don't have the version readily available, but I'll take a look in the build logs. On 2011/06/29 15:32:51, robertvawter wrote: LGTM It's helpful to add the output from javac -version if it's available so future code maintainers can know whether or not new code

Re: GWT 2.1 MVP Multiple activities clarification help

2011-06-24 Thread Mauro Bertapelle
There are a couple of bugs in my example related to the filtering/ caching of horizontal/vertical master activities: 1) the order between caching and filtering activity in CachingHorizontalMasterActivityMapper and CachingVerticalActivityMapper is wrong: public class

Re: GWT 2.1 MVP Multiple activities clarification help

2011-06-24 Thread Ustad
with the intent to make the view as 'dumb' as possible to facilitate a seamless swap out to its mock counterpart during testing, and the activities and places is the underlying framework Google has provided to help essentially manage user history but at the same time activities can be thought

Re: GWT 2.1 MVP Multiple activities clarification help

2011-06-24 Thread Thomas Broyer
pattern is used to decouple the view from the presenter with the intent to make the view as 'dumb' as possible to facilitate a seamless swap out to its mock counterpart during testing, and the activities and places is the underlying framework Google has provided to help essentially manage user

help with ant file

2011-06-20 Thread alan
Hello, I generated a build.xml using webAppCreateor but I can't get past the gwtc target. The javac target succeeds and generates class files in war/WEB-INF/ classes/... When I try to compile via ant I get this error. [ERROR] Unable to find type 'com.mycompany.myapp.fe.client.fe' I have 3

Help with Designing UI

2011-06-17 Thread Myth17
I want to make a mobile web Application UI where The application will have a main screen(which occupies all screen area) a stack of-- TextArea and Two Buttons.Clicking on the first buttons should give me a popup where I mark some tags about the text and after I am done click the second

need help in GWT, PHP, response getStatusCode()

2011-06-16 Thread Zhanibek
the request./p /body/html , 411 plz, help! F1-F1-F1! -- 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

Re: GWT 2.1 MVP Multiple activities clarification help

2011-06-15 Thread ustad
Hi all, I'm new to GWT (and more of an advanced beginner with java at that too) and I just worked through the stockwatcher example as posted on the official google page using the latest gwt 2.3 sdk and plugin using eclipse. So far so good. However, when trying to incorporate an MVP design

Re: GWT 2.1 MVP Multiple activities clarification help

2011-06-15 Thread Juan Pablo Gardella
Check this samplehttps://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home 2011/6/15 ustad ustadha...@gmail.com Hi all, I'm new to GWT (and more of an advanced beginner with java at that too) and I just worked through the stockwatcher example as posted on the official google page using the

Re: GWT 2.1 MVP Multiple activities clarification help

2011-06-15 Thread tanteanni
i didn't read all post, but i ran into similar problems. now i got something that's working for me: i decoupled activities/places and MVP (what thomas suggested in many places). in my case the VP-pairs are controlling/filling display areas and one activity is starting/ controlling them.

Re: which permutation which user.agent HTML5 manifest help!!!

2011-06-08 Thread Evan Ruff
Shawn, I'm running into this exact same problem. I am generating the cache manifest using a servlet filter, but I cannot figure out which hash is the appropriate file. Did you ever find a solution to this? Does anyone else have a solution to this issue? Thanks! Evan -- You received this

[gwt-contrib] [google-web-toolkit] r10279 committed - Introduce PotentialElement to help with the implementation of IsRender...

2011-06-06 Thread codesite-noreply
Revision: 10279 Author: rdcas...@google.com Date: Mon Jun 6 04:09:34 2011 Log: Introduce PotentialElement to help with the implementation of IsRenderable widgets. Review at http://gwt-code-reviews.appspot.com/1450810 http://code.google.com/p/google-web-toolkit/source/detail?r

help

2011-06-02 Thread 王海生
which jar file to the javac classpath.?Is there anyone who can help? import com.google.gwt.user.client.Event; 从网易163邮箱发来的超大附件 Events.java (16.74K, 2011年6月18日 0:04 到期) 在线预览 |下载 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread t . broyer
Just a few comments on the JSNI part. I was curious about what a PotentialElement would be, but I haven't followed how IsRenderable work so I really don't have any opinion on the rest of this proposal.

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
http://gwt-code-reviews.appspot.com/1450810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
Many thanks for the comments, tbroyer, ptal. http://gwt-code-reviews.appspot.com/1450810/diff/1/user/src/com/google/gwt/user/client/ui/PotentialElement.java File user/src/com/google/gwt/user/client/ui/PotentialElement.java (right):

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/1450810/diff/6/user/src/com/google/gwt/user/client/DOM.java File user/src/com/google/gwt/user/client/DOM.java (right): http://gwt-code-reviews.appspot.com/1450810/diff/6/user/src/com/google/gwt/user/client/DOM.java#newcode64

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
http://gwt-code-reviews.appspot.com/1450810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
Thanks, John. http://gwt-code-reviews.appspot.com/1450810/diff/6/user/src/com/google/gwt/user/client/DOM.java File user/src/com/google/gwt/user/client/DOM.java (right): http://gwt-code-reviews.appspot.com/1450810/diff/6/user/src/com/google/gwt/user/client/DOM.java#newcode64

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread jlabanca
On 2011/06/02 14:38:55, rdcastro wrote: Thanks, John. http://gwt-code-reviews.appspot.com/1450810/diff/6/user/src/com/google/gwt/user/client/DOM.java File user/src/com/google/gwt/user/client/DOM.java (right):

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
http://gwt-code-reviews.appspot.com/1450810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread Rafael Castro
Now it went through :-) On Thu, Jun 2, 2011 at 11:59 AM, jlaba...@google.com wrote: On 2011/06/02 14:38:55, rdcastro wrote: Thanks, John. http://gwt-code-reviews.appspot.com/1450810/diff/6/user/src/com/google/gwt/user/client/DOM.java File user/src/com/google/gwt/user/client/DOM.java

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/1450810/diff/6002/user/src/com/google/gwt/user/client/ui/PotentialElement.java File user/src/com/google/gwt/user/client/ui/PotentialElement.java (right):

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread Ray Ryan
On Thu, Jun 2, 2011 at 8:16 AM, jlaba...@google.com wrote: LGTM http://gwt-code-reviews.appspot.com/1450810/diff/6002/user/src/com/google/gwt/user/client/ui/PotentialElement.java File user/src/com/google/gwt/user/client/ui/PotentialElement.java (right):

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
http://gwt-code-reviews.appspot.com/1450810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rjrjr
LGTM with these doc changes. http://gwt-code-reviews.appspot.com/1450810/diff/3008/user/src/com/google/gwt/user/client/DOM.java File user/src/com/google/gwt/user/client/DOM.java (right):

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
http://gwt-code-reviews.appspot.com/1450810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1450810/diff/5006/user/src/com/google/gwt/user/client/ui/PotentialElement.java File user/src/com/google/gwt/user/client/ui/PotentialElement.java (right):

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
http://gwt-code-reviews.appspot.com/1450810/diff/3008/user/src/com/google/gwt/user/client/DOM.java File user/src/com/google/gwt/user/client/DOM.java (right): http://gwt-code-reviews.appspot.com/1450810/diff/3008/user/src/com/google/gwt/user/client/DOM.java#newcode57

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rjrjr
Sorry, one more round. http://gwt-code-reviews.appspot.com/1450810/diff/5006/user/src/com/google/gwt/user/client/ui/PotentialElement.java File user/src/com/google/gwt/user/client/ui/PotentialElement.java (right):

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
http://gwt-code-reviews.appspot.com/1450810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
All done. Another look? http://gwt-code-reviews.appspot.com/1450810/diff/5006/user/src/com/google/gwt/user/client/ui/PotentialElement.java File user/src/com/google/gwt/user/client/ui/PotentialElement.java (right):

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rjrjr
I think we're there, just a couple of nits. http://gwt-code-reviews.appspot.com/1450810/diff/6006/user/src/com/google/gwt/user/client/DOM.java File user/src/com/google/gwt/user/client/DOM.java (right):

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
http://gwt-code-reviews.appspot.com/1450810/diff/6006/user/src/com/google/gwt/user/client/DOM.java File user/src/com/google/gwt/user/client/DOM.java (right): http://gwt-code-reviews.appspot.com/1450810/diff/6006/user/src/com/google/gwt/user/client/DOM.java#newcode58

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rdcastro
http://gwt-code-reviews.appspot.com/1450810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread rjrjr
LGTM Ship it! http://gwt-code-reviews.appspot.com/1450810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-02 Thread Rafael Castro
\o/ On Thu, Jun 2, 2011 at 8:37 PM, rj...@google.com wrote: LGTM Ship it! http://gwt-code-reviews.appspot.com/1450810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Introduce PotentialElement to help with the implementation of IsRenderable widgets. (issue1450810)

2011-06-01 Thread rdcastro
Reviewers: rjrjr, jat, jaimeyap, jlabanca, Description: Introduce PotentialElement to help with the implementation of IsRenderable widgets. Please review this at http://gwt-code-reviews.appspot.com/1450810/ Affected files: M user/src/com/google/gwt/user/client/DOM.java A user/src/com

Re: Help with WindowBuilder Pro XWT Application Wizard

2011-05-25 Thread Eric Clayberg
, and I don't know how to fix it.  If anyone could help me I would greatly appreciate it. Here is what I did: 1) Install Java 2) Install Eclipse 3) Install WindowBuilder Pro Eclipse plugin (checked all boxes) 4) File-New-Project-WindowBuilder\SWT Designer\SWT/JFace Java Project

Re: Help - Trying to make XWT application

2011-05-25 Thread Eric Clayberg
is it missing a reference?  (isn't that the job of the wizard, to add all the references I need?)  Did I use the wizard incorrectly? Thank you in advance for the help. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Help with WindowBuilder Pro XWT Application Wizard

2011-05-25 Thread Eric
but it didnt post so I will try agian. I am trying to use the WindoBuilder ProXWTApplication Wizard but I keep seeing an error, and I don't know how to fix it.  If anyone could help me I would greatly appreciate it. Here is what I did: 1) Install Java 2) Install Eclipse

Help with WindowBuilder Pro XWT Application Wizard

2011-05-24 Thread Eric
Hi guys, I tried to post before but it didnt post so I will try agian. I am trying to use the WindoBuilder Pro XWT Application Wizard but I keep seeing an error, and I don't know how to fix it. If anyone could help me I would greatly appreciate it. Here is what I did: 1) Install Java 2

Help - Trying to make XWT application

2011-05-24 Thread Eric
a reference? If so, why is it missing a reference? (isn't that the job of the wizard, to add all the references I need?) Did I use the wizard incorrectly? Thank you in advance for the help. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: Help - Trying to make XWT application

2011-05-24 Thread Juan Pablo Gardella
) ... 3 more I don't understand this error. Is my project missing a reference? If so, why is it missing a reference? (isn't that the job of the wizard, to add all the references I need?) Did I use the wizard incorrectly? Thank you in advance for the help. -- You received this message

Re: Help with WindowBuilder Pro XWT Application Wizard

2011-05-24 Thread Eric
Application Wizard but I keep seeing an error, and I don't know how to fix it.  If anyone could help me I would greatly appreciate it. Here is what I did: 1) Install Java 2) Install Eclipse 3) Install WindowBuilder Pro Eclipse plugin (checked all boxes) 4) File-New-Project-WindowBuilder\SWT Designer

Re: Help with WindowBuilder Pro XWT Application Wizard

2011-05-24 Thread Eric
guys, I tried to post before but it didnt post so I will try agian. I am trying to use the WindoBuilder Pro XWT Application Wizard but I keep seeing an error, and I don't know how to fix it.  If anyone could help me I would greatly appreciate it. Here is what I did: 1) Install Java

Need help with Data Presentation Widget selection concepts

2011-05-19 Thread David Pinn
Let me see if I understand this correctly. a) The Data Presentation Widgets have two notions of item selection: the selected item (SI), and the keyboard selected item (KSI). b) Application code can set the SI via the selection model; application code cannot set the KSI. c) You can make the SI a

Re: GWT 2.1 MVP Multiple activities clarification help

2011-05-19 Thread karthik reddy
I have ran into a interesting situation using Mauro's example[A hit tip to Mauro in helping the community to navigate the waters of Activities and Places]: Lets say, I first access http://95.110.143.4/layoutmvp/layoutmvp.html#inbox:list As expected, it shows me the Inbox. Then, lets say, I

Re: Adding scrollbar to celltable - please help

2011-05-06 Thread Paul Stockley
The GWT team is working on a scrollable version of CellTable. I think they said it may me available in 2.4 -- 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

Hover text / Help Text for a Cell Tables

2011-05-05 Thread Greg Dougherty
The user interface for my current app is built around a Cell Table. I'd like to put hover text over the elements in several of my columns. If they were UIObjects, I'd simply call setTitle (). What do I call to do this for Cell columns (I'm perfectly fine with the text being the same for every

Re: Adding scrollbar to celltable - please help

2011-05-05 Thread Subhrajyoti Moitra
All, This might be very trivial issue but somehow I am not able to add scrollbar to celltable. I am not sure if I am doing this right. I have just set the size of the table to show 3 records and I assumed that the celltable will have a built in feature to display a scrollbar. Any help

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-05-04 Thread RS
.. need to add gwt-servlet-jar, validation-api-1.0.0.GA.jar and validation-api-1.0.0.GA-sources.jar to solve this. target name=libs description=Copy libs to WEB-INF/lib mkdir dir=war/WEB-INF/lib / copy todir=war/WEB-INF/lib file=${gwt.sdk}/gwt-servlet.jar / copy

Adding scrollbar to celltable - please help

2011-05-03 Thread Nisha
Hi All, This might be very trivial issue but somehow I am not able to add scrollbar to celltable. I am not sure if I am doing this right. I have just set the size of the table to show 3 records and I assumed that the celltable will have a built in feature to display a scrollbar. Any help

GWT help

2011-04-29 Thread Jinal Shah
I am trying to access Box.net api in GWT. I want to know how do I send a request to it. Regards -- 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

Re: no clue on: module may need to be recompiled - help

2011-04-27 Thread dolly khemani.
Hi, I suggest that you clean your project then compile again and check -- 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: no clue on: module may need to be recompiled - help

2011-04-27 Thread dolly khemani
Hi, I suggest you clean your Project,then compile again and see if its working -- 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

Re: no clue on: module may need to be recompiled - help

2011-04-27 Thread cri
I've managed to work around the problem. The main thing that made the difference was importing the initial project into eclipse using the native eclipse command Import - Existing project rather than the command that I believe is provided by m2eclipse, i.e. Import... / Existing maven project. It

Re: no clue on: module may need to be recompiled - help

2011-04-27 Thread cri
Well, I thought I had the problem worked around, but, darn it, it came back. Then I re-read through all of the posts of the folks who tried to help me and it turns out that Thomas Broyer's post pointed to the exact problem. Specifically, when doing a clean before my build I clean out the spurious

Re: no clue on: module may need to be recompiled - help

2011-04-27 Thread Thomas Broyer
Actually, you should thank Salvador Diaz: https://twitter.com/#!/salvadordiaz/status/60746056354369536 -- 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: no clue on: module may need to be recompiled - help

2011-04-27 Thread cri
True, Salvador's suggestion is one approach, but the problem with following the suggestion is that its contrary to the setup you get out of the box by importing a project generated by the gwt-maven- archetype, i.e. hosted mode for the imported project uses src/main/ webapp. Personally, I like the

Re: no clue on: module may need to be recompiled - help

2011-04-27 Thread Thomas Broyer
Google recommends that you launch from the target/myproject-version directory and I believe this really is what you should do: http://code.google.com/eclipse/docs/faq.html#gwt_with_maven -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

CellTable row header size - Please help

2011-04-25 Thread Nisha
Hi All, I want to set the size of the celltable first row size to constant width. In the CSSof the celltable I am using the property height but there is no diff. Please help. .cellTableHeader { border-bottom: 2px solid #6f7277; padding: 3px 15px; text-align: top; color: #4b4a4a

Re: CellTable row header size - Please help

2011-04-25 Thread Nisha
height but there is no diff. Please help.   .cellTableHeader {   border-bottom: 2px solid #6f7277;   padding: 3px 15px;   text-align: top;   color: #4b4a4a;   text-shadow: #ddf 1px 1px 0;   overflow: hidden;   font:bold;   height:2px   } -- You received this message because you

no clue on: module may need to be recompiled - help

2011-04-25 Thread cri
package command. Can someone lend me a hand with a suggestion on how I can diagnose the problem? I'm really stumped. The dialog box message doesn't point to any specific problem and I can't find any relevant log message. Any help would be really appreciated. Chuck -- You received this message

Re: no clue on: module may need to be recompiled - help

2011-04-25 Thread khiem nguyen
me a hand with a suggestion on how I can diagnose the problem? I'm really stumped. The dialog box message doesn't point to any specific problem and I can't find any relevant log message. Any help would be really appreciated. Chuck -- You received this message because you are subscribed

Re: no clue on: module may need to be recompiled - help

2011-04-25 Thread Thomas Broyer
Could it be the same issue? http://stackoverflow.com/q/5719118/116472 -- 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: no clue on: module may need to be recompiled - help

2011-04-25 Thread Y2i
May be this post will help: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/8fc260a7865076e9/ It was solved by adding webAppDirectory to the GWT maven plugin. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Help wanted: guit maven support

2011-04-23 Thread Gal Dolber
http://code.google.com/p/guit/issues/detail?id=38 All code generation is working now for a maven project. Including the validation plugins. I will really appreciate help for moving guit to maven. I tried, but my maven experience is really limited. Anyone interested on contributing

help diagnose: Server class 'org.junit.Before' could not be found in the web app

2011-04-19 Thread cri
I'm getting a warning when starting my app in hosted mode: Server class 'org.junit.Before' could not be found in the web app, but was found on the system classpath. Apparently, one of my junit test cases is getting loaded by the server but I'm not to determine how. Can anyone suggest how I can go

Re: help diagnose: Server class 'org.junit.Before' could not be found in the web app

2011-04-19 Thread Magno Machado
Do you put your test cases on the same folder as your production classes? On Tue, Apr 19, 2011 at 10:21 AM, cri chuck.irvine...@gmail.com wrote: I'm getting a warning when starting my app in hosted mode: Server class 'org.junit.Before' could not be found in the web app, but was found on the

Re: help diagnose: Server class 'org.junit.Before' could not be found in the web app

2011-04-19 Thread Jeff Larsen
Could also be that you're using maven, and have your tests getting compiled and hosted would think those classes are going to be a part of the build, but when you actually compile the app, they aren't included. I would try kicking off a deploy and see if it actually works. If it does, ignore

KeyPressevent is being called twice for suggest box - Please help!!!!!

2011-04-19 Thread Nisha
Hi All, Here is the code I have for suggest box. But the code inside the keypress event is being called twice. Please help box = new SuggestBox(objOracle); box.addKeyPressHandler(new KeyPressHandler() { public void onKeyPress(KeyPressEvent event

Re: KeyPressevent is being called twice for suggest box - Please help!!!!!

2011-04-19 Thread Ben Imp
I believe you are hitting this. http://code.google.com/p/google-web-toolkit/issues/detail?id=3533 There's a few suggestions in there for how to go about fixing it. I ended up creating a de-duping Handler that wont fire its delegate when it gets called for the duplicate event. -Ben -- You

Re: KeyPressevent is being called twice for suggest box - Please help!!!!!

2011-04-19 Thread Thomas Broyer
Best to simply add the event handler to the SuggestBox's TextBox! suggestBox.getTextBox().addKeyPressHandler(handler); -- 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: KeyPressevent is being called twice for suggest box - Please help!!!!!

2011-04-19 Thread Shilpa
Thanks Broyer. You helped a lot. It worls :) On Tue, Apr 19, 2011 at 12:16 PM, Thomas Broyer t.bro...@gmail.com wrote: Best to simply add the event handler to the SuggestBox's TextBox! suggestBox.getTextBox().addKeyPressHandler(handler); -- You received this message because you are

Trying out the example for gxt explorer and on compile it gives the following error - Please help

2011-04-19 Thread Nisha
Hi All, I am trying to work on the following example from http://www.sencha.com/examples/#basicgrid and it gives me the following error Found interface com.google.gwt.core.ext.typeinfo.JClassType, but class was expected Any help is appreciated. Thanks -- You received this message because

Re: Trying out the example for gxt explorer and on compile it gives the following error - Please help

2011-04-19 Thread Nisha
Please Help... I assume this is a jar conflict ..can anyone help ...what is the reason for Found interface com.google.gwt.core.ext.typeinfo.JClassType, but class was expected On Apr 19, 12:30 pm, Nisha shilp...@gmail.com wrote: Hi All, I am trying to work on the following example from http

Re: Trying out the example for gxt explorer and on compile it gives the following error - Please help

2011-04-19 Thread Jeff Larsen
what version of gxt are you using? You will need to use a specific version that is compatible with gwt 2.2. If you downgrade to gwt 2.1.1 the version of gxt you're using should work. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: KeyPressevent is being called twice for suggest box - Please help!!!!!

2011-04-19 Thread Ben Imp
That seems a lot simpler than what I did. Awesome. -Ben -- 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: KeyPressevent is being called twice for suggest box - Please help!!!!!

2011-04-19 Thread karthik reddy
Is the real culprit for this behavior the following lines in the addEventsToTextBox() method of SuggestBox class: *delegateEvent(SuggestBox.this, event);* I think there are about 4 occurrences of this in the addEventsToTextBox() method:

Help with / Tutorial for Styling for GWT Beginners

2011-04-12 Thread PM
Hi everyone! I am new to GWT and am having a hard time finding any good tutorials focused especially on teaching styling with GWT. The few examples I've found provided by Google are rather paltry, and don't really explain much. Some things I'm trying to do would be: - Change the global font

Re: Help with / Tutorial for Styling for GWT Beginners

2011-04-11 Thread Soon Fatt Hoo
Paul, If you look into Java Doc for CellTable, you should able to see the default css style for CellTable. @ImportedWithPrefix(gwt-CellTable) public interface Style extends CssResource { /** * The path to the default CSS styles used by this resource. */ String DEFAULT_CSS =

Re: RPC / Unit Testing Docs too sparse for me - help please

2011-04-07 Thread Thomas Broyer
The workflow is: 1. delay the test finish (delayTestFinish with some timeout) 2. when your async is done, finish the test (finishTest() or fail()) So, replace the timer by your AsyncCallback (probably calling finishTest() from onSuccess, after some assertXxx calls, and fail() from

RPC / Unit Testing Docs too sparse for me - help please

2011-04-07 Thread cri
Timer() { public void run() { finishTest(); } }; delayTestFinish(500); timer.schedule(100); } Could someone please help me relate this to something like a normal rpc call: aService().findSomething(findCriteria, new AsyncCallbackString() { public void onSuccess(String

Re: GWT 2.1 MVP Multiple activities clarification help

2011-04-07 Thread Glenn
Hi Mauro, Thank you for the excellent example, it has been a great help to me. In comparing layoutmvp to layoutmvp-gin, it seems to me that the latter is much more complex and much more code; i.e., that GIN is a net loss here. I can see how it could be useful in a limited way for swapping views

Re: RPC / Unit Testing Docs too sparse for me - help please

2011-04-07 Thread cri
Perfect. Nice and concise. Thanks On Apr 7, 11:32 am, Thomas Broyer t.bro...@gmail.com wrote: The workflow is:    1. delay the test finish (delayTestFinish with some timeout)    2. when your async is done, finish the test (finishTest() or fail()) So, replace the timer by your AsyncCallback

Help: How to refresh Button Text?

2011-03-28 Thread Rodrigo JS
Hi All, I am new to GWT and was trying to create an horizontal panel with 5 Buttons on it. So far, so good. Point is that when I implemented the method that would define what to be written in each Button it did not work. Can anyone helpe me? Thanks, Rodrigo public void onModuleLoad() {

Re: Help: How to refresh Button Text?

2011-03-28 Thread Juan Pablo Gardella
Why you add again the button in refreshStopList()? // Button is added to the Screen. hPanel.add(Stop1Button); 2011/3/25 Rodrigo JS rjs_...@excite.com Hi All, I am new to GWT and was trying to create an horizontal panel with 5 Buttons on it. So far, so good. Point is that when I

Re: Need some help on Editors

2011-03-28 Thread Potate
hi Thomas thank you for the reply. After reading your email and the referenced examples, it makes much more sense now. I have one more question poped out. How does the editor framework work with inheritance? say I have interface Base { String getBaseProperty() } interface Child extends Base {

Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-03-25 Thread Tom K.
to figure out the numerous build scripts to figure out why this import isn't included in my jar, but to no avail. Can anyone help me figure out what I might be missing? This is my error log when I run my app: [DEBUG] [scanlogistixclient] - Validating newly compiled units [ERROR

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-03-25 Thread David Chandler
out why this import isn't included in my jar, but to no avail. Can anyone help me figure out what I might be missing? This is my error log when I run my app: [DEBUG] [scanlogistixclient] - Validating newly compiled units [ERROR] [scanlogistixclient] - Errors in 'jar:file:/D:/Program

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-03-25 Thread Tom K.
Thanks for the quick reply. That seemed to remove a bunch of my errors, but now I'm still left with errors. Forgive my ignorance on how Java dependencies work, I work primarily in C/C++, so I don't work in Eclipse as much as I should. I looked at Maven earlier today for the first time,

<    2   3   4   5   6   7   8   9   10   11   >