objectSelectionEnded

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
objectSelectionEnded
Associationscard
Summary

Sent when, in edit mode, the user completes a drag action used to select controls.

Introduced6.0
OSmac, windows, linux
Platformsdesktop
Example
on objectSelectionEnded
   put "Stopped selecting" && the time
end objectSelectionEnded
RelatedMessage: objectSelectionStarted
Description

Handle the objectSelectionEnded message if you want to do something when the user completes a drag action used to select controls.

The objectSelectionEnded message is sent to the current card when, in edit mode, the user stops dragging over controls.

Note: The objectSelectionEnded message is only available in the IDE.

Tagsui