GWT, IE8 and screen reader

2013-02-11 Thread Michael Vogt
Hello. I have a strange problem when using IE8 with the screen reader jaws. For example, when a text field receives the focus, the whole page is read from the beginning, Looking at the html, it seems a lot of the html is duplicated inside a __listener attribute. This does not happen with IE9

Re: IE10 support in Gwt

2013-02-11 Thread Aladdin
We managed to run GWT on Windows 8 Phone with almost no efforts other than some CSS3 changes. For the desktop (Metro Style App) it was a bit tricky as the GWT was breaking down at Parsing XML using IE6 parser implementation (using ActiveX), we finally managed to fix this by forcing the loaded

Re: Using RequestFactory with JPA (3 Entities)

2013-02-11 Thread Nermin
Dear Thomas, thank you for the answer to my question. I head a JPA problem with an entity being used two times. However, I could not figure this out from the error message. I figured this out by creating the entities without using the RequestFactory. How ever it works fine now. Best regards:

Re: Does super dev mode works for Internet Explorer (8,9...)?

2013-02-11 Thread Axel REGNOULT
I succeed to use super dev mode, adding manually the bookmarklet in IE, with the inside URL: javascript:%7B window.__gwt_bookmarklet_params %3D %7Bserver_url%3A'http%3A%2F%2Flocalhost%3A9876%2F'%2Cmodule_name%3A'MS'%7D%3B var s %3D document.createElement('script')%3B s.src %3D

Re: DataGrid vertical scrollbar overlaps the last column

2013-02-11 Thread El Mentecato Mayor
I don't understand that documentation sentence you just quoted. What I've done is one of two things as a workaround: 1) set a ~20 pixels padding-right on the last column, or 2) set a size to the column to be ~20 pixels wider than what expect the content to be on the last column. On Friday,

GWT OpenLayers Drag a Marker to outside of the map

2013-02-11 Thread JSNI NOOB
I was using this the GWT-openlayers in a project. And i need to drag a marker (for instance an image of a restaurant to an personal GWT widget that receives droppable images). Is it possible? My workaround is a little ugly, because i detected the mouse over in the marker and then i created a

Re: why no getTabBar() in TabLayoutPanel?

2013-02-11 Thread Ben
I also would need the getTabBar() but for a different reason (dynamically customizing the style of the bar) thus the proposed workarounds are not good for me. Any suggestion? At least I would like to understand why this essential basic functionality has been removed. -- You

Re: RequestFactory + ejb3

2013-02-11 Thread nabil . benasker
hi have find a sollution for this problemrequestfactory+ejb Le vendredi 2 septembre 2011 19:02:15 UTC+2, thiago borges martins a écrit : Good afternoon staff, I am developing a system and adopted the gwt + smart for the presentation layer and the back end I work with ejb3. The project is

Re: Tomcat error messages in localhost_access_log

2013-02-11 Thread Marco
Thanks for the remark with /w00tw00t.at.ISC.SANS.Win32:), i will investigate this. In some rare cases I get following client error: The call failed on the server; see server log for details The only message I have is in localhost_access_log , therefore I asked for these messages in general.

WebScokets GWT

2013-02-11 Thread Maria Garcia
Hi all, I want to implement a simple sample with websockets in GWT but I don't know the best solution. I have cheked Atmostphere but I think it's quite complex... moreover, I can't execute de gwt-example.. Some advices will be helpful or a simple library... Regards, María PS. I also checked

Re: Tomcat error messages in localhost_access_log

2013-02-11 Thread Thomas Broyer
Unhandled exceptions should be printed to the catalina.out: http://tomcat.apache.org/tomcat-7.0-doc/logging.html#Console On Monday, February 11, 2013 6:54:20 PM UTC+1, Marco wrote: Thanks for the remark with /w00tw00t.at.ISC.SANS.Win32:), i will investigate this. In some rare cases I get

strange CellList selection problem

2013-02-11 Thread Yan
Hi there, I have a CellList working with SimplePager, using ListDataProvider. No Async loading. I load about 250 elements, take all default for page size. Pager and scrolling work fine. The problem is that when I click on the list. For any page after the 1st page, when I click on an

Re: WebScokets GWT

2013-02-11 Thread Andy Stevko
I've had some success using the GWT/JMS/Stomp/WebSocket protocol stack which is built on Web Sockets. The Stomp WebSocket wrapper handles much of the complexity of streaming data over web sockets and maintaining the connection. http://code.google.com/p/gwt-stomp-jms/ On Mon, Feb 11, 2013 at 9:55

[gwt-contrib] Change in gwt[master]: Introduce ImmutableAnnotations to reduce memory usage.

2013-02-11 Thread Brian Slesinsky
Brian Slesinsky has uploaded a new change for review. https://gwt-review.googlesource.com/1920 Change subject: Introduce ImmutableAnnotations to reduce memory usage. .. Introduce ImmutableAnnotations to reduce memory usage.

[gwt-contrib] Change in gwt[master]: Introduce ImmutableAnnotations to reduce memory usage.

2013-02-11 Thread John A. Tamplin
John A. Tamplin has posted comments on this change. Change subject: Introduce ImmutableAnnotations to reduce memory usage. .. Patch Set 1: Note that most of the i18n code expects annotations to be inherited -- I haven't

[gwt-contrib] Change in gwt[master]: Introduce ImmutableAnnotations to reduce memory usage.

2013-02-11 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Introduce ImmutableAnnotations to reduce memory usage. .. Patch Set 1: (1 comment) File

[gwt-contrib] Change in gwt[master]: Introduce ImmutableAnnotations to reduce memory usage.

2013-02-11 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Introduce ImmutableAnnotations to reduce memory usage. .. Patch Set 1: I don't intend any change in semantics; I'm just documenting the preexisting

[gwt-contrib] Change in gwt[master]: Reduce devmode memory usage by not caching bytecode.

2013-02-11 Thread Brian Slesinsky
Brian Slesinsky has abandoned this change. Change subject: Reduce devmode memory usage by not caching bytecode. .. Abandoned Committed. -- To view, visit https://gwt-review.googlesource.com/1910 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: Clear the GWT bridge to reduce severity of memory leaks. Thi...

2013-02-11 Thread Brian Slesinsky
Brian Slesinsky has abandoned this change. Change subject: Clear the GWT bridge to reduce severity of memory leaks. This allows data held by generators to be freed. (Also, reduces the number of red herrings when tracking down a memory leak.)

[gwt-contrib] Change in gwt[master]: Introduce ImmutableAnnotations to reduce memory usage.

2013-02-11 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Introduce ImmutableAnnotations to reduce memory usage. .. Patch Set 1: Some numbers, using our largest project: Without this change there about 480k

[gwt-contrib] Change in gwt[master]: Changes the GWTTestCase to keep calling user uncaught handle...

2013-02-11 Thread Goktug Gokdogan
Goktug Gokdogan has abandoned this change. Change subject: Changes the GWTTestCase to keep calling user uncaught handler. .. Abandoned New solution will be based on newly introduced test specific UncaughtExceptionHandler