I have a page that displays a scroll view. What I would like is for the scroll view to open an Overlay. However, I am getting the old “attempt to index field ‘parent’ (a nil value)” error which is common if your try and navigate away from a page which has a scroll view on it which is not then removed.
I could remove the scroll view before opening the Overlay, but that would ruin the “aesthetics” of the app. I wanted to slide the overlay beside my page whilst still displaying the data in the scroll view.
I suppose I could remove the scroll view, call the overlay and then get the overlay to reproduce the scroll view (but then what is the point of the overlay).
The alternative is that I do not use the Overlay and instead just code it within the page to make it “look” like an overlay.
Anyway, #frustrated… Anyone have any ideas on this one?