in all of my modules, I have removeScene in the scene:hide->will phase to generate a complete initialization whenever I reenter the module. I placed this in an overlay, and when exiting the overlay with hideOverlay, it properly calls scene:hide->will, in which I pass back to the parent some data. The last thing I do in that phase is call composer.removeScene. After it gets called, I get an error with no real data. The small stack trace shows the error being within hideOverlay, trying to access “view” which is nil.
removing the call to removeScene - “solves” the problem. Other than the obvious error, should I not be calling removeScene in an overlay? or does this indicate some other extraneous problem that I should be looking for?
thanks
dave