order for storyboard callbacks willEnterScene and didExitScene has changed?

Hi Danny,

I finally figured out what is doing this. Its an issue when you use crawlspaceLib which overrides newRect with some functions that setup the reference point automatically.

I suspect what is happening is that the newer implementation of isModal puts up a secret invisible rectangle using display.newRect, and captures all the events that go to it. But if you have overridden display.newRect, it ends up putting that rectangle in the wrong place, with the upper left corner in the center of the screen, so only 1/4 of the screen keeps events from poking through.

my work around will just to put in my own rectangle that blocks events in my modal screens, and not rely on the one that corona gives. I can send you reproduction code.

[import]uid: 122310 topic_id: 33002 reply_id: 135934[/import]

I’ve just updated to 2012.996. I have same issue with reloading and purging. I’ve tried to put the suggested line directly after storyboard.purgeScene(storyboard.getCurrentSceneName()) which I have in scene:exitScene(event) but that doesn’t work. Where do I need to put it? [import]uid: 40334 topic_id: 33002 reply_id: 137090[/import]

I noticed that the purgeScene isn’t working with 996 either… [import]uid: 18783 topic_id: 33002 reply_id: 137256[/import]

Hey guys sorry for the delay on this.

These issues should be fixed in daily build 998: https://developer.coronalabs.com/release/2013/998/
Let me know. [import]uid: 84637 topic_id: 33002 reply_id: 137330[/import]

I’ve just updated to 2012.996. I have same issue with reloading and purging. I’ve tried to put the suggested line directly after storyboard.purgeScene(storyboard.getCurrentSceneName()) which I have in scene:exitScene(event) but that doesn’t work. Where do I need to put it? [import]uid: 40334 topic_id: 33002 reply_id: 137090[/import]

I noticed that the purgeScene isn’t working with 996 either… [import]uid: 18783 topic_id: 33002 reply_id: 137256[/import]

Hey guys sorry for the delay on this.

These issues should be fixed in daily build 998: https://developer.coronalabs.com/release/2013/998/
Let me know. [import]uid: 84637 topic_id: 33002 reply_id: 137330[/import]

I’m still having this problem.

purging doesn’t work in didExitScene. When I put it in there, the purging happens immediately after the transition starts. [import]uid: 140000 topic_id: 33002 reply_id: 144041[/import]

am I the only one still experiencing this?

how can I use this temporary fix?

storyboard.scenes[storyboard.getCurrentSceneName()]:dispatchEvent( { name = "createScene" } )  

any help appreciated
roman [import]uid: 140000 topic_id: 33002 reply_id: 144271[/import]

I’m still having this problem.

purging doesn’t work in didExitScene. When I put it in there, the purging happens immediately after the transition starts. [import]uid: 140000 topic_id: 33002 reply_id: 144041[/import]

am I the only one still experiencing this?

how can I use this temporary fix?

storyboard.scenes[storyboard.getCurrentSceneName()]:dispatchEvent( { name = "createScene" } )  

any help appreciated
roman [import]uid: 140000 topic_id: 33002 reply_id: 144271[/import]

I’m still having this problem.

purging doesn’t work in didExitScene. When I put it in there, the purging happens immediately after the transition starts. [import]uid: 140000 topic_id: 33002 reply_id: 144041[/import]

am I the only one still experiencing this?

how can I use this temporary fix?

storyboard.scenes[storyboard.getCurrentSceneName()]:dispatchEvent( { name = "createScene" } )  

any help appreciated
roman [import]uid: 140000 topic_id: 33002 reply_id: 144271[/import]

I’m still having this problem.

purging doesn’t work in didExitScene. When I put it in there, the purging happens immediately after the transition starts. [import]uid: 140000 topic_id: 33002 reply_id: 144041[/import]

am I the only one still experiencing this?

how can I use this temporary fix?

storyboard.scenes[storyboard.getCurrentSceneName()]:dispatchEvent( { name = "createScene" } )  

any help appreciated
roman [import]uid: 140000 topic_id: 33002 reply_id: 144271[/import]

@romancfischer

You’are not alone. I too am experiencing purgeScene being executed when transition starts.

@romancfischer

You’are not alone. I too am experiencing purgeScene being executed when transition starts.