222
ShellToAppAndWait
Syntax
ShellToAppAndWait(const wsAppFileName: WideString);
Boolean. Same as
Description
returning. The application is locked until
method with caution.
Example
function Main(){
with (Application){
// Edit current document in notepad and then reload it
ShellToAppAndWait('notepad.exe ' + ActiveDocument.Filename);
ActiveDocument.Reload(false);
}
}
ShowProgress
Syntax
ShowProgress();
Shows the progress bar.
Description
Example
function Main() {
with (Application) {
}
}
ShowThumbnails
Syntax
ShowThumbnails(sFolder: OleString);
Shows thumbnails for all images in the passed folder.
Description
Example
function Main(){
with (Application){
ShowThumbnails(CurrentFolder);
}
}
StatusError
Syntax
StatusError(const wsMsg: WideString);
Description
Displays an error message in the status bar. Message appears on a red background
and displays for at least 5 seconds.
but waits for the external program to close before
ShellToApp
ShowProgress();
Chapter 14 Scripting the Visual Tools Object Model
ShellToAppAndWait
returns, so use this
Need help?
Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?