Languages

Menu
Sites
Language
Controls drawing level/z-index

Hi,

I faced such problem: I have a few controls like buttons and a label. I would like to have the label

drawn over button in some situation but it is drawn under a button - is covered by the button. 

The label was added as last in UI Builder.

 

I was unable to find any method to set sth like z-index.

Is any way to force drawing the label over others controls?

 

regards

slaw

 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
Michał
Cześć, metody result SetControlAlwaysOnTop(Tizen::Ui::Control& control, bool alwaysOnTop); result SetControlAlwaysAtBottom(Tizen::Ui::Control& control, bool alwaysAtBottom); mogą pomóc. Układanie po z-index chyba nie istnieje. Ewentualnie kolejność dodawania kontrolek na formę może mieć znaczenie. Pozdrawiam
Slawek Kowalski
Cześć, te metody całkowicie załatwiają sprawę. Dzięki Michał. pozdrawiam