newScrollbar

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
newScrollbar
Associationsscrollbar
Summary

Sent to a new scrollbar right after it's created.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
on newScrollbar -- store its ID in a custom property of the card
  set the storedID of this card to the ID of the target
end newScrollbar
RelatedKeyword: templateScrollbar, scrollbar
Property: script
Command: copy, clone, paste
Glossary: object, trap, message, tool, message path
Control Structure: pass
Description

Handle the newScrollbar message if you want to create additional objects, switch tools, or do other tasks when a new scrollbar is created.

Normally, the newScrollbar message is handled at a higher level of the message path, since the newly-created scrollbar does not yet have a script unless the templateScrollbar contains one.

The actual creation is not triggered by the newScrollbar message, so trapping the message and not allowing it to pass does not prevent the scrollbar from being created.

Tagsobjects