How to get rid of item list Tooltips?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Druid

Ola my dear GoGo doters! I have quick question. First, look on this jiff please:

As you can see, when i hover with magical invisible cursor over item list, not very pretty pop up will appear.

My question is, how to get rid of it? I am new to godot and in addition i am pretty dumb so, please speak with me in same way like you would spoke with slightly dumb child.

Thank you in advance! And i apologize for my horrible english.

:bust_in_silhouette: Reply From: gswashburn

I think this will do it for you:

for i in range(0,$ItemList.get_item_count()):
	$ItemList.set_item_tooltip_enabled(i,false)

This will loop through all items in itemlist and set there tooltip enable to false.

Hope this helps :slight_smile:

Works like a charm! Thakie-doukie!
Here:

Ebjoy dis cake!

Druid | 2018-03-31 22:05

If I had best answer and you gave me a cake, why the down vote?

gswashburn | 2018-04-01 10:52

OMG i am so sorry! :frowning: It was mistake.

Here, some traditional czech easter sweets. Lamb!

enter image description here

Druid | 2018-04-01 16:08

Thank You, Cake was fine… Lamb is cute. Happy Easter!

gswashburn | 2018-04-01 16:14