Disable zoom window control on jit.window

DiGiTaLFX's icon

Like the title says - is this possible? I assumed it would be disabled with a "grow 0" message along with the resizing, but that doesn't seem to be the case. If not, then this is a feature request I guess!

Many thanks

DiGiTaLFX

1st Creative Solutions's icon

What do you mean by "zoom window?" As in, the window size, or the zoom on the image?

Regards,

1st Creative Labs Support Team
support@1stcreativesolutions.co.uk

www.1stcreativesolutions.co.uk

seejayjames's icon

You can use a frame-less jit.window and then apply some mousestate/thispatcher logic to still allow dragging:

...if that's what you meant by non-zoomable :)

DiGiTaLFX's icon

I meant zoomable as in the OS X version of Maximise (the green button in the title bar).

Just tried your patch and it hardly works at all on Max 6 :(

Wesley Smith's icon
Max Patch
Copy patch and select New From Clipboard in Max.

jit.window @grow 0 disable resizing of the window form the bottom-right corner. It also disable the green maximize button in the window.

Isn't this what you were talking about?

DiGiTaLFX's icon

Ah, it seems you have fixed this in Max 6! In 5.1.9 the grow attribute only disables the resizing via the corner and not the zoom button.

I have also just tried Max 6 on Windows and you are still able to maximise the window via the button at the top of the window or by double clicking it's title bar.

DiGiTaLFX