windowID | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Reports the operating system's ID for a stack window. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: integer Property: altID, imagePixmapID, movieControllerID Command: export snapshot Object: stack Glossary: property, external, stack window | ||||||
Description | Use the windowID property to pass to an external that needs to manipulate the window. The window ID is provided by the operating system, and is unique for each window. Some externals need to manipulate the contents of a stack window directly, and do so by referencing the ID. Such externals require you to pass the ID when you use the external. | ||||||
Tags | windowing |