语言

Menu
Sites
Language
High priority form

Hai all,

Why Tizen::Ui::Window::SetZOrderGroup(WINDOW_Z_ORDER_GROUP_HIGHEST); cannot be wriiten inside a form

SetZOrderGroup(WINDOW_Z_ORDER_GROUP_HIGHEST); is applicable only to frame then how can i initiate a form with high priority

 

 

 

响应

3 回复
Alex Ashirov

Hi,

You can add your form to a Frame and then set z-order group for the frame..

P puvvada

In my Application ,i have created four forms under a frame and if i set Z-order group then all the four forms will get  high priority but i want only one form to get the high priority

Alex Dem

Hi
Maybe you could try to use for your form SetControlAlwaysOnTop api:
something like this: Tizen::Ui::Container::SetControlAlwaysOnTop(*this,true);
Alexey.