How to hide UI elements?

Hi,

As the title says, “How to hide UI elements?”. I’m looking for the ASOC way of ASS’ set visible of …

Thanks in advance.

object’s setHidden_(true)

guess what unhide is :open_mouth:

:slight_smile:

Make that setHidden_(true)

See I’m out of practice now, will someone help me!

I don’t have access to ASOC (or 10.6) at the moment but I was looking for setHidden: I tried hide: and setVisible: because I didn’t know the correct syntax. I don’t know if it’s object’s setHidden_(true) or setHidden_(true) because I can’t check that now.

Thanks :smiley:

Why do you post then in the ASOC forum? :wink:

I don’t have access to ASOC (or 10.6) at the moment = I lent my Mac out to somebody :wink:

it’s
[your object name]'s setHidden_(true)
I meant that