konki_vienna
22 Oct 2010, 6:27 AM
SenchaTouch 0.97beta & iPad:
I have the following problem:
I have around 500 data-items for a store. To add them at once to the store/related list takes much too long (more than 15 seconds!!!).
So I am looking for a workaround for this problem.
My suggestion is to add data to the connected store when the user scrolls to the bottom of the list.
Is there a way to detect that the user is going to scroll to the end of the list in order to add additional data to the store?
So I would need to know the index of the last visible list item of the current list view.
I have the following problem:
I have around 500 data-items for a store. To add them at once to the store/related list takes much too long (more than 15 seconds!!!).
So I am looking for a workaround for this problem.
My suggestion is to add data to the connected store when the user scrolls to the bottom of the list.
Is there a way to detect that the user is going to scroll to the end of the list in order to add additional data to the store?
So I would need to know the index of the last visible list item of the current list view.