resizeable window?

To avoid the resize of a document window, you must use the Minimum and Maximu size constraint. Setting both to the same set of values.
The property Resizeable (using Mojave) does nothing.
to test:

  • Create a new desktop project
  • Put to false the resizeable property of the window1
  • Run the project, and the window could be resized.

If you have the Maximize button enabled, this overrides the resizable=false.

True!!!, but where is this indicated in the documentations?

I’m not certain if it is documented.