[gwt-contrib] Re: Failing to find custom field serilializers in Oracle OC4J 10.1.3.5

2010-01-06 Thread stuckagain
Yes, It fixes the problem. By the way, might it be that the custom field serializers outside of gwt-servlet are in fact broken in 2.0.0 ? I see a message in the GWT newsgroup where they detected the same issue ? When can there be a patched 2.0, this is quite critical!

[gwt-contrib] History support for StackLayoutPanel

2010-01-06 Thread dflorey
Hi, it would be very convenient if StackLayoutPanel would support SelectionHandler and a setItem(int index) method to implement history support. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: History support broken on chrome

2010-01-06 Thread dflorey
Works fine in IE too On Jan 6, 10:51 am, dflorey daniel.flo...@gmail.com wrote: For the some reason the history support is not working properly on chrome. I've just added the history example to the main tab panel and it is working fine on firefox but works on chrome only for the first back.

[gwt-contrib] Tab-selected style missing in JavaDoc for TabLayoutPanel

2010-01-06 Thread dflorey
reminder -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on UsingOOPHM in google-web-toolkit

2010-01-06 Thread codesite-noreply
Comment by dusan.maliarik: @tamplinjohn I believie there is version with loadable extension available quite some time. Is it that difficult to make x-platform dialogs? Wouldn't JS's Window.confirm() do the trick? For more information:

Re: [gwt-contrib] Tab-selected style missing in JavaDoc for TabLayoutPanel

2010-01-06 Thread Joel Webber
Whoops, thanks. Added, and will commit momentarily. On Wed, Jan 6, 2010 at 5:47 AM, dflorey daniel.flo...@gmail.com wrote: reminder -- http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: History support broken on chrome

2010-01-06 Thread Joel Webber
Daniel, I'm seeing Showcase work fine on both Chrome/Mac and Chrome/Windows. For http://www.floreysoft.com/ I'm seeing different behaviors on each: Windows: Everything seems to work fine, except for some strange shuffle when backing into the first history state, which keeps me from going forward

[gwt-contrib] [google-web-toolkit] r7360 committed - Edited wiki page through web user interface.

2010-01-06 Thread codesite-noreply
Revision: 7360 Author: b...@google.com Date: Wed Jan 6 07:11:38 2010 Log: Edited wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=7360 Modified: /wiki/CssResource.wiki === --- /wiki/CssResource.wiki Wed

Re: [gwt-contrib] History support for StackLayoutPanel

2010-01-06 Thread Joel Webber
Are addSelectionHandler(), addBeforeSelectionHandler(), selectTab(int), and selectTab(Widget) not sufficient for this? On Wed, Jan 6, 2010 at 4:05 AM, dflorey daniel.flo...@gmail.com wrote: Hi, it would be very convenient if StackLayoutPanel would support SelectionHandler and a setItem(int

[gwt-contrib] Re: History support broken on chrome

2010-01-06 Thread Thomas Broyer
On Jan 6, 3:47 pm, Joel Webber j...@google.com wrote: Daniel, I'm seeing Showcase work fine on both Chrome/Mac and Chrome/Windows. Just test our app too, works fine. For http://www.floreysoft.com/I'm seeing different behaviors on each: Windows: Everything seems to work fine, except for

[gwt-contrib] Re: History support broken on chrome

2010-01-06 Thread dflorey
I just copied the example code: http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html I'll change my code to use newItem(..., false) and let you know if this works. Thanks so far! On Jan 6, 5:02 pm, Thomas Broyer t.bro...@gmail.com wrote: On Jan 6, 3:47 pm, Joel Webber

[gwt-contrib] Re: History support for StackLayoutPanel

2010-01-06 Thread dflorey
Where did you find these? Or are these the methods planned? I'm talking about the StackLayoutPanel not TabLayoutPanel... On Jan 6, 4:25 pm, Joel Webber j...@google.com wrote: Are addSelectionHandler(), addBeforeSelectionHandler(), selectTab(int), and selectTab(Widget) not sufficient for this?

[gwt-contrib] When detecting IE6-ness, check all property oracles

2010-01-06 Thread spoon
Reviewers: cromwellian_google.com, Description: When compiling for IE6, GWT breaks up large blocks of statements into smaller ones. The current test for whether it is compiling for IE6 or not is buggy, however. It only checks the first property oracle. Thus, it can guess wrong if it ends up

Re: [gwt-contrib] Re: History support for StackLayoutPanel

2010-01-06 Thread Joel Webber
Apparently I've lost the ability to read, and was looking at TabLayoutPanel :) Just filed 4453 to track this. On Wed, Jan 6, 2010 at 11:49 AM, dflorey daniel.flo...@gmail.com wrote: Where did you find these? Or are these the methods planned? I'm talking about the StackLayoutPanel not

[gwt-contrib] Re: History support broken on chrome

2010-01-06 Thread dflorey
I changed the method but still no luck. I'm running chrome 4.0.266.0 The app hangs after second back. On Jan 6, 5:32 pm, dflorey daniel.flo...@gmail.com wrote: I just copied the example code:http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHist... I'll change my code to use

[gwt-contrib] Re: Collect parameter names during the compilation step

2010-01-06 Thread scottb
LG, but one thing is bothering me... Shouldn't you be able to rip out a bunch of old code now? Since we're always collecting param names, shouldn't all that argNamesAreReal mess go away? http://gwt-code-reviews.appspot.com/129802/diff/1/16 File

[gwt-contrib] Re: Collect parameter names during the compilation step

2010-01-06 Thread jat
On 2010/01/06 17:30:23, scottb wrote: LG, but one thing is bothering me... Shouldn't you be able to rip out a bunch of old code now? Since we're always collecting param names, shouldn't all that argNamesAreReal mess go away? It will be needed when we implement the second phase of IHM,

[gwt-contrib] Re: Adds non-trivial tests and more to new webAppCreator projects

2010-01-06 Thread jgw
On 2009/12/14 22:41:07, jlabanca wrote: @jgw - want to make sure you saw this review LGTM. http://gwt-code-reviews.appspot.com/121801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Comment on DefaultLocaleBinding in google-web-toolkit

2010-01-06 Thread codesite-noreply
Comment by shabino: To avoid generating a true default locale, one must put the following (example is the 'Ugly American' way) in his gwt.xml module: extend-property name='locale' values='en'/ set-property-fallback name='locale' value='en'/ set-property name='locale' value='en'/ For more

[gwt-contrib] Custom element parsers for UiBinder

2010-01-06 Thread ggeorg
Hi, how can I register custom element parsers in UiBinder? Sofar I use a patched UiBinderWriter. Maybe you want to have a look at the demos: http://69.20.122.77/gwt-mosaic/Showcase.html#CwUiBinderFillLayout http://69.20.122.77/gwt-mosaic/Showcase.html#CwUiBinderBoxLayout

[gwt-contrib] [google-web-toolkit] r7361 committed - Updating checkstyle to allow 2010 as a Copyright year....

2010-01-06 Thread codesite-noreply
Revision: 7361 Author: jlaba...@google.com Date: Wed Jan 6 12:11:12 2010 Log: Updating checkstyle to allow 2010 as a Copyright year. Patch by: jlabanca Review by: jgw http://code.google.com/p/google-web-toolkit/source/detail?r=7361 Modified:

[gwt-contrib] Re: JSNI references with * as the parameter list

2010-01-06 Thread bobv
LGTM, just some nits http://gwt-code-reviews.appspot.com/126817/diff/2024/2038 File dev/core/src/com/google/gwt/dev/jjs/impl/JsniRefLookup.java (right): http://gwt-code-reviews.appspot.com/126817/diff/2024/2038#newcode118 Line 118: // Backward compatibility: allow accessing bridge methods with

Re: [gwt-contrib] Re: Failing to find custom field serilializers in Oracle OC4J 10.1.3.5

2010-01-06 Thread John Tamplin
On Wed, Jan 6, 2010 at 6:01 PM, Lex Spoon sp...@google.com wrote: I don't know what the real problem is, but I'm sure that custom serializers are not broken in general. There must be something more specific going wrong. -Lex Yes, the problem is that if it isn't on the classpath used to

Re: [gwt-contrib] [google-web-toolkit] r7364 committed - Adds the module name to the generated ID of FormPanel's iframe to ensu...

2010-01-06 Thread John Tamplin
On Wed, Jan 6, 2010 at 5:05 PM, codesite-nore...@google.com wrote: Revision: 7364 Author: jlaba...@google.com Date: Wed Jan 6 14:04:31 2010 Log: Adds the module name to the generated ID of FormPanel's iframe to ensure that IDs are unique across modules. Patch by: jlabanca Review by: jgw

[gwt-contrib] More widget creation benchmarks

2010-01-06 Thread rjrjr
Reviewers: jgw, Message: More benchmarks for your reviewing pleasure, Joel. Description: Adds more widget creation benchmarks. to compare creating via innerHTML v. dom calls, and empty dom structures v. similar structures with a bit of text. Please review this at

Re: [gwt-contrib] Re: Failing to find custom field serilializers in Oracle OC4J 10.1.3.5

2010-01-06 Thread David
I did not file a bug report yet. Do I need to do this or is it already done ? On Thu, Jan 7, 2010 at 12:20 AM, John Tamplin j...@google.com wrote: On Wed, Jan 6, 2010 at 6:01 PM, Lex Spoon sp...@google.com wrote: I don't know what the real problem is, but I'm sure that custom serializers are