语言

Menu
Sites
Language
About Create Custom UI Control

 

I want to make custom UI Control for Tizen native app. 
 
At first, I tried to declare derived-class using basic UI control. 
but, basic UI control is not extended. 
 
For example, Button have text-auto-resizing function. However, If the text is longer, proceed to the next line. I don't need this function. I tried to modify to button in Tizen SDK. But Eventually I gave up.
 
Please tell me customizing method  if possible without changing the Tizen SDK.
编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
dhirku
Check this : https://developer.tizen.org/help/topic/org.tizen.native.appprogramming/html/guide/ui/implementing_customcontrol.htm?resultof=%22%63%75%73%74%6f%6d%22%20 For any behavior to be overridden ..... the platform shall allow user by making that function virtual ..... if the functionality is not allowed to extend you can not change it. Using Container to derive your custom control shall give you more flexibility