Re: How to add MouseOver Out Event on cells of Grid on 1.6?

2009-04-10 Thread ChaoS
, 2009 at 12:02 AM, ChaoS edo...@gmail.com wrote: I tried addDomHandler function but it works bad.Any one can help me?- 隐藏被引用文字 - - 显示引用的文字 - --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: How to add MouseOver Out Event on cells of Grid on 1.6?

2009-04-10 Thread ChaoS
leaving this // widget. Element related = event.getRelatedTarget(); if (related != null getElement().isOrHasChild(related)) { return; } break; } Is it necessary to do this? On 4月10日, 下午2时02分, ChaoS edo...@gmail.com wrote: I tried like

Re: How to add MouseOver Out Event on cells of Grid on 1.6?

2009-04-10 Thread ChaoS
to them. On Fri, Apr 10, 2009 at 2:02 AM, ChaoS edo...@gmail.com wrote: I tried like this public class GridX extends Grid implements HasMouseOverHandlers,                HasMouseOutHandlers {        public GridX() {                super();        }        public GridX(int rows, int

Re: How to add MouseOver Out Event on cells of Grid on 1.6?

2009-04-10 Thread ChaoS
, ChaoS edo...@gmail.com wrote: I tried like this public class GridX extends Grid implements HasMouseOverHandlers,                HasMouseOutHandlers {        public GridX() {                super();        }        public GridX(int rows, int columns) {                super(rows

How to add MouseOver Out Event on cells of Grid on 1.6?

2009-04-09 Thread ChaoS
I tried addDomHandler function but it works bad.Any one can help me? --~--~-~--~~~---~--~~ 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

Seems that the resize method of Grid will bring orphan nodes in IE

2009-03-05 Thread ChaoS
I found many orphan nodes by sIEve tool when using resize method to clear the rows of Grid I thought that's because GWT doesn't remove node rightly in IE EXT use these codes to remove element in IE removeNode : isIE ? function(){ var d; return function(n){

Why does FormPanel don't implement the reset method?

2009-03-04 Thread ChaoS
IE an FF both supply this method --~--~-~--~~~---~--~~ 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, send

Anything wrong with the GWT-Tutorial's url?

2009-02-08 Thread ChaoS
http://code.google.com/intl/zh-CN/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=GettingStarted Why does this url take me to Google Code documentation reader? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the