Getting rid of Scrolling in patchers?

ComfortableInClouds's icon

Hi, I want to get rid of the scrolling in a patcher (the horizontal and vertical arrows present in the attached picture). How can I do this? I've noticed Jamoma modules do not have scrolling, which leads me to believe that it's possible to remove these arrows. Thanks!

178.Scrolling_in_patcher.png
png
lewis lepton's icon

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...

jvkr's icon

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

ComfortableInClouds's icon

the inspector suggestion worked perfectly, much thanks for the replies.

lewis lepton's icon

i dont know why, but sometimes when i use the inspector for that, it does not work. odd :S...