ComboBox "addItem"-event..
Hi,
I've got a comboBox and I want to hide it if there is only one item in it.
I've tried to check it on the keyframe but that happens too soon, the comboBox won't be populated yet so length will always be 0. So I thought I'd check after an items been added (hide it on the first and show if there are more added after that), but I don't know any event that would work and my experiments have not been successful (nor google..)
Do you know how to do this with some event, or alternate solution?
|