Missing Live mode in applescript library..

LXConsole support and feedback
Post Reply
Johan Söderberg
Posts: 294
Joined: Mon Sep 01, 2008 12:35 pm
Contact:

Missing Live mode in applescript library..

Post by Johan Söderberg »

I´d like to switch between modes from a remote control triggering applescripts but cant figure out how to go to live mode.

The library says:
setMode v : sets mode to cues,groups or subs.
setMode document
to text
→ document : the document
It wont listen to the word "live".
:)
admin
Site Admin
Posts: 1643
Joined: Mon Nov 05, 2007 1:26 am
Contact:

Post by admin »

This has been fixed in v2.1.1. The following will now work:

tell the front document to setMode to "live"
Johan Söderberg
Posts: 294
Joined: Mon Sep 01, 2008 12:35 pm
Contact:

Yup. It works

Post by Johan Söderberg »

The script:

tell application "LXConsole"
tell the front document to setMode to "live"
end tell

works just fine in the new version! 2.1.1

Although he applescript library isn't updated yet with this info.
:)
admin
Site Admin
Posts: 1643
Joined: Mon Nov 05, 2007 1:26 am
Contact:

Post by admin »

"live" has been added to the applescript dictionary in v2.1.2.

LXConsole v2.1.2 also fixes some other issues that were discovered in the release version.
Post Reply