scInstallPlugin

Typecommand
Dictionarylibrary.smartcrumbsvcw
LibrarySmartCrumbsVCW
Syntax
scInstallPlugin [<pPluginPath>]
Associationscom.livecode.library.smartcrumbsvcw
Summary

Installing a plugin for the SmartCrumbsVCW library

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

Path to the script-only stack that will be used as a complement. If this parameter is empty, a message will appear for you to select the file from the script-only stack that you will use as a complement to SmartCrumbsVCW

Example
# In this case the library will make you select a file
scInstallPlugin
scInstallPlugin "../path/scPatchForWidgets.livecodescript"
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 scInstallPlugin command to install a new plugin to the SmartCrumbsVCW library.

Important  When we install a plug-in, the library does not call it when carrying out import and export operations. For the library to call it, we must activate it with the command scEnabledPlugin

Tagsversion control