Cancel Scene Transition

Hi folks,

Is it possible to cancel a scene transition in the Storyboard ExitScene event that fires just before the transition occurs?
I want to do some error checking in ExitScene and display a pop up message / cancel the transition if possible.

Thank you
John

There isn’t a way to stop the process at that point.  However native.systemAlerts() should survive the transition as well as print statements going to the terminal screen/console log.

Rob

Thanks for the reply Rob…I did fear that would be the answer, it sure would be a great feature to add in a future update, i.e. an option to cancel the transition during the exitScene event…fingers crossed! :wink:

Cheers

John

There isn’t a way to stop the process at that point.  However native.systemAlerts() should survive the transition as well as print statements going to the terminal screen/console log.

Rob

Thanks for the reply Rob…I did fear that would be the answer, it sure would be a great feature to add in a future update, i.e. an option to cancel the transition during the exitScene event…fingers crossed! :wink:

Cheers

John