Re: Slotted - A Slot/Nesting Extension to Activities and Places

2013-01-25 Thread Alfredo Quiroga
Very cool and extremely useful indeed. So far I have only read the documentation, haven't actually used the framework yet but the way this is architected/implemented at least at first glance seems to be right on. Would not mind it at all if this made its way into GWT core. Great work, thank

Sasha Maps - now with Android support

2013-01-25 Thread msa...@gmail.com
I'm proud to announce a new release of Sasha Maps at http://www.maryanovsky.com/sasha/maps/. This main feature of this latest release is official support for Android! Also, you can now easily utilize high-resolution screens (such as in the retina iPhone/iPad or the Galaxy Nexus) in your maps.

Re: Debug Id (or equivalent) for CellTable elements?

2013-01-25 Thread Lukasz Plotnicki
What about using XPath and combining different attributes,e.g driver.findElement(By.xpath(//div[contains(@class,'menuTitle') and contains(.,'Register Menu')])) We are using it and are quite happy as it is panel/layout-structure independent. The performance is not as good as with By.id, but

Re: Debug Id (or equivalent) for CellTable elements?

2013-01-25 Thread jacob . weber36
Unfortunately that isn't a real possibility with the way our project is setup. What we ultimately need to do is something along the lines of Find the first column in the table at the row where the second column has the text __. If the cell and/or column elements could use the UIObjects

CSSResource processing of CSS files in war directory

2013-01-25 Thread Steve C
I'm working on an app where we decided to create CSS resources under the source tree as usual, but only setting properties that affect layout, like display, float, sizing, positioning, etc. The look of the app is under control of design-oriented folks that aren't GWT-savvy, who want to be able

Re: GWT 2.5 and IBM JVM problems

2013-01-25 Thread Edgar Zamora
Hi Adolfo I need to use the GWT 2.5 with an IBM JVM. Can you please copy me the binaries? (And preferable the steps to get and recompile the code) On Wednesday, August 29, 2012 10:30:26 AM UTC-6, apanizo wrote: I can confirm that there is no problem. All is working fine. If someone

Re: Chrome 24 and GWT

2013-01-25 Thread Simon K
I can't reproduce it on Chrome 24.0.1312.56 m either. Is there a particular commit in this patch that might fixed the animation problem inadvertently? How likely is it for the issue to come back in the near future? On Friday, 25 January 2013 00:45:46 UTC, John V Denley wrote: Looks to me

Re: GWT 2.5 and IBM JVM problems

2013-01-25 Thread Thomas Broyer
IIRC, there's an issue open in the tracker with a workaround (a system property to ignore the gwtar files) -- 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

Re: Chrome 24 and GWT

2013-01-25 Thread Alex-Dan Luca
Google fixed it and pushed an update to all Chrome users. See here for more info: http://code.google.com/p/chromium/issues/detail?id=158910 On Jan 25, 2013 8:51 PM, Simon K feeney.m...@gmail.com wrote: I can't reproduce it on Chrome 24.0.1312.56 m either. Is there a particular commit in

xmlns:mynamespace syntax no longer works in UiBinder GWT 2.5

2013-01-25 Thread esorf
Using xmlns: in UiBinder no longer works. ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder xmlns:g= urn:import:com.google.gwt.user.client.ui xmlns:fb=http://ogp.me/ns/fb#; Works in GWT 2.4 but no longer works in 2.5. Error is Prefix fb: has unrecognized xmlns http://ogp.me/ns/fb#;

GWT Popup not working in IE

2013-01-25 Thread sachin sreenivasan
Hi All, I am having a popup panel in my application. Somehow the popup does not show up in IE9 (on Windows 7). It is working fine in Chrome and Firefox and the previous versions of IE. Anybody aware of this issue? What is the resolution for this? I also verified that the popup is not

GWT HtmlPanel Disable SafeHTML

2013-01-25 Thread Jan Vladimir Mostert
Hi, is there a way to disable SafeHTML in the new GWT2.5 HTMLPanel? If I put text in the HTMLPanel, it replaces all my spaces with nbsp; which means it ignores all styles and also the text just runs out of the page if it's long. Have already posted on StackOverflow as well:

[gwt-contrib] Change in gwt[master]: Make AnimationScheduler configurable and change defaults.

2013-01-25 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Make AnimationScheduler configurable and change defaults. .. Patch Set 3: (3 comments) Proposal: Let's remove the ConfigMozilla and ConfigWebkit marker

[gwt-contrib] Change in gwt[master]: Make AnimationScheduler configurable and change defaults.

2013-01-25 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Make AnimationScheduler configurable and change defaults. .. Patch Set 3: I think this much configuration doesn't really add much value. With current

[gwt-contrib] Fix problem where hidden scrollbars prevent clicks through to the scrollable content area on Chr... (issue1886803)

2013-01-25 Thread andrewbachmann
Reviewers: goktug, Description: Fix problem where hidden scrollbars prevent clicks through to the scrollable content area on Chrome(webkit?) browsers on Windows. https://code.google.com/p/google-web-toolkit/issues/detail?id=7576 This is not a fix for the same/similar issue on Mac OS for Chrome

[gwt-contrib] Change in gwt[master]: Update to use ICU4J 50.1.1

2013-01-25 Thread John A. Tamplin
John A. Tamplin has posted comments on this change. Change subject: Update to use ICU4J 50.1.1 .. Patch Set 2: So what do we need to do to land this? -- To view, visit https://gwt-review.googlesource.com/1700 To unsubscribe,