Re: FireFox 3.5

2009-06-30 Thread walrus

>I am using GXT for GUI so it could be a GXT related issue.

It's not GXT related. We are not using GXT, but are facing the very
same issue.
--~--~-~--~~~---~--~~
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to show tooltips on FlexTable?

2009-04-30 Thread walrus

You can use

DOM.setElementAttribute(table.getFlexCellFormatter
().getElement(row, column), "title", "Text to display");

On Apr 30, 2:29 pm, googelybear  wrote:
> yeah I think that would be an option. I was wondering whether the
> flextable directly supports this (currently I'm just setting text
> (setHtml()) for the cells - and the table is rather big, so wrapping
> all the texts in a label might slow it down)
>
> On 30 Apr., 12:00, Peter Ondruška  wrote:
>
> > What about adding tooltip to the Widget in table cell.
>
> > On Thu, Apr 30, 2009 at 11:25 AM, googelybear  wrote:
>
> > > Hi,
>
> > > I did not manage to display tooltips on the FlexTable (there seems to
> > > be no setTooltip(row, col, text) or similar, and also google did not
> > > yield any promising hits) - is this not possible or did I just not dig
> > > deep enough? Any pointers appreciated ;)
>
> > > thx,
> > > den
--~--~-~--~~~---~--~~
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---