Languages

Menu
Sites
Language
Customizing the controls ? look and feel, behaviour

Is it possible to customizing the controls ? in EFL ? not EDJ or UIBuilder.
Priority for UIBuilder actually

In the below picture the spinner controls has top and down arrows to increase or decrease the number, or Date and year. Can we hide them or change their color ? And change the behaviour after clicking the up and down arrow buttons ?

Similarly for the calender control.

 

https://developer.tizen.org/sites/default/files/dev_guide/org.tizen.gettingstarted/images/nuib_cadvl_wysiwyg_editor.png

 

 

Aashish

Edited by: Ashish Patil on 27 Nov, 2016

Responses

1 Replies
Shaswati Saha

So far I know, you can't do such things with spinner components. Have a look in this link.

Moreover as a workaround, you can make a custom spinner and implement the functionalities as well. Take two buttons and set image of up and down arrow on those. After that add callbacks on those buttons. You can also hide those buttons by using evas_object_hide() function.