Am 19.07.2012, 10:49 Uhr, schrieb Patrick Stadelmann
<
Patrick.S...@unine.ch>:
> In article <op.whopzfy1bzxkxm@peters-mac>, Iwan <
pfack...@gmx.net>
> wrote:
>
>> Yes, but I have to work around that.
>
> The bug is not present if VLC is in the background, so just do :
>
> tell app "Finder" to activate
> tell app "VLC" to quit
>
> Patrick
Sorrry, doesn't work.
As I learned by accident that "quit" VLC only worked when I moved the
mouse/cursor I made a script:
tell application "System Events" to set frontmost of process "VLC" to true
tell application "VLC" to quit
do shell script "MouseTools -x 300 -y 300"
Regards
Peter