User Guide
Fireworks functions 247
fw.disableFlashDebugging()
Availability
Fireworks MX
Usage
fw.disableFlashDebugging()
Arguments
None.
Returns
Nothing.
Description
Turns off debugging messages for Flash commands. For a description of the Flash debugging
capabilities, see
fw.enableFlashDebugging() on page 247. For more information about
constructing Flash command panels for Fireworks, see “Flash panels” on page 90.
Note: The debugging commands work even if you are running a JavaScript file.
fw.dismissBatchDialogWhenDone()
Availability
Fireworks 4.
Usage
fw.dismissBatchDialogWhenDone(autoClose)
Arguments
autoClose
A Boolean value. If set to true, the Batch Progress dialog box closes automatically
(without user intervention) when the script finishes.
Returns
Nothing.
Description
Closes the Batch Progress dialog box automatically when the script finishes. This function has no
effect if the Batch Progress dialog box does not appear.
Note: This function is used mostly for backward compatibility with Fireworks 2.
fw.enableFlashDebugging()
Availability
Fireworks MX
Usage
fw.enableFlashDebugging()