I am heaving an issue with the storyboard API.
I go from Screen(A) to Screen(B)
I call - storyboard.purgeScene(storyboard.getPrevious())
Screen(B) runs flawlessly
I go back to Screen(A)
I call - storyboard.purgeScene(storyboard.getPrevious())
Now I go back to Screen(B)
I start receiving errors in Screen(B) that I do not get the first time I navigate to it.
It’s like the Scene was not completely removed and unloaded so its not going back to the create.
I have also tried removeScene and I get the same error
storyboard.removeScene(storyboard.getPrevious())
Is this an error or am I doing something wrong?
Larry [import]uid: 11860 topic_id: 28325 reply_id: 328325[/import]