Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
Clear stack of naviframe
Hi All,
I am trying to clear the stack of naviframe view using below code. But it is deleting only one frame evenif code deletes 5 frames in my case.
void pop_all_view_from_naviframe(){
Evas_Object *obj;
while(naviframe_stack_size_ > 0){
obj = elm_naviframe_item_pop(_naviframe_);
evas_object_del(obj);
naviframe_stack_size_–;
INFO(“naviframe_stack_size_ = %d”, naviframe_stack_size_);
}
}
What is the correct way to empty the naviframe stack?
Thank you.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio