语言

Menu
Sites
Language
Genlist elm_genlist_item_hide_set is deprecated

I'm implementing genlist with search function and I'm using elm_genlist_item_hide_set to hide element which are not included in solution set. I receive compiler warning that elm_genlist_item_hide_set is deprecated, but I cannot find information how to replace it / how API changed. Any ideas?

响应

3 回复
Alex Dem

Hi,
Maybe you could use in some cases: elm_object_item_del
Alexey.

Palitsyna

Hello,

just FYI, you can find more information about elm_object_item_del() method here:

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.native.mobile.apireference/group__General.html#ga6aac9c72588cd81c517b235c4b833c76

and some information about  genlist here:

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.native.mobile.apireference/group__Genlist.html

Marcin Nowak

Hi,

thx for replies. I found article: https://developer.tizen.org/forums/native-application-development/about-functions-item-on-genlist.

with some workarounds.