selectionChanged | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | field, player |
Summary | |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: selection, field, player Property: selected, startTime, endTime Message: currentTimeChanged, selectedObjectChanged, textChanged, arrowKey Command: select Object: player Glossary: handler, insertion point, message, field, property, select |
Description | Handle the selectionChanged message if you want to perform updates or do some action when the user changes the selected text of a field or the selected portion of a player. The selectionChanged message is sent to a field whenever the user makes a text selection or moves the insertion point in the field, after the selection is changed.
The selectionChanged message is sent to a player whenever the user selects a portion of the sound or movie, or when a handler sets the player's startTime or endTime property.
|
Tags | ui |