Announcement

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

    Sleep/wait for fetchData

    How can I wait for fetchData to finish before executing the subsequent code?

    Is there a sleep/waitfor function in smartgwt?

    I read about Timer.setTimeout() in the forum. What is the full class path for this class?

    #2
    Are you able to use the fetchData variant that has a callback?

    http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/data/DataSource.html#fetchData(com.smartgwt.client.data.Criteria, com.smartgwt.client.data.DSCallback)

    Comment

    Working...
    X