possible to have the Max window stay on top?

flowdesigner's icon

Is this possible to do? Like with a normal patcher you can set this with thispatcher.

johnpitcairn's icon

topmost 0 --> [thispatcher]

Olivier Sebillotte's icon

Hi,

If by "Max window" I guess you meant the one who prints data, not the "patcher window"
I'd like to know how to keep it on top as well.

olivier

johnpitcairn's icon

Sorry, I misread the question ;-)

I don't think there's any way to manipulate the Max window layering.

Luke Hall's icon

If you used the autobot java class you could repeatedly send the key commands to keep the window on top but this isn't very efficient at all. You could do something similar with applescript and the [shell] external for macs too:

osascript -e 'tell application "System Events"' -e 'tell process "MaxMSP"' -e 'tell menu bar 1' -e 'tell menu bar item "Window"' -e 'tell menu "Window"' -e 'click menu item "Max Window"' -e 'end tell' -e 'end tell' -e 'end tell' -e 'end tell' -e 'end tell'

This might be useful as a workaround if you want to draw attention to the max window every now and again, but not if you want it displayed permanently.

jvkr's icon

It would be possible to construct your own max window, with a few basic max objects (eg jit.cellblock). That window could then be made floating. The error object can be used to view error messages, and instead of print, it would be possible to use a dedicated send (eg [send print]) to print messages. Off course you would loose the double-click functionality, where the max window leads you to the object that created the message.

_
johan

Olivier Sebillotte's icon

Thanks Johan,
that's a brilliant idea, I didn't know the [error] object

nevertheless,
maybe it is time to send our wish for a floating Max window option to Cycling for next update ;-)

olivier

ztutz's icon

+1 on that, Olivier!

jrs1's icon

+1, would also love a Max Window that is always "on top" or in the foreground.

Patrick Keenan's icon

+1 again, this is essential.

woodslanding's icon

Did this ever happen? Seems like an obvious option. I have a small monitor, and I want to watch the list when I start up my project, but it always gets covered up by new windows opening.

James Kogane's icon

was this addressed? can't find a way to keep my floating window on top

Source Audio's icon

if you really want that, paste this into any patch.
space key turns metro off