220
SetActiveCodeSweeper
Syntax
SetActiveCodeSweeper(const wsFileName: WideString): WordBool;
Changes the active CodeSweeper format file.
Description
Example
function Main(){
var sCS_File = 'C:\\Program Files\\Macromedia\\ColdFusion Studio
with (Application){
SetActiveCodeSweeper(sCS_File);
}
}
SetActiveResults
Syntax
SetActiveResults(resType: TCurrentResultsType);
Description
Boolean. Sets the active page in the Results tab.
The following values are allowed:
resSearch
resValidator
resLinks
resThumbnails
Example
function Main() {
with (Application) {
SetActiveResults ();
}
}
SetApplicationSetting
Syntax
SetApplicationSetting(nSettingID: Integer ovSettingVal: OleVariant);
Sets a specific application setting based on its SettingID.
Description
Example
function Main(){
var SET_EDITOR_FONTNAME= 300;
with (Application){
SetApplicationSetting(SET_EDITOR_FONTNAME, 'Lucida Console');
}
}
SetFileTabFolder
Syntax
SetFileTabFolder(iTab: integer; sFolder: string);
Sets the active folder for each of the Files tabs.
Description
5\\Extensions\\CodeSweepers\\WebXML.vtm';
Chapter 14 Scripting the Visual Tools Object Model
Need help?
Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?