doodlleus

Results 4 comments of doodlleus

i have this issue using a listview if i reinitialize the adapter. any ideas how i would go about sorting this issue for a listview that doesn't have the observablescrollview...

actually I can see a way forward. by making the base class' onNewScroll() method public, i can call it using the necessary offset.

If it helps, I have a pending pull request (ExternalLibraries) that implements loading external plugins and custom workflows from libraries in a given path. It's in a fork if anyone...