max msp stand alone

andylatimer's icon

Hi everyone... i've some questions about stand alone ...
1
in the interface, i would hide the letter "p" before the name of the various subpatch ( for example if i have a patcher object called "p filter", i would see only "filter" )
2
i have removed max window when patch is loaded... but how can i remove other max menu when the stand alone is loaded?

thanks , bye
Paolo

Noob4Life's icon

For question #1 see the attachment here.

For question #2, see the [menubar] object.

________________________________
*Never fear, Noob4Life was never here!*

1322.demo.maxpat.zip
zip
Anthony Prechtl's icon

For question 2, please see this thread for a complete explanation:

What Noob4Life mentioned, the [menubar] object, is actually a way to control which items are in the menu, not a way to remove the menu altogether (as far as I know).

andylatimer's icon

thanks ... the first question is resolved... i'm trying with menubar for hide others menu but i think that it only substitutes present menus... ant...could you post an example about it ? i have not comprehend well what i should do after reading your link...

Anthony Prechtl's icon

See below. Note that this is only relevant for Windows. As far as I know, there is no way to remove the top window on a Mac.

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

Also note that the [deferlow] is necessary. Without it, your standalone would start with the Max window, even if you specifically told it not to via the [standalone] object.

Ben Bracken's icon

Not sure if any of this is what you want, but to actually hide the menu bar entirely, you can put the following in message boxes and trigger them:

;max hidemenubar
;max showmenubar

If you want to hide the title bar, you can use a message to thispatcher, 'window notitle, window exec' and 'window title, window exec'

-Ben