Form life-cycle management and SceneManager [ANSWERED]
Form life-cycle management and SceneManager [ANSWERED]
BY 15 Sep 2013Native Application Development
Hi,
If you go to a next scene with SceneManager::GoForward(), the FormFactory::CreateFormN() is called to create the new form.
When I go back from this form with SceneManager::GoBackward(), the form is destroyed.
When I go to that form again, it is created again. And so on, so on…
However, I could not find in any documentation that this is always the case.
So my question, destrying the form during SceneManager::GoBackward() is guaranteed and always happens, or there can be some cases when the Form is not destroyed, and at the next GoForward() it is resued?
Form life-cycle management and SceneManager [ANSWERED]
Hi,
If you go to a next scene with SceneManager::GoForward(), the FormFactory::CreateFormN() is called to create the new form.
When I go back from this form with SceneManager::GoBackward(), the form is destroyed.
When I go to that form again, it is created again. And so on, so on…
However, I could not find in any documentation that this is always the case.
So my question, destrying the form during SceneManager::GoBackward() is guaranteed and always happens, or there can be some cases when the Form is not destroyed, and at the next GoForward() it is resued?
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio