Re: RequestFactory issue with overloaded setters in domain type

2013-02-28 Thread Ignacio Baca Moreno-Torres
If you don't want to have a delegator DTO, you may try AOP. For example, with guice you can match the classes you have the NPE problem, and return null before de NPE. On Feb 27, 2013, at 6:30 PM, James Horsley james.hors...@gmail.com wrote: Issue filed

Re: PopupPanel.hide() steals focus from TextBox?

2013-02-28 Thread Kody
Tried this but does not work for me. Only what helps is disabling the animation... 2013/2/27 rjfl...@gmail.com I had a similar problem with a DialogBox setModal(false) fixed it. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: RequestFactory issue with overloaded setters in domain type

2013-02-28 Thread Thomas Broyer
On Thursday, February 28, 2013 11:18:22 AM UTC+1, Ignacio Baca Moreno-Torres wrote: If you don't want to have a delegator DTO, you may try AOP. For example, with guice you can match the classes you have the NPE problem, and return null before de NPE. or in this specific case, use a

How to align DockLayoutPanel:east content floated to the right?

2013-02-28 Thread membersound
How can align the content of the east panel docked to the right edge? Using the following would just align everything in it's panel to their left edge: g:DockLayoutPanel unit=EM g:west size=10g:FlowPanel styleName={style.left} g:east size=10g:FlowPanel styleName={style.right} g:center / .left

Re: How to align DockLayoutPanel:east content floated to the right?

2013-02-28 Thread membersound
Especially I'm looking for this: g:east size='10' g:FlowPanel styleName={style.right} g:ToggleButton text=toggleMe width=60px / /g:FlowPanel /g:east This would still align the togglebutton to the left

Re: RequestFactory issue with overloaded setters in domain type

2013-02-28 Thread James Horsley
I'll take a stab at writing a ServiceLayerDecorator as that should get me unblocked without writing DTO's and if the correct setter is called the NPE's won't be an issue. Thanks to you both for the suggestions! Thomas, is this issue likely to end up as PatchesWelcome or WontFix? If the former

Re: send event (click) to an external html page

2013-02-28 Thread Laurent Garnier
ARRRGGG ! Thank you all for your search and help. I don't know how to workaround my problem. So, I'll search (alone, again, ;-) If I find anything, I'll tell you Best, Laurent Le mercredi 27 février 2013 17:59:06 UTC+1, Milan Cvejic a écrit : Thanks Thomas for clarification of messaging api.

Re: RequestFactory issue with overloaded setters in domain type

2013-02-28 Thread Thomas Broyer
On Thursday, February 28, 2013 1:50:03 PM UTC+1, James Horsley wrote: I'll take a stab at writing a ServiceLayerDecorator as that should get me unblocked without writing DTO's and if the correct setter is called the NPE's won't be an issue. Thanks to you both for the suggestions! Thomas,

Re: RequestFactory issue with overloaded setters in domain type

2013-02-28 Thread James Horsley
Makes sense. Thanks! On 28 February 2013 13:27, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, February 28, 2013 1:50:03 PM UTC+1, James Horsley wrote: I'll take a stab at writing a ServiceLayerDecorator as that should get me unblocked without writing DTO's and if the correct setter

Re: RequestFactory issue with overloaded setters in domain type

2013-02-28 Thread James Horsley
FYI writing my own ServiceLayerDecorator with the following worked like a charm so extra thanks for the suggestion private static Method getBeanMethod( BeanMethod methodType, Class? domainType, String property, Class? propertyType ) { for ( Method m : domainType.getMethods() ) {

Re: Unable to open GWT designer in

2013-02-28 Thread Liam McGregor
Encountered this today win7x64, cleared out the \.metadata\.plugins *gwt folders in my workspace, reloaded eclipse and the designer worked. It must have been holding on to old settings. On Wednesday, 26 January 2011 05:14:54 UTC, Rao Venu wrote: Hi I am trying to open an entry point module

IE 8 issues with GWT 2.5

2013-02-28 Thread John Paca
We recently started using GWT 2.5 for our GWT applications. Prior to a couple of months ago, we used GWT 2.4. After deploying the GWT 2.5 applications, we noticed that the applications no longer work with IE 8. When the user navigates to the application via an index.html page, the page is

Brainstorming desired - easier styling/css approaches

2013-02-28 Thread dhartford
Hey all, I'm curious if anyone already has some good, applied blogs or posts around the styling/css approaches with GWT applications. In particular, when going through some of these usecases and maybe from a UX designer point of view (I'm a developer, so do not know what tools (dreamweaver?) a

CssResource RTLsupport, textBox issue

2013-02-28 Thread Liam McGregor
Currently when injecting a style using a ClientBundle interface like this*TasklistResourceBundle.INSTANCE.style().ensureInjected(); * If we set the locale *?locale=ar_iq* to arabic everything is moved to the RHS which is fine, however when typing into textBoxes the cursor is positioned on

GWT dev mode and GIN and dependency injection in general

2013-02-28 Thread Marc
Hello! I just experimented somewhat with Gin and realized that it (v2.0) seems to break the incremental compilation feature of GWT's development mode, ie. where I just have to save the .java source file and the gwt dev mode server automatically incorporates the changes. Can someone confirm

Re: GWT dev mode and GIN and dependency injection in general

2013-02-28 Thread Jens
I just experimented somewhat with Gin and realized that it (v2.0) seems to break the incremental compilation feature of GWT's development mode, ie. where I just have to save the .java source file and the gwt dev mode server automatically incorporates the changes. Not exactly sure what

Re: New widgets: Best way to implement them?

2013-02-28 Thread Jens
Interesting topic. Can't really comment on those things but I guess the CellWidgets are a good starting point. I also came across a good stackoverflow reply which I think might also be useful: http://stackoverflow.com/a/7481137/356594 Yeah I have also came across this link and it

Re: New widgets: Best way to implement them?

2013-02-28 Thread Jens
[1] http://code.google.com/p/google-web-toolkit/wiki/CellBackedWIdgets [2] http://www.sencha.com/products/gxt/whats-new-in-sencha-gxt-3/ [3] https://groups.google.com/d/topic/google-web-toolkit-contributors/g8WPRxkdqPA/discussion [4]

Re: adding custom widget to FormPanel

2013-02-28 Thread seven.reeds
Saw a post in a different forum that suggested putting a Hidden widget in the custom one that would receive the actual custom name and value. It suggested that the form would find the Hidden widget and sent that properly. Makes sense to me. My test this morning says, No, that does not

Re: IE 8 issues with GWT 2.5

2013-02-28 Thread Jens
Our app runs with SSL and IE8 and any GWT version just fine. Make sure that IE 8 does not automatically activate compatibility mode for intranet sites. Also check your IE 8 security settings, because you have said that it works when you add your site to the list of trusted sites. -- J. --

Re: GWT dev mode and GIN and dependency injection in general

2013-02-28 Thread alucard
On Thursday, February 28, 2013 6:43:11 PM UTC+1, Marc wrote: Hello! I just experimented somewhat with Gin and realized that it (v2.0) seems to break the incremental compilation feature of GWT's development mode, ie. where I just have to save the .java source file and the gwt dev mode

How to detect when user DnD something into the app and the page unloads?

2013-02-28 Thread dhoffer
I'd like to disable DnD in my GWT app unless I specifically allow it (which I do in places). Is there a way to detect and optionally prevent drops globally (prevent page unloads in this case)? My use case is that we do support DnD in certain ways but if they drop wrong it causes the entire

Re: GWT dev mode and GIN and dependency injection in general

2013-02-28 Thread Thomas Broyer
On Thursday, February 28, 2013 11:21:48 PM UTC+1, alucard wrote: On Thursday, February 28, 2013 6:43:11 PM UTC+1, Marc wrote: Hello! I just experimented somewhat with Gin and realized that it (v2.0) seems to break the incremental compilation feature of GWT's development mode, ie.

Re: GWT dev mode and GIN and dependency injection in general

2013-02-28 Thread Jens
I believe you're right. If you mess with DI stuff (for example add a new parameter to a constructor annotated with @Inject) the code will break when you reload. You have to rebuild the project at that point. I believe this is due to gin using generators which are not triggered on

Re: adding custom widget to FormPanel

2013-02-28 Thread Pedro Lamarão
Em quinta-feira, 28 de fevereiro de 2013 16h43min55s UTC-3, seven.reeds escreveu: Saw a post in a different forum that suggested putting a Hidden widget in the custom one that would receive the actual custom name and value. It suggested that the form would find the Hidden widget and sent

[gwt-contrib] Change in gwt[master]: Remove unnecessary wrapping of IOException in DiskCacheToken...

2013-02-28 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Remove unnecessary wrapping of IOException in DiskCacheToken. This just increases stack trace verbosity, since the callers either throw IOException already or could easily do so.

[gwt-contrib] Change in gwt[master]: Introduces a common SerializableThrowable and refactors Stac...

2013-02-28 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Introduces a common SerializableThrowable and refactors StackTraceDeobfuscator as public API. .. Patch Set 1: (3 comments)

[gwt-contrib] Change in gwt[master]: Cleans up few remaning issues from recent clean up in test i...

2013-02-28 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Cleans up few remaning issues from recent clean up in test infra. .. Patch Set 1: Code-Review+1 (1 comment)

[gwt-contrib] Change in gwt[master]: Introduces a common SerializableThrowable and refactors Stac...

2013-02-28 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Introduces a common SerializableThrowable and refactors StackTraceDeobfuscator as public API. .. Patch Set 1: (1 comment)

[gwt-contrib] Change in gwt[master]: Cleans up few remaning issues from recent clean up in test i...

2013-02-28 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Cleans up few remaning issues from recent clean up in test infra. .. Patch Set 1: (1 comment) File

[gwt-contrib] Change in gwt[master]: Adds java reflection based GWTRunnerProxy implementation.

2013-02-28 Thread Goktug Gokdogan
Goktug Gokdogan has uploaded a new change for review. https://gwt-review.googlesource.com/2032 Change subject: Adds java reflection based GWTRunnerProxy implementation. .. Adds java reflection based GWTRunnerProxy

[gwt-contrib] Change in gwt[master]: Adds java reflection based GWTRunnerProxy implementation.

2013-02-28 Thread John A. Tamplin
John A. Tamplin has posted comments on this change. Change subject: Adds java reflection based GWTRunnerProxy implementation. .. Patch Set 1: There are so few test invocations and they take so little time compared to the

[gwt-contrib] Change in gwt[master]: Introduces a common SerializableThrowable and refactors Stac...

2013-02-28 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Introduces a common SerializableThrowable and refactors StackTraceDeobfuscator as public API. .. Patch Set 1: (4 comments)

[gwt-contrib] Change in gwt[master]: Introduces a common SerializableThrowable and refactors Stac...

2013-02-28 Thread Goktug Gokdogan
Goktug Gokdogan has uploaded a new patch set (#2). Change subject: Introduces a common SerializableThrowable and refactors StackTraceDeobfuscator as public API. .. Introduces a common SerializableThrowable and refactors

[gwt-contrib] Change in gwt[master]: Remove unnecessary wrapping of IOException in DiskCacheToken...

2013-02-28 Thread Brian Slesinsky
Brian Slesinsky has uploaded a new patch set (#2). Change subject: Remove unnecessary wrapping of IOException in DiskCacheToken. Instead, catch the exception at the artifact level and log it with some context. .. Remove

[gwt-contrib] Change in gwt[master]: Remove unnecessary wrapping of IOException in DiskCacheToken...

2013-02-28 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Remove unnecessary wrapping of IOException in DiskCacheToken. Instead, catch the exception at the artifact level and log it with some context. .. Patch

[gwt-contrib] Change in gwt[master]: Adds java reflection based GWTRunnerProxy implementation.

2013-02-28 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Adds java reflection based GWTRunnerProxy implementation. .. Patch Set 1: Actually my reference was Guava, which generates its test methods and they are

[gwt-contrib] Re: Exposed ability for implmentations of Animation.java to check if the animation is currently running. (issue1891804)

2013-02-28 Thread mdempsky
LGTM http://gwt-code-reviews.appspot.com/1891804/ -- -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups Google Web Toolkit Contributors group. To unsubscribe from this group and stop receiving emails

[gwt-contrib] Change in gwt[master]: Make ConsoleLogHandler use console.error/warn/info.

2013-02-28 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Make ConsoleLogHandler use console.error/warn/info. .. Patch Set 1: (1 comment) Note: I did not test the change in browsers. I only verified all browsers

[gwt-contrib] Change in gwt[master]: Refactors JVisitor to standarize access to method/field at t...

2013-02-28 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new change for review. https://gwt-review.googlesource.com/2070 Change subject: Refactors JVisitor to standarize access to method/field at top of subtree. .. Refactors JVisitor to

[gwt-contrib] Change in gwt[master]: Refactors JVisitor to standarize access to method/field at t...

2013-02-28 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new patch set (#4). Change subject: Refactors JVisitor to standarize access to method/field at top of subtree. .. Refactors JVisitor to standarize access to method/field at top of subtree.