Rene Pot

Results 38 comments of Rene Pot

So... it's been a while. Is ti.collectionview still maintained and working?

@jvandijk would linked PR fix it for you? (I know it is an old issue, but I'd like to know regardless)

Thanks! However, I want to deprecate this widget in general, but it needs to be kept as-is for `scrollview` as that is the only thing not supported right now in...

Thanks! Is is not natively supported? I want to deprecate this widget as Android supports it now natively starting at 6.2.0

I've personally worked my way around ListView implementation by using either a TableView or running a loop and one-by-one replace templates, not all at one.

the remoteImage property is not async... recommended way is to use the `cache` method with callback, then when callback hits, update the row!

not possible in template, but you can use https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListSection-method-updateItemAt to update with url once downloaded So basically re-render the row once downloaded. This is a lazy-loading flow that works really...

Hi! Thanks for your contribution, it looks like this can be used for any filetype, not just images. Perhaps change it to a more generic implementation? `expectRaw` for example?

Ok looking good! Could you bring in the changes in the recent update? Then I can go ahead and merge it!