change font size quicker
Hi,
Is there any way I can change the number's font size for all 24 number boxes at the same time, rather than clicking on each one individually!?!
In the inspector for the object, look at the @ attributes - if you send each object the message "fontsize 16" they will all change at once.
cool- thanks
Oh, and is there a way to connect all the number boxes to the message object at the same tme, or do i have to connect each on separately?
You could also do a Select All, and then Object->Send message… then you can type your fontsize message. Or you could select everything and use Object->Show Fonts.
Following up on this, the fontsize message doesn't seem to work when it is connected to a patcher object. Does anyone know how to send a message to a patcher object to change its font size?