Kbase P11107: How to make windows or dialog-boxes not movable?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/03/2003 |
|
Status: Unverified
GOAL:
How to make windows or dialog-boxes not movable?
FACT(s) (Environment):
Progress 9.1D
FIX:
For the moment, the window widget has no MOVABLE attribute and no START-MOVE and END-MOVE events, so it is not straight forward to disable a move, or override the default behavior.
However, it is possible to rely on the PSTimer OCX to reset a wanted position periodically. See Progress Solution p11674: How to keep all the windows centered with one persistent procedure in the background