Disable zoom window control on jit.window
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
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
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 :)
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 :(
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?
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