scrollView widget have a bug.
if i’m scrolling (touching the scrollview object and dont let it go) and i try to insert a element to the scrollView object, it gives me an error: attempt to call method ‘insert’ (a nil value)
if i don’t scroll and execute the exact same code it will insert fine.
i’m downloading images from the database and inserting them when download is finished. i thought was my code, but i removed all possible parts, and tried with a simples display.newRect. still same error. error only happen if im scrolling when the function that create the image is called.
i can’t send my code right now, and i have a deadline of a project. so i can’t give you more details than this. hope this is enought. my last bug report, never had an answer so hope someone will read this, and do something about it. i’m using last build 2015.2637. tried on windows simulator and android device.
even locking the scroll before creating the images, don’t work. still same bug. the only way is creating the scrollview after i download the images but that is to slow because there are lots of info that the user can read without the images.
regards,
Carlos