aspose file tools
The moose likes GWT and the fly likes Unable to add FlexTable or Paging Scrollable Table in a Dialog Box using GWT? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "Unable to add FlexTable or Paging Scrollable Table in a Dialog Box using GWT?" Watch "Unable to add FlexTable or Paging Scrollable Table in a Dialog Box using GWT?" New topic
Author

Unable to add FlexTable or Paging Scrollable Table in a Dialog Box using GWT?

karthik shivkumar
Greenhorn

Joined: Oct 02, 2006
Posts: 6
Has anyone faced the similar problem of not being able to add Table in a dialog box?? Or Am I missing something? I am not using any smartGwt or get-ext api.. Gwt 2.2.0 is the version being used.


Skay
karthik shivkumar
Greenhorn

Joined: Oct 02, 2006
Posts: 6
Actually I found the answer to the problem - the dialog box is not allowing the table to be added directly. Instead, the table should be added to a form and add the form to the dialog box. Problem solved.
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8565

You can add any child to the DialogBox with setWidget or add. Your child can be a widget, composite or multiple children inside a container widget. Still works.
Why are you using a form? Or did you mean a parent container widget?

[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Unable to add FlexTable or Paging Scrollable Table in a Dialog Box using GWT?
 
Similar Threads
Keyboard's 'Enter' key Event??
How to handle Modal Frame and Runnable thread simultaneously
File Download issue...
Struts2
JOptionPane in AWT ?? [Similar to that]