Can you set add an object to presentation mode by sending it a message?
If so, what message? I'm wanting to be able to add and take away objects from presentation mode to make a drum machine that changes its UI when you change time signature. I'm guessing if there is a message, it's 'set...' something...
thanks!
Hi Rob,
The message would be presentation 1 /presentation 0.
Be aware that you have to set the presentation rectangle manually since it will be set to patching rectangle when you add an object to presentation.
For setting the presentation rectangle:
Kind regards
Len
Oh yes. Stupid me.
Doubleug is right. My solution is just a cheap one. Completely forgot to even consider the hidden message.
thanks both of you, the cheap version is actually grand for me, it's for an assignment that limits the objects i can use, but i'll definitely save the hidden message one as well!