GWT Cross Site Iframe Linker and Script Tags

2012-07-23 Thread Daniel
Hi, can someone please explain to me the technical details why the xsiframe Link can not compile GWT apps which load script tags in their .gwt.xml module? It gives the following error: [ERROR] The Cross-Site-Iframe linker does not support script tags in the gwt.xml files, but the gwt.xml file

Re: Suggestion: Why not including the GWT 2.5 - UIBinder Enhancements in the GWT Showcase ?

2012-07-23 Thread Rodrigo Chandia
I added sample code to the MobieWebApp sample, but... Point taken. No promises, but I'll see about getting an example in to showcase. On Sat, Jul 21, 2012 at 12:05 PM, regnoult axel regno...@gmail.com wrote: Hello, I am trying to learn to use Cell widgets and the GWT Showcase was a good

Re: GWT components/panels on an externally hosted web page

2012-07-23 Thread Mike Dee
Brilliant! That did it. Thank you. -- 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/-/E2VWDvf3k6QJ. To post to this group, send email to

Upgrade from 2.2 to 2.4 Issues

2012-07-23 Thread sib
Hi Everyone, I've been trying to upgrade a gwt 2.2 project to 2.4 and have been getting lots of number format exceptions similar to below. There seems to be a problem with i18n. My configuration is gwt + maven + spring. I use the eclipse plugin and gwt maven plugin. The maven plugin shares the

RequestFactory

2012-07-23 Thread nesrine doghri
Hi , How can I list all the data existing in the database using RF and Hibernate ? -- 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,

Re: DevMode for Firefox 14

2012-07-23 Thread El Mentecato Mayor
Many thanks to Allan! ALL: Please star this issue: https://code.google.com/p/chromium/issues/detail?id=138557thanks=138557ts=1343057729 it might help to have better support for GWT devmode development (GWT plugin) for Chrome, and we can forget about firefox. On Monday, July 23, 2012

Re: DevMode for Firefox 14

2012-07-23 Thread Paul Stockley
Better devmode for chrome will be super devmode. I think the current plugin issue is a chrome bug that they seem to have no interest in fixing. On Monday, July 23, 2012 11:37:42 AM UTC-4, El Mentecato Mayor wrote: Many thanks to Allan! ALL: Please star this issue:

Re: Cannot compile from command line

2012-07-23 Thread kratzbaumkordel
Hi Joseph, thanks for your reply and sorry it took me so long! My batch file looks like this (with real paths this time). It is located in the project's main folder (one level above src folder). The module is renamed to testwiese in the .gwt.xml file using module rename-to java -cp

Re: DevMode for Firefox 14

2012-07-23 Thread Jens
ALL: Please star this issue: https://code.google.com/p/chromium/issues/detail?id=138557thanks=138557ts=1343057729 it might help to have better support for GWT devmode development (GWT plugin) for Chrome, and we can forget about firefox. You better take a look at:

Re: RequestFactory

2012-07-23 Thread Cristian Rinaldi
A good way to start is: https://developers.google.com/web-toolkit/doc/latest/DevGuideRequestFactory *AUS. Cristian Rinaldi Co-founder* Mobile: (+54) 9 (342) 5 238 083 Email: cristian.rina...@logikas.com Skype: csrinaldi Site: www.logikas.com Google Plus https://plus.google.com/u/0/ Logikas

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2012-07-23 Thread Vasu
Yea you are absolutely right. It worked when I removed type attribute from ui:with tag. I was wondering it has to identify type to call respective methods on the same and I realized that it tries to match the variable name with that of name of the parameter to render method (which I

Re: DevMode for Firefox 14

2012-07-23 Thread Alan Leung
Last but not least, http://acleung.com/ff14-mac.xpi Have fun! -Alan On Mon, Jul 23, 2012 at 11:42 AM, Jens jens.nehlme...@gmail.com wrote: ALL: Please star this issue: https://code.google.com/p/**chromium/issues/detail?id=**

Re: [gwt-contrib] GWT 2.5 RC1 increases mgwt showcase by 22%

2012-07-23 Thread Rajeev Dayal
Daniel mentioned that somehow the CSS for the blackberry permutation is ending up in the iPhone permutation. That can't just be a Cell Widget issue. On Mon, Jul 23, 2012 at 12:24 AM, Ray Cromwell cromwell...@google.comwrote: Are you using any Cell widgets by any chance? I've seen that the

[gwt-contrib] Re: Added Aria roles and properties to the CellTree (issue1776803)

2012-07-23 Thread skybrian
The code for CellTree is rather odd. There is a keyboard selection policy with three values: DISABLED, ENABLED, and BOUND_TO_SELECTION. If the policy is ENABLED or BOUND_TO_SELECTION then the CSS styles for keyboard selection get updated, but the SelectionModel is only updated when the policy is

[gwt-contrib] Re: Fixes issue 6653: Activity interface should use the new EventBus (issue1786804)

2012-07-23 Thread manuel . carrasco . m
Agree, we should not introduce breaking changes. Actually people were forced in 2.4 to use both versions (gwt and bindering) unless they use deprecated methods (Places), and using mvp+gin is a pain. I have not introduced more changes like you suggest to avoid more breaks and just to fix the

[gwt-contrib] Re: Make DagePicker.getMonthSelector public. (issue1790803)

2012-07-23 Thread skybrian
It looks like if you subclass DatePicker, you will be able to call this method from your subclass. Will that work for you? For an arbitrary DatePicker, making this method public won't help much because the MonthSelector interface doesn't have any interesting methods.

[gwt-contrib] Re: Adds directory listings for the source files served by Super Dev Mode. (issue1770804)

2012-07-23 Thread skybrian
http://gwt-code-reviews.appspot.com/1770804/diff/1/dev/codeserver/java/com/google/gwt/dev/codeserver/SourceMap.java File dev/codeserver/java/com/google/gwt/dev/codeserver/SourceMap.java (right):

Re: [gwt-contrib] GWT 2.5 RC1 increases mgwt showcase by 22%

2012-07-23 Thread Daniel Kurka
We are not using any cell widgets (we wrote our own for mgwt, because the current ones don work for mobile). I already have a good guess where this might be coming from. I'll try to provide a decent test case for it (without mgwt dependencies). -Daniel 2012/7/23 Rajeev Dayal rda...@google.com

[gwt-contrib] Re: Added support for ConstraintFinder. (issue1789803)

2012-07-23 Thread idol
http://gwt-code-reviews.appspot.com/1789803/diff/1/user/src/org/hibernate/validator/metadata/ConstraintOrigin.java File user/src/org/hibernate/validator/metadata/ConstraintOrigin.java (right):

[gwt-contrib] Super Dev Mode cleanup in preparation for doing more server-side HTML rendering (issue1791803)

2012-07-23 Thread skybrian
Reviewers: mdempsky, Description: Super Dev Mode cleanup in preparation for doing more server-side HTML rendering (no user-visible changes) - introduce HtmlWriter class - change log file rendering to use it - Move some code for handling generated file paths from SourceHandler to ModuleState

[gwt-contrib] Re: Added support for ConstraintFinder. (issue1789803)

2012-07-23 Thread idol
http://gwt-code-reviews.appspot.com/1789803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added support for ConstraintFinder. (issue1789803)

2012-07-23 Thread nchalko
http://gwt-code-reviews.appspot.com/1789803/diff/4002/user/src/com/google/gwt/validation/client/GroupInheritanceMap.java File user/src/com/google/gwt/validation/client/GroupInheritanceMap.java (right):