On the Window widget with the Mac OS X UI Theme, there are three diagonal lines at the lower right to indicate re-size. There needs to be a way to turn these lines off to create a fixed-size window.
2 answers
Hi Ben, since it is only needed for Mac UI theme, you can use a Rectangle element with the same background color to cover those lines.
Actually, when runing Chrome some similar small lines are shown in the bottom right corner of a TextEditBox with Multirow enabled, and the textbox can actually be resized…:
I agree with Ben, that it would be nice to avoid this.
-
Hi Ulrich, this is a different thing. It is a behavior of the web browser, I think we could not control this from the DHTML code.
This question is now closed
Why not add a check-box like "Draggable" that says "Re-Sizeable?"
However it is kind of strange that the window element in other UI themes does not have resize mark on the bottom right corner. They should have it actually. We can add the "resizeable" option if all UI themes can reflect the change.