Hi,
Could Native App based on Panel instead of Form be created?
When I create Native App based on Form, inside MyFrameClass::OnInitializing() method I perform next steps:
AddControl(pForm);
SetCurrentForm(pForm);
pForm->Invalidate(true);
but there are no analogs of SetCurrentForm for Panel (SetCurrentPanel etc) in Frame class.
There are no problem to create Panel in NativeUI builder as root container and inherite MainClass from Tizen::Ui::Controls::Panel instead of Form.
Are there another ways to create Apps with UI? Maybe I missed something.
Alexey.