Re: font-size: does not work for GWT button and flextable

2011-06-25 Thread Ashwin Desikan
if you are using UI-Binder , you can either your the styleName or addStyleNames property. for example UiBinder /UiBinder -- 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: font-size: does not work for GWT button and flextable

2011-06-25 Thread Ashwin Desikan
Sorry, hit enter too fast. here is the example for a custom button with specific font and colors UiBinder style .btn { color: #FF0080; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; font-size: 12px; font-family: Gothic,sans-serif; font-weight:

Re: custom event + event bubbling

2011-06-25 Thread Ashwin Desikan
what sort of events are you looking to capture? You can create custom events and register those events with the eventBus. When ever that event occurs all handlers would receive a notification and you can take necessary action. Thanks Ashwin -- You received this message because you are

Re: GWT integration to the cloud

2011-06-25 Thread Aza Tek
It seems that most folks want to use GWT RequestFactory and Activities Places without code generation, so we've chosen to prioritize effort around making that easier... It's not clear to me why we can't push for both: 1. Use Roo to generate and MANAGE boilerplate code (Roo allows you chop and

GWT - Tomcat 7 - Java JRE 6u26 - Windows 7 Deploy problem

2011-06-25 Thread Matej Jelovcan
Hi guys. While I wait for the response from Sun/Oracle, I hope you won't mind too much that I also ask you about the problem I am having. It is this: SEVERE: Allocate exception for servlet ZPortalService java.lang.NullPointerException at sun.awt.shell.Win32ShellFolder2$1.call(Unknown Source)

Mac terminal, getting a Permission Denied for webAppCreator

2011-06-25 Thread Bob
In Mac terminal, i am getting a Permission Denied when I try to run webAppCreator (part of Google Web Tool Kit). This is used to create starter applications for tutorials. I am accessing the correct file in the correct folder. Any ideas? Thanks! Bob -- You received this message because

How to add JUnit testing to an existing project in eclipse.

2011-06-25 Thread Bob
When you create a new GWT web project in eclipse, and generate starting code automatically, it does not generate JUnit testing code to be able to add test cases. How do you add this? I have been trying to get this done with webAppCreator, but always get permission denied. Any ideas? thanks

[i18n] Changed handling of quotes in GWT localizable resources?

2011-06-25 Thread googelybear
Hi, I am developing a multi locale app and as described in many posts (e.g. [1] or [2]) so far I have always put 2 quotes when I wanted a single quote to appear in the output in my language properties files (e.g. that''s right will become that's right). This was very annoying for translators and

Re: Regular expression email validation in GWT

2011-06-25 Thread Piro
I had problems with validation framework so i changed it to gwt-vl http://gwt-vl.sourceforge.net/ You can try it too. It is perfect framework, but it works. It is not using annotations so it is more verbose. More about email regex: http://www.regular-expressions.info/email.html On 24. Jún, 07:37

Re: how can i get the proxy that i edited using driver.edit?

2011-06-25 Thread Elhanan Maayan
yea, but that means i can ever use driver.edit without using request.edit first, and driver.edit already does request.edit On Fri, Jun 24, 2011 at 8:41 PM, isern juanis...@gmail.com wrote: Just an idea, I'd try this: proxy = request.edit(proxy); driver.edit(proxy); If I got RF right, the

Re: FireFox 5.0

2011-06-25 Thread kfer38
FF5 has been out for many days now and there's still no gwt plugin for it so I'm still using ff4. I tried switching to chrome but had many difficulties using it. I get errors in eclipse, and my project causes chrome to always display unresponsive script... kill process or wait message which

Re: FireFox 5.0

2011-06-25 Thread Filipe Sousa
I compiled the plugin for Fedora 15 x86_64 bit and it works for me. http://dl.dropbox.com/u/5176435/Fedora/15/gwt-dev-plugin.xpi -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Facebook like Chat App with GWT

2011-06-25 Thread gangurg gangurg
I am trying to implement a Facebook style Chat APP . I use JBOSS as my APP server . Can anyone share thoughts on how do I go about . I have GWT for my client . -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: custom event + event bubbling

2011-06-25 Thread isern
I come from the Flex/JS/Tapestry worlds and a technique commonly used is to attach listeners to certain events expecting they'll will go up like a bubble through the component hierarchy. Actually if I'm not wrong this kind of behavior also occurs with native hardware events in GWT. A typical

MessagesWithLookup gives deferred binding error

2011-06-25 Thread Frank Mena
I have a messages interface that extends Messages.java and works fine. When I switch to extending to MessagesWithLookup.java instead, I get the error message: Deferred binding result type 'com.mycompany.MyMessages' should not be abstract I cannot figure out why this is happening. Why is this

Re: MessagesWithLookup gives deferred binding error

2011-06-25 Thread Frank Mena
OK, my bad. I imported a class from another package that I thought was GWT. On Jun 25, 5:46 pm, Frank Mena frank.m...@gmail.com wrote: I have a messages interface that extends Messages.java and works fine.  When I switch to extending to MessagesWithLookup.java instead, I get the error

Re: Disable/Enable CSS obfuscating in gwt.xml ?

2011-06-25 Thread karthik reddy
Not to revive a old thread but wanted to add some relevant info to the discussion. In the case of set-configuration-property name=CssResource.style value=pretty/, the code that generates the aforementioned very long class names is present in the computeObfuscatedNames method of

GWT Unit Test code doesn't work for me

2011-06-25 Thread Tom Fishman
I downloaded the sample code from http://code.google.com/webtoolkit/ articles/mvp-architecture-2.html, ( http://code.google.com/p/google- web-toolkit/downloads/detail?name=Tutorial-Contacts2.zip). I got the following errors and warnings in eclipse: Description ResourcePath

Re: How to parse the response of GWT app?

2011-06-25 Thread Qi Peng
hi David, I want to get your help. I want to know how to parse the response data(like bellow) of GWT app. Sample data:

Re: custom event + event bubbling

2011-06-25 Thread ashwin.desi...@gmail.com
for listening on events on your widget you can define UiHandler or Attach / Add handlers for example, if you have a button defined in your UIBinder g:Button ui:field = 'button1'Hello/g:Button now if you want to listen on click event of this button, you can do either of these two operations

[gwt-contrib] Re: Enable generator result caching, by default. (issue1467808)

2011-06-25 Thread zundel
http://gwt-code-reviews.appspot.com/1467808/diff/1/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableGeneratorResultCaching.java File dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableGeneratorResultCaching.java (right):

[gwt-contrib] Re: Enable generator result caching, by default. (issue1467808)

2011-06-25 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1467808/diff/1/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableGeneratorResultCaching.java File dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableGeneratorResultCaching.java (right):

[gwt-contrib] Re: Bug triggered in SourceFileCompilationUnit.asCachedCompilation() (issue1461803)

2011-06-25 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1461803/diff/4003/dev/core/src/com/google/gwt/dev/javac/SourceFileCompilationUnit.java File dev/core/src/com/google/gwt/dev/javac/SourceFileCompilationUnit.java (right):

[gwt-contrib] Re: Enable generator result caching, by default. (issue1467808)

2011-06-25 Thread zundel
http://gwt-code-reviews.appspot.com/1467808/diff/1/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableGeneratorResultCaching.java File dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableGeneratorResultCaching.java (right):

[gwt-contrib] Re: Enable generator result caching, by default. (issue1467808)

2011-06-25 Thread zundel
LGTM http://gwt-code-reviews.appspot.com/1467808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Bug triggered in SourceFileCompilationUnit.asCachedCompilation() (issue1461803)

2011-06-25 Thread zundel
I've seen NPEs in other scenarios, so it seemed worth it to go ahead and have Resource.openContents let theIOException through so it could be logged in the most appropriate way.

[gwt-contrib] Re: Bug triggered in SourceFileCompilationUnit.asCachedCompilation() (issue1461803)

2011-06-25 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1461803/diff/6002/dev/core/src/com/google/gwt/dev/javac/CompilationUnitBuilder.java File dev/core/src/com/google/gwt/dev/javac/CompilationUnitBuilder.java (right):