Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Fixed position for a window.

$
0
0
We need to set the position of a window to be fixed (cannot be moved by dragging).
We have set the following properties to the window:

setIsModal(true);
setShowModalMask(false);
setCanDrag(false);
setCanDragReposition(false);

Can you please let us know how to achieve this.

Viewing all articles
Browse latest Browse all 4756

Trending Articles