Languages

Menu
Sites
Language
Options menu in Tizen

Hello,

 

I am not familiar very good with Tizen. Does Tizen offer a control similar to

Android's Options menu or OptionMenu from Bada?

 

I would like to add Help and About items. I am curious what is better and

common used in Tizen?

 

 

Regards

 

 

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

Responses

2 Replies
Gordon Gordon
The OptionMenu is implemented, but it is deprecated. You should use Footer with buttons to match Tizen look & feel. To add subitems use custom ContextMenu.
Slawek Kowalski
Thank you. I am going to use Footer control to put my action buttons. I noticed Footer gets some place from Form. Is it possible to get all screen for Form and put Footer over Form with semi-transparent color? I would like to have full-screen background painting in onDraw() if it possible and don't break Tizen UI design.