[CLOSED] Check if there are any pending DirectMethods or DirectEvents

  1. #1

    [CLOSED] Check if there are any pending DirectMethods or DirectEvents

    Is there a global way to check if there are any pending DirectMethods or DirectEvents? Ext.Ajax.isLoading doesn't seem to apply to DirectEvents
    Last edited by Daniil; Jun 13, 2014 at 10:09 AM. Reason: [CLOSED]
  2. #2
    Hi @jchau,

    Ext.net.DirectEvent inherits Ext.data.Connection. So, I think you can use its isLoading method.
    http://docs.sencha.com/extjs/4.2.1/#...thod-isLoading
    Ext.net.DirectEvent.isLoading();
  3. #3
    Here is a related thread with an alternative suggestion.
    http://forums.ext.net/showthread.php?27636

Similar Threads

  1. Replies: 10
    Last Post: Jan 30, 2014, 11:42 PM
  2. Replies: 3
    Last Post: Oct 30, 2012, 3:31 PM
  3. Replies: 6
    Last Post: Sep 20, 2012, 12:30 AM
  4. Replies: 2
    Last Post: Aug 10, 2012, 10:15 AM
  5. Replies: 2
    Last Post: Mar 21, 2010, 1:18 PM

Posting Permissions