revUpdateGeometry | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | geometry library |
Summary | Moves and resizes objects according to their Geometry pane settings. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Message: resizeStack, startup, openBackground, preOpenStack, openStack, preOpenCard Command: revCacheGeometry, lock messages Object: stack Glossary: object, LiveCode custom library, main stack, handler, handle, message, group, standalone application, Standalone Application Settings, command, application Library: Geometry library, library |
Description | The LiveCode development environment automatically executes the revUpdateGeometry command when a resizeStack message is sent. Use the revUpdateGeometry command if your stack handles the resizeStack message without passing it. Normally, you do not need to use the revUpdateGeometry command at all, since LiveCode automatically updates geometry when a stack is resized. Use it only if both the following conditions are true:
If both these conditions are true, execute the revUpdateGeometry command in the handler, after the resizing is performed, to perform Geometry tasks.
|
Tags | ui |