Re: GWT Dev plug-in for Firefox 11

2012-03-17 Thread VaraKumar
I am using it with Ubuntu 64 bit. Works fine. Thanks. -- 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/-/aCLeK2OLGFgJ. To post to this group, send

Cursor disappearing from TextBox

2011-05-01 Thread varakumar pjd
Hello, Cursor is being disappeared from my TextBox and I am unable to enter anything. Just have a look at this code once. TextBox textBox = new TextBox(); SimplePanel panel = new SimplePanel(); panel.addStyleName("downarrow"); HorizontalPanel hPanel = new HorizontalPanel(); hPanel.add(te

Cursor disappearing from TextBox

2011-05-01 Thread varakumar pjd
Hello, Cursor is being disappeared from my TextBox and I am unable to enter anything. Just have a look at this code once. TextBox textBox = new TextBox(); SimplePanel panel = new SimplePanel(); panel.addStyleName("downarrow"); HorizontalPanel hPanel = new HorizontalPanel(); hPanel.add(te

How to add ClickHandler for Div Element?

2011-03-29 Thread varakumar pjd
Hi, I created a div element and appended it to a text box as a child. It is working fine. Now I want to add click handler for that div element. Can you please suggest me for this problem. Thanks, Vara Kumar PJD -- You received this message because you are subscribed to the Google Grou

I can not be able to get gwt visualization charts(LineChart & ColumnChart) in History

2011-03-28 Thread varakumar
Hi all, I am using google visualization LineChart and ColumnChart to show chart for dynamic values in a page. And I added those charts to a HorizontalPanel. I am providing a button to show the values which are caused for that chart. I am adding those values to the another Horizo

How to insert an Image in Celltable cell?

2011-01-20 Thread varakumar
Hi all, In CellTable cell How can I insert an imageresouce -- 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 g

How to show a message in CellTable?

2011-01-20 Thread varakumar
Hi all, I am using CellTable to show list of records. It is working fine, But when there is no records I want show a message as 'no records to show' by removing the loading image. Please suggest me. Thanks, Vara Kumar PJD -- You received this message because you are subscribed to the G

Loading state of CellTable

2011-01-20 Thread varakumar
Hi, I am using CellTable in my application, In celltable it is showing loading image such a good image. But now I want remove it after some time, How can I remove that loading image. Thanks, Vara Kumar PJD -- You received this message because you are subscribed to the Google Groups "Goo