[CLOSED] Buffer vs Delay

  1. #1

    [CLOSED] Buffer vs Delay

    What is the difference? From the perspective of a listener event at least.
    Last edited by Daniil; Jul 11, 2011 at 9:40 AM. Reason: [CLOSED]
  2. #2
    Hi,

    The docs for .buffer and .delay are listed in the client-side .addListener() function, see

    http://dev.sencha.com/deploy/ext-3.4...er=addListener

    delay : Number
    The number of milliseconds to delay the invocation of the handler after te event fires.


    buffer : Number
    Causes the handler to be scheduled to run in an Ext.util.DelayedTask delayed by the specified number of milliseconds. If the event fires again within that time, the original handler is not invoked, but the new handler is scheduled in its place.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] afteranimate fired many times even if Buffer is specified
    By CarpFisher in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: May 24, 2012, 6:36 PM
  2. Replies: 2
    Last Post: Sep 12, 2011, 3:25 PM
  3. [CLOSED] Delay on success
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 25, 2010, 6:28 PM
  4. [CLOSED] MessageBox with Delay
    By macap in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 30, 2010, 5:03 PM
  5. Buffer/delay after save?
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Feb 25, 2009, 6:42 PM

Posting Permissions