Tutorial: window.enableFrame

window.enableFrame

Re-enables user changes to a window's size/position when using the window's frame.

'disabled-frame-bounds-changing' is generated at the start of and during a user move/size operation. 'disabled-frame-bounds-changed' is generated after a user move/size operation. The events provide the bounds that would have been applied if the frame was enabled.

'frame-enabled' is generated when a disabled frame has becomes enabled.

Example

var finWindow = fin.desktop.Window.getCurrent();

finWindow.enableFrame();