Hi all
I want to create simple app with two forms (app will allow switch between them, using button on each form, for example). App should contain these classes only: root frame and two forms(to be maximum simple).
There are known way how to create App based on scene manager:
Template->Form-Based App-> With SceneManager. In this case forms are created with 'FormFactory' class and placed on differen scenes , switching could be done using pSceneManager->GoForward(SceneTransitionId). And all logic could comfortably realized with Native UI builder-> workflow.
Is there more simple way for my case or to use SceneManager is preferable?
Thank you in advance.
Alexey.