1. #1
    Sencha User
    Join Date
    Sep 2012
    Posts
    1
    Vote Rating
    0
    cliftonc.london is on a distinguished road

      0  

    Default Unanswered: Event when a DataView has completed rendering

    Unanswered: Event when a DataView has completed rendering


    Morning,

    I am trying to do some post processing of a dataview after it is rendered, but I can't find any event that tells me that the dataview is actually finished rendering all of the data after an update.

    Am I missing something or does this not currently exist? Paint works on the very first instantiation, but not later (I am also using the PullRefresh plugin). Surely there is an event or callback somewhere that tells me when it has finished loading?

    Thanks in advance.

    Clifton

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,684
    Vote Rating
    435
    Answers
    3111
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Try the refresh event, may have to have order 'after'
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User =NR='s Avatar
    Join Date
    Mar 2013
    Location
    Singapore
    Posts
    37
    Vote Rating
    1
    =NR= is on a distinguished road

      0  

    Default


    Quote Originally Posted by mitchellsimoens View Post
    Try the refresh event, may have to have order 'after'
    sorry,
    but can you elaborate your answer??

    are you suggesting to use refresh event to know when the data is finished loading ?

Tags for this Thread