spazproject / Spaz-Enyo

A version of Spaz targeted for tablet devices
http://getspaz.com
Other
45 stars 10 forks source link

Column: How to load older messages (UI) #25

Closed funkatron closed 13 years ago

funkatron commented 13 years ago

I'd go initially for a button at the bottom of the entries. Not sure how gestures will work out.

nguarracino commented 13 years ago

I see that we're using a VirtualRepeater for the columns. What about using a VirtualList instead? Then we could use the onAcquirePage event to fetch older messages without a dedicated button (if we decide that would be better than a button, anyway.)

willhoney7 commented 13 years ago

We are currently using a VirtualRepeater because I was having issues with the list disappearing after calling ".render()". I couldn't narrow down a fix and so I gave up until later. I think a VirtualList would fit better.

If you can get it working, the specific test case is creating the entryView (which re-renders everything), that'd be great!

funkatron commented 13 years ago

Yeah, feel free to branch and give it a go.

Sent from my drmPad

On May 6, 2011, at 9:34 PM, Tibfibreply@reply.github.com wrote:

We are currently using a VirtualRepeater because I was having issues with the list disappearing after calling ".render()". I couldn't narrow down a fix and so I gave up until later. I think a VirtualList would fit better.

If you can get it working, the specific test case is creating the entryView (which re-renders everything), that'd be great!

Reply to this email directly or view it on GitHub: https://github.com/funkatron/Spaz-Enyo/issues/25#comment_1114451

willhoney7 commented 13 years ago

@nguarracino added in the VirtualList so the UI for this is done..