Regarding Multiple movable windows inside Tabpanel

2009-06-03 Thread Kinjal Khandhar
Hello All, I am new to GWT development and so any help will be appreciable. My question : I have a tabpanel and when I click on one of the tabs multiple windows should open that have inbuilt tabs. I tried using window manager but it didn't work.Can anyone help me how to get movable windows overl

Regarding Popuppanel on Label in TabPanel

2009-06-06 Thread Kinjal Khandhar
Hello All, Please help me if anyone knows the answer.Any help will be appreciated.I am badly stuck. I have a tabpanel which has labels as widgets.What i want is normal mouseover functionality that if I mouseover on that label it should show me a panel that has various options and when I do mouseou

com/google/gwt/gen2/Gen2.gwt.xml jar

2009-06-08 Thread Kinjal Khandhar
Hello All, Can anyone tell me where will I get this jar file from? I am getting the following error: [ERROR] Unable to find 'com/google/gwt/gen2/Gen2.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? Thanks in advance. --~--~-~--~-

Re: com/google/gwt/gen2/Gen2.gwt.xml jar

2009-06-08 Thread Kinjal Khandhar
9 at 11:21 AM, Jason Parekh wrote: > Could you give more context into what you're trying to do and how your > project is set up? > Thanks, > jason > > > On Mon, Jun 8, 2009 at 9:12 AM, Kinjal Khandhar > wrote: > >> Hello All, >> Can anyone tell me where

Read from XML File

2009-06-10 Thread Kinjal Khandhar
Hello All, I am using GWT-Ext Editors grid example and I tried the code given on the site. http://www.gwt-ext.com/demo/#editableGrid I don't know where do I keep the xml file in the folder structure and also what are the other locations where I need to inherit that xml file. Please help if anyon

Serializable objects

2009-07-21 Thread Kinjal Khandhar
Hello All, I am building an application that has an interface which implements java.io.serializable.I want to transfer the data back and forth between client and server. The problem is that interface is not in my current GWT package(client and server).Its in diff package.Hence it gives me compil

Re: application is getting hanged when button is clicked

2009-09-06 Thread Kinjal Khandhar
Hi, Ideally you should not clear the RootPanel contents. I think the problem is its going into infinite loop -hence the problem. Onclick of button second time,just clear the grid or the parent elements and load the grid again which can be done by creating the design of a grid in a function and if