On May 6, 2011, at 11:39 AM, John Fabiani wrote:
> What happens when I make several calls to dabo.ui.callAfter(someFuction). If
> I call the same function each time - do they queue up and then fire one at a
> time. Or does the framework realize that the same function was called and
> fire it only one time???
callAfter() adds the specified function to the end of the event queue.
If you call it multiple times, you will add multiple calls.
callAfterInterval() is designed to catch identical calls that occur
within the specified interval, and only make one call once the interval passes.
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/[email protected]