Skip to main content
Participant
March 3, 2006
Question

bridge.focus() ?

  • March 3, 2006
  • 1 reply
  • 357 views
Hello,

I wrote a script to display and select a inDesign library in Bridge.
The script starts up bridge if it is not already running.

If bridge is running, is there a way to pop up the application window?
Something like: app.focus()?

thank you,

Georg
This topic has been closed for replies.

1 reply

Participating Frequently
March 3, 2006
Try using BridgeTalk.bringToFront('indesign')

Cheers,
oneale