Languages

Menu
Sites
Language
Show/hide status bar. Open status bar by dragging from top.

Hello.

I can't understand how I can control status bar appearances in my native Tizen app. How to hide or show it?

Also I have OpenGL app and I want status bar to show when dragging it from top of the screen. Can I do it?

 

Thanks for your answers

View Selected Answer

Responses

3 Replies
Mark as answer
Alex Dem

Hi,
Please open Native UI Buileder and try configure your form via Properties->Style->'Indicator Auto Hide' and 'Show Indicator' ('Show Indicator' is able if 'Indicator Auto Hide' is false).
Alexey.

Alex Dem

and fyi if you want to change dynamically you could use
Tizen::Ui::Controls::Form -> SetFormStyle
and set appropriate form style from enum Tizen::Ui::Controls::FormStyle
Alexey.

Boris Tsarev

Thanks, Alex!