scStopIgnoreProperty

Typecommand
Dictionarylibrary.smartcrumbsvcw
LibrarySmartCrumbsVCW
Syntax
scStopIgnoreProperty <pLongId>, <pPropertyName>, [<pIgnoreInCascade>]
Associationscom.livecode.library.smartcrumbsvcw
Summary

This command is used to tell the SmartCrumbsVCW library to stop ignoring changes to the value of a property of one or more objects

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Parameters
NameTypeDescription
pLongId

The long id of the object

pPropertyName

The name of the property to be stop ignored.

pIgnoreInCascade
  • "children": to indicate if it applies to the children of the object that have this property.
  • "type": to specify that it applies to all objects of this type on the stack owned by the object passed in the first parameter
Example
# Stop ignoring changes to the button's rectangle values
scStopIgnoreProperty the long id of button 1, "rect"
# Stop ignoring changes to the rectangle of group and all child objects.
scStopIgnoreProperty the long id of group"fotter", "rect", "children"
# Stop ignoring all changes to the rectangle values of the fields in this stack.
scStopIgnoreProperty the long id of field "table1", "rect", "type"
RelatedCommand: scExportObject, scImportMainStack, scIgnoreProperty, scIgnoreAllProperties, scStopIgnoreProperty, scStopIgnoreAllProperties, scCreatePlugin, scInstallPlugin, scUninstallPlugin, scEnabledPlugin, scDisabledPlugin, scSetPluginSetting, scCleanTrash, scResetObjectCache, scCleanTrash, scResetObjectCache
Function: scIgnoreProperties, scListPlugins, scGetPluginSetting, scGetGUID, scGetPathLog, scGetGUID
Description

Use the scStopIgnoreProperty command to tell the SmartCrumbsVCW library to stop ignoring changes to a property.

Tagsversion control