scIgnoreProperty | |||||||||||||
Type | command | ||||||||||||
Dictionary | library.smartcrumbsvcw | ||||||||||||
Library | SmartCrumbsVCW | ||||||||||||
Syntax |
| ||||||||||||
Associations | com.livecode.library.smartcrumbsvcw | ||||||||||||
Summary | This command is used to tell the SmartCrumbsVCW library to ignore changes to a property of one or more objects. | ||||||||||||
OS | mac, windows, linux, ios, android | ||||||||||||
Platforms | desktop, mobile, web | ||||||||||||
Parameters |
| ||||||||||||
Example |
| ||||||||||||
Related | Command: 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 scIgnoreProperty command to tell the SmartCrumbsVCW library that it should not update changes to the value of a property in one or more objects. If we have a card that accommodates its controls to adapt it to its width and height. What we have to do is tell SmartCrumbsVCW to ignore the rectangle of the objects that are accommodated by code. Important The SmartCrumbsVCW library does not store the left, top, right, bottom, location, width and height properties of the cards or of the other controls. Instead it will only save the rectangle of the controls that are inside the card. While for the stacks it will not keep left, top, right, bottom, location and rectangle. Saving the width, height and setting the location to the center of the screen when restoring the stack. We must take the above into account when deciding which property we want to be ignored. | ||||||||||||
Tags | version control |