Page 1 of 1

Missing Live mode in applescript library..

Posted: Mon Mar 28, 2011 7:39 pm
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".

Posted: Tue Mar 29, 2011 11:35 pm
by admin
This has been fixed in v2.1.1. The following will now work:

tell the front document to setMode to "live"

Yup. It works

Posted: Thu Mar 31, 2011 11:30 am
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.

Posted: Thu Mar 31, 2011 7:15 pm
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.