|
PVDynamic_AddLockWindow (WindowID.l,null.l,null.b,locksize.b) |
Top Previous Next |
|
Lock a Form to allow only horizontal, vertical or diagonal sizing. Minimum Form size is also locked.
Use: PVDynamic_AddLockWindow (#Window,0,0,2)
This is automatically created by PureVision when a project is exported.
null These parameters are no longer used and exist only for compatability with older PV Projects
locksize 1 - Vertical Sizing Only 2 - Horizontal Sizing Only 3 - Vertical & Horizontal Sizing
Any Form you wish to contain Dynamic Resizing Gadgets must first be added and locked with PVDynamic_AddLockWindow |