Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    beginner - getting error when I try to run a drag and drop sample

    I am trying to create one of the drag and drop samples given in showcase--

    The sample is at http://www.smartclient.com/smartgwt/showcase/#effects_dd_copy_list


    For the following line of code I am getting an error in Eclipse--

    final PartsListGrid myList1 = new PartsListGrid();

    The error is "PartsListGrid cannot be resolved to a type"

    I think there is an import statement missing- how do I resolve the above error?

    Thanks,
    Arvind.

    #2
    Looks like the class might be missing from the sample, I'd say grab this for the time being: http://code.google.com/p/smartgwt/source/browse/trunk/samples/showcase/src/com/smartgwt/sample/showcase/client/effects/dragdrop/PartsListGrid.java

    More are only a google search away: http://www.google.com/search?q=PartsListGrid+smartgwt

    Comment

    Working...
    X