GWT CustomFieldSerializer Recursivity

2013-01-02 Thread Brandon Donnelson
I've been trying to work on a custom serializer but I've not been able to get it to work. So I've been investigating com.google.gwt.user.server.rpc.impl.SerializabilityUtil. What I'm seeing is a strange recursive loop that looks odd to me. I can register a custom field serializer on next to

Re: dataGrid with onSelectionChange shield the button receive event

2013-01-02 Thread tong123123
to clarify, it is not onclick event, it is the execute method of the ActionCell. -- 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/-/dXyv4akC5lsJ.

Re: dataGrid with onSelectionChange shield the button receive event

2013-01-02 Thread tong123123
sorry, please ignore the first question, I found the execute method is triggered first before onSelectChange event of the datagrid. but for the second question, I still do not have any clue now. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

CSS DropShadow for DockLayoutPanel?

2013-01-02 Thread membersound
Hi, I'm trying to apply a dropshadow around a DockLayoutPanel area. But can't get it to work: .shadow { -moz-box-shadow: 3px 3px 4px #000; -webkit-box-shadow: 3px 3px 4px #000; box-shadow: 3px 3px 4px #000; /* For IE 8 */ -ms-filter:

Something unknown about the celltype of Header in 2.4 api

2013-01-02 Thread tong123123
in the api http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/cellview/client/Header.html#getValue%28%29 H - the Cell type but in fact, why the following can work ActionCellString addPCCell = new ActionCellString(add, new DelegateString(){ @Override public void

Center content of DockLayoutPanel North?

2013-01-02 Thread membersound
How could I center everything that is placed eg in the north/east/west/south segment of a docklayoutpanel? The following does not work... ui:style .align { float: center; } /ui:style g:DockLayoutPanel g:north styleName='{style.align}'g:LabelA/g:Label/g:north -- You received

Regarding communication method

2013-01-02 Thread nalini . kar
I am new to GWT... And planning to develop a prototype in GWT for a company... Can anyone tell me how to decide on which clientserver communication is suitable for my project -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

ScrollPanel scroll position retained across browser refresh

2013-01-02 Thread David
I have a page with several components - one being a small scrollable widget. When I scroll down to a given position and then refresh my page, the scroll position is retained. I've noticed this before and have not thought much of it as the effect has always been fairly benign. However, I

losing focus on the page when popup comes

2013-01-02 Thread sreenivas
Hi, I want to make my complete page to loose focus when popup comes. I mean i should not be able to click any widgets in the background when popup appears. For now, I am able to get the pop up , but I am able to click the buttons in the background page. How should i achieve this blur mechanism

Re: losing focus on the page when popup comes

2013-01-02 Thread Andy King
Is this for something like a login screen? I've done this by creating a widget ... the UiBinder XML file is as follows (this is in LoginWidget.ui.xml): ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' g:FlowPanel g:LabelLogin is

Re: GWT CustomFieldSerializer Recursivity

2013-01-02 Thread Colin Alworth
It looks like it thinks you are sending the CustomFieldSerializer itself over the wire, so wants to find a serializer serializer... The extra prefixed package name com.google.gwt.user.client.rpc.core indicates that it wasn't able to find your field serializer in the normal package where it

Re: ScrollPanel scroll position retained across browser refresh

2013-01-02 Thread David Levy
Some further findings: I've only been able to reproduce the problem on firefox 16 running on Ubuntu.Firefox 17 on Windows works as expected. On Wed, Jan 2, 2013 at 9:45 AM, David levy...@gmail.com wrote: I have a page with several components - one being a small scrollable widget. When

Re: GWT application runtime memory size is too large (client side)

2013-01-02 Thread Andrei
Do you use code-splitting? Do you use Activities and Places design pattern? Do you use i18n, and if you do, dynamic or static? Is there a lot of text in some views? Do you use CellTable or DataGrid widgets, and if you do, how much data is displayed in each of them? Do you have complex views

Re: GWT CustomFieldSerializer Recursivity

2013-01-02 Thread Brandon Donnelson
Good point, but I don't think that's it. I walked the code several finding the loop on it self here:

GWT Native DnD in 2.5 and IE9

2013-01-02 Thread brucelowe
Hi, I'm trying to get the native DnD working in IE9 using GWT 2.5.0. I've got it working perfecting in all browsers except IE9. Oddly enough, it works perfectly in dev mode, just not the standard mode? I found this post here:

Re: Regarding communication method

2013-01-02 Thread Bruce Lowe
I'm also quite newish, but I found the GWT-RPC very good. If your backend is written in Java, then this makes sense since you can work with the same POJO's on the back and front end. If your backend is written in a different language or need more than one client to consure data, and GWT is just

Re: GWT CustomFieldSerializer Recursivity

2013-01-02 Thread Thomas Broyer
On Wednesday, January 2, 2013 6:16:36 PM UTC+1, Brandon Donnelson wrote: Good point, but I don't think that's it. I walked the code several finding the loop on it self here:

Re: Could not load GWT DMP Plugin

2013-01-02 Thread David Briney
Brian, GWT Dev plugin 1.0.11338 plus Chrome 23.0.1271.97 either crashes or will not load. When will this be addressed? Thanks, David Briney On Mon, Nov 26, 2012 at 4:57 PM, Thomas Broyer t.bro...@gmail.com wrote: On Monday, November 26, 2012 9:15:09 PM UTC+1, Mark Bosshard wrote: Hey

Re: Could not load GWT DMP Plugin

2013-01-02 Thread Brian Slesinsky
Which OS? On Wed, Jan 2, 2013 at 9:59 AM, David Briney david.bri...@gmail.com wrote: Brian, GWT Dev plugin 1.0.11338 plus Chrome 23.0.1271.97 either crashes or will not load. When will this be addressed? Thanks, David Briney On Mon, Nov 26, 2012 at 4:57 PM, Thomas Broyer

Re: Could not load GWT DMP Plugin

2013-01-02 Thread David Briney
Win 7 Enterprise. Could IntelliJ (I'm using 11.1.4) be a factor? On Wed, Jan 2, 2013 at 11:06 AM, Brian Slesinsky skybr...@google.comwrote: Which OS? On Wed, Jan 2, 2013 at 9:59 AM, David Briney david.bri...@gmail.comwrote: Brian, GWT Dev plugin 1.0.11338 plus Chrome 23.0.1271.97 either

Re: Could not load GWT DMP Plugin

2013-01-02 Thread Brian Slesinsky
Unlikely. A different version of Chrome is more likely to help. On Wed, Jan 2, 2013 at 10:10 AM, David Briney david.bri...@gmail.comwrote: Win 7 Enterprise. Could IntelliJ (I'm using 11.1.4) be a factor? On Wed, Jan 2, 2013 at 11:06 AM, Brian Slesinsky skybr...@google.comwrote: Which OS?

Re: Could not load GWT DMP Plugin

2013-01-02 Thread David Briney
Chrome 23.0.1271.97 (m) is the most recent version. What version do you suggest I roll back to (assuming I can even find it)? On Wed, Jan 2, 2013 at 11:14 AM, Brian Slesinsky skybr...@google.comwrote: Unlikely. A different version of Chrome is more likely to help. On Wed, Jan 2, 2013 at

Re: GWT Native DnD in 2.5 and IE9

2013-01-02 Thread Bruce Lowe
Embarrassingly, I've found the problem. I had IE compatibility mode on! B On Jan 2, 2013 5:39 PM, brucelowe bruce.l...@gmail.com wrote: Hi, I'm trying to get the native DnD working in IE9 using GWT 2.5.0. I've got it working perfecting in all browsers except IE9. Oddly enough, it works

Re: Lienzo is now GA and it's Pixel Perfect!

2013-01-02 Thread David
This is wonderful! Do you know where I can find the bits of the demo source that are not visible in the Lienzo Explorer? i.e. com.emitrom.lienzo.demo.client.common.WidgetLayer thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Date in autobean

2013-01-02 Thread wargre
Hello, Is there a way to specify the format of the date with autobean? I'd like to use the ISO8601 format (-MM-dd hh:mm:ss.SSS), because the default transfer mode is the number of millisecond since 1970-01-01 and I cannot manage negative number for date older than 1970 on server side...

Re: Lienzo is now GA and it's Pixel Perfect!

2013-01-02 Thread Alfredo Quiroga-Villamil
Hi David: https://emitrom.atlassian.net/svn/LK/trunk Regards, Alfredo On Wed, Jan 2, 2013 at 2:42 PM, David levy...@gmail.com wrote: This is wonderful! Do you know where I can find the bits of the demo source that are not visible in the Lienzo Explorer? i.e.

Re: Updating GWT libraries for supporting xsiframe

2013-01-02 Thread Colin Alworth
Greetings from IRC - glad to see you are continuing with this idea. It could be worth considering inlining the sizzle.js code as JSNI to avoid the extra .js file at all, either from the module file or from the base html file. This has the additional constraint/advantage that you'll need to

Css issues post GWT 2.5 Upgrade?

2013-01-02 Thread kevin
I recently upgrade to 2.5 and it seems like there is a new bug somewhere within the CssResource stuff. I think the bug only happens in development mode but after refreshing my application a couple times, certain css classes seems to get overwritten or merged with other css classes. I can't

Re: Widget.addHandler() on GWT Button not working correctly

2013-01-02 Thread Goktug Gokdogan
Button#addClickHandler uses #addDomHandler which calls #sinkEvents to start receiving events. If only addHandler is called, the button will not start receiving the vent. On Fri, Dec 28, 2012 at 10:15 PM, Atul Acharya a885.a242...@gmail.comwrote: I am trying to use method addHandler on a

Re: GWT application runtime memory size is too large (client side)

2013-01-02 Thread Frank Hossfeld
Did you check the execution time of your app? iOS 6 limits the JavaScript execution time to 10 seconds for each top-level entry point. Am Freitag, 28. Dezember 2012 13:28:21 UTC+1 schrieb mkn: I have written quite a sophisticated gwt application (many different views, combined with