A simple question-Max5

Slegowski's icon

I looked everywhere-to see if anyone else had this question, couldn't find it-so here goes. For Max5

Somehow or another-my patcher when locked keeps changing colors from gray to black when locked, it slowly animates this shift which is quite annoying.

I went through preferences, and and various options and can't figure it out. I went through the tutorials-didn't see anything on this either. I'm not sure where this option is at (the search field in max help is not the best)-or even how I got this (though the first time I saw it was with an mxj help-object. I even copy-pasted all material into a new patch-then saved/re-opened and wallah-the same thing happened.

I am figuring this is something simple-so please, help. The patch is pasted below-though I am not sure if the animated colors will come through. [fuy: the patch is a mess, and in progress]

Max Patch
Copy patch and select New From Clipboard in Max.

Thanks

pdelges's icon

You should delete your mxj help instance.
Then, if you want to set the background color to something nicer than gray, edit the patch, open the patcher inspector (via the contextual menu for instance) and select a color.

p

Slegowski's icon

Don't know why, but that did it-thanks. But do you (or anyone) know why the mxj help results in fading in and out black? And if so-how to get that....and then how to turn it off?

pdelges's icon

mxj's help is just an help file to show how to use mxj. And the Java code called help.java does exactly what you see: it changes the color of the background.

Slegowski's icon

Thanks-much appreciated.