Hi,
About the Scenemanager and the method setCurrentFrame:
1) Is there only these two ways to make transition between the forms?
As I understand, it is impossible to parametrize the Form construction using a Scenemanager.
For example, the first form is a list of News and the second is the news details. The second form needs the News Object inside his constructor. Using SetCurrentForm it is easy. But with the SceneManager, it seems impossible to achieve since the signature of the method cannot provide an object parameter:
Tizen::Ui::Controls::Form* FormFactory::CreateFormN(const Tizen::Base::String& formId, const Tizen::Ui::Scenes::SceneId& sceneId){...}
2) Am I wrong, and can we construct the form with parameters using SceneManager ?
Thx!