Chapter 5: fireworks integration, The fwlaunch api, Fwlaunch.bringdwtofront() – Adobe Dreamweaver API Reference CS5 User Manual
Page 38: Fwlaunch.bringfwtofront()

33
Last updated 8/27/2013
Chapter 5: Fireworks integration
FWLaunch is a C shared library that lets authors of objects, commands, behaviors, and Property inspectors
communicate with Adobe® Fireworks®. Using FWLaunch, you write JavaScript to open the Fireworks user interface
and provide commands to Fireworks through its own JavaScript API documented in Extending Fireworks. For general
information on how C libraries interact with the JavaScript interpreter in Adobe® Dreamweaver® CS5, and for details
on C-level extensibility see Extending Dreamweaver.
The FWLaunch API
The FWLaunch object lets extensions open Fireworks, perform Fireworks operations using the Fireworks JavaScript
API, and then return values back to Dreamweaver. This chapter describes the FWLaunch Communication API and
how to use it.
FWLaunch.bringDWToFront()
Availability
Dreamweaver 3, Fireworks 3.
Description
This function brings Dreamweaver to the front.
Arguments
None.
Returns
Nothing.
FWLaunch.bringFWToFront()
Availability
Dreamweaver 3, Fireworks 3.
Description
This function brings Fireworks to the front if it is running.
Arguments
None.
Returns
Nothing.