how to tell classic environment in X to make app frontmost?
how to tell classic environment in X to make app frontmost?
- Subject: how to tell classic environment in X to make app frontmost?
- From: email@hidden
- Date: Wed, 4 Apr 2001 15:44:54 -0700
Following statement would work in a standard 9.x environment (and
probably earlier:
tell application "Finder" to set the frontmost of application process
"FileMaker Pro" to true
In X it is reduced to:
tell application "Finder" to set the frontmost of +class pcap;
"FileMaker Pro" to true
and as such it does no longer work. Any clue if it is a feature still
to come of if there is a fix/workaround?
Best regards,
Reni