scIgnoreAllProperties | ||||||||||
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 all properties of one or more objects except the script | |||||||||
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 scIgnoreAllProperties command to tell the SmartCrumbsVCW library that it should not update changes to the value of all properties in one or more objects. The only property that SmartCrumVCW will never ignore is the script. 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 |