paulhoule/tentacruel

Pager completely populates UI from container.

Closed this issue · 2 comments

Pager completely populates UI from container.

I have something that partially works so I will call it a night. Here are outstanding problems:

right now it is rewriting the old items on the list over and over again which will not do instead of appending to them to the end
i don't know for sure if it is getting every item exactly once or if there could be overlaps or gaps.

ok, I set it up so that it keeps incrementing the item count, so now it fills out a list with 500 or so artist names pretty well.