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.
Native App based on panel
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.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio