app.selectWindow
| Syntax |
app.selectWindow (title)
|
| Params |
title is a string indicating which window is to become the frontmost and target window.
|
| Action |
Brings the indicated window to the front and sets the target window to that window.
|
| Returns |
Returns true if it worked, false otherwise.
|
| Examples |
app.start ("MinApp"); app.selectWindow ("Dave's email") » true
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
This verb is different from app.setTargetWindow, which doesn't bring the target window to the front.
|
| See Also |
app.setTargetWindow
|