GWT-Swing Help

2010-07-16 Thread nirav patani
Hi, I am coding in swing and would like to know if swing supports feature of flextable..i have to dynamically choose compnents like JtextArea, jTextBox etc and set them to a jDialogBox. Somthing like a flexTable in GWT would be helpful -- You received this message because you are subscribed

To cancel form submit event of FormPanel on press of enter key

2010-09-13 Thread nirav patani
Is there any way to cancel a GWT submit event on press of enter key. I want to perform som validations on the gwt page and then only invoke form.submit() method. but form gets submitted by pressing of enter key. Any suggestions to do the same ?? -- You received this message because you are

Table rendering issue in ie7

2010-10-06 Thread nirav patani
I am facing timing issues for ie7. i have a flextable and text is added to it by using Label widget. this works fine in ie8 and firefox but with ie7 it is very slow. i guess its i due to rendering delay of table in ie7. One soultion would be to use inner html instead of widgets for table cells .

running a java script from content in the HTML widget in GWT

2011-04-01 Thread nirav patani
hi, I am getting some report generated which comes in HTML with java script in it. I wanna put in in a HTML widget and show it in a dialog box in GWT. but the content written in the java script is not running. How can i achive the same. -- You received this message because you are

HTML ids for widgets generated in a celltable

2011-06-22 Thread nirav patani
Hi, Is there a way to add html ids to widgets generated in a celltable. for instance i have cell table whose one column contains only buttons. i wantto set HTML ids for those buttons. Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit