Mouse click not working on ListGrid

2011-11-01 Thread David Fernando
I have a strange problem and i am sure it is just simple mistake of some kind but i cant really find it and i dont really know what to search. I create a new window with VerticalPanel in it. Inside this Vertical Panel i put TabSet with SelectItem component. The problem is that clicking on drop

Re: show [ERROR] Element may only contain a single child element in gwt 2.4.

2011-10-22 Thread David Fernando
=textArea /                   /g:VerticalPanel           /g:VerticalPanel         /g:center      /g:DockLayoutPanel /ui:UiBinder On Oct 21, 4:44 pm, David Fernando fernando33...@gmail.com wrote: I got error when I compile the project. Please give your suggestion. g:DockLayoutPanel

Right click on CellList!

2011-10-22 Thread David Fernando
Give your suggestion to fire a right click event on cellList. Where do i include the event?. I have been wating for your reply. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

show [ERROR] Element may only contain a single child element in gwt 2.4.

2011-10-21 Thread David Fernando
I got error when I compile the project. Please give your suggestion. g:DockLayoutPanel ui:field=dock g:north size=25 g:FlowPanel g:Button ui:field=saveLogin/ g:Button /g:FlowPanel /g:north

Adding popup on CellTable header

2011-10-19 Thread David Fernando
Add popup on cellTable header. When I click on the header not recognize the event. I render TextInputCell in the header of CellTable. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Apply style to header, row, cell in cellTable

2011-10-15 Thread David Fernando
Thanks, working. On Oct 14, 6:16 pm, Sudhakar Abraham s.abra...@datastoregwt.com wrote: Add style to cellTable using this  CellTable.Resources interface. Pass the CellTable.Resources object into CellTable constructor. Change the property in CellTableStyle.css file as you wish. S.

Apply style to header, row, cell in cellTable

2011-10-13 Thread David Fernando
Change the existing style to my own style for cellTable. where do I change the property in gwt. -- 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

Binder problem in ui.xml file?

2011-10-12 Thread David Fernando
Compile gwt application, I got the error show[Error] Element may only contain a single child element, but found g:FlowPanel ui:field='flow1'and g:FlowPanel ui:field='flow2'. Element g:center. Advance thanks. ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'