|
By passing the empty string for the docName parameter, Frontier 3.0 and later will prevent the newly-launched application from opening a default document.
Call app.bringToFront after calling app.startWithDocument to make the application the new frontmost app.
If the application is already running, app.startWithDocument will instruct it to open the specified document.
By convention, the application table is at object database location system.verbs.apps.[appName].
The first time app.start or app.startWithDocument launches the application the user is prompted for the location of the application. Each subsequent time, unless the file has been moved or deleted, the launch takes place without any user interaction.
|