Getting rid of Scrolling in patchers?
aye this is pretty easy. there are a few ways to do it.
one, is to set the right width, height etc. and making sure the patch has all the components it needs in that window view. then make sure it opens in say, presentation view
Max Patch
Copy patch and select New From Clipboard in Max.
another is a message sent to [thispatcher]. here is the code. this will completely take off everything to mess with the window.
hope that helps...
It's also possible to open the inspector (cmd-shift-i) and disable them. Probably this can be done through specific messages to thispatcher as well, but i don't know which.
_
johan
the inspector suggestion worked perfectly, much thanks for the replies.
i dont know why, but sometimes when i use the inspector for that, it does not work. odd :S...