언어 설정

Menu
Sites
Language
Make Button look like hyperlink

Hello. 

Is there any simple way to create a Button that looks like a html link?

I tried to use Tizen::Ui::Controls::Button with transparent background, but I haven't found a way to disable text shadow (https://developer.tizen.org/forums/native-application-development/remove-text-shadow-on-button)

I also tried to use Label with handle OnTouchReleased(). This works fine, but Label can't get UI focus. 

Many thanks for any tips. 

 

Responses

2 댓글
Alex Ashirov

Hi,

You can create your own custom button. It's not too difficult. You can use UIControls sample as template (CustomButton.cpp).

Alex Dem

Hi,
Maybe you could try to use Tizen::Ui::Controls::TextBox instead of Label (It supports focus).
Alexey.