GWT-EXT-UX

GWT-EXT-UX give extra widget for development. It provides cool widget such as UploadDialog. Due to lack of documentation of GWT-EXY-UX, and you are not familiar with GWT, you may encount null error when doing, ie

UploadDialog dialog = new UploadDialog("Upload a file");

Gives error

'$wnd.Ext.ux.UploadDialog.Dialog' is null or not an object

To fix this, give a try with the following




Also, visit the following
  1. http://www.gwt-ext.com/forum/viewtopic.php?f=6&t=1056
  2. http://gwt-ext.com/forum/viewtopic.php?f=6&t=1817

Hopefully, these tips helsp

Comments

Popular Posts