Universally change notes field text color

295 views
Skip to first unread message

Penelope Poppers

unread,
Feb 12, 2015, 1:47:23 PM2/12/15
to ql...@googlegroups.com
The theatre I work for is about to mount a show that came with it's own Qlab file, which was built in Qlab V2. In this version the note field utilizes black text, but in V3 (the version I'm using), the notes field background is black, so we can not read any of the notes without highlighting and changing the font manually. With 850 cues, I'm not looking forward to this... is their anyway we can do this universally for all the cues? 

micpool

unread,
Feb 12, 2015, 1:50:00 PM2/12/15
to ql...@googlegroups.com
 a script cue with

tell front workspace
set selectedCues to selected as list
repeat with eachCue in selectedCues
set thenotes to notes of eachCue
set notes of eachCue to ""
set notes of eachCue to thenotes
end repeat
end tell

Penelope Poppers

unread,
Feb 13, 2015, 12:33:32 PM2/13/15
to ql...@googlegroups.com
I got this message "ERROR: Expected class name, etc. but found identifier. (-2741)

"workspace" in the first line is highlighted red. I tried changing this to the Qlab file name but got a similar error, any ideas? 

micpool

unread,
Feb 13, 2015, 12:35:58 PM2/13/15
to ql...@googlegroups.com
Untick run in separate process

Penelope Poppers

unread,
Feb 13, 2015, 12:38:31 PM2/13/15
to ql...@googlegroups.com
That solved that problem, thanks! I ran the script cue and it appeared to run, but did not change the font color of any of the notes. 

On Friday, February 13, 2015 at 11:35:58 AM UTC-6, micpool wrote:
Untick run in separate process

micpool

unread,
Feb 13, 2015, 12:41:15 PM2/13/15
to ql...@googlegroups.com
Update to 3.1.8

Penelope Poppers

unread,
Feb 13, 2015, 3:28:41 PM2/13/15
to ql...@googlegroups.com
I downloaded and ran the update and tried running the script again, no luck. The text is still black. Do I need to name a color in the "set notes of eachCue to """ line?

On Friday, February 13, 2015 at 11:41:15 AM UTC-6, micpool wrote:
Update to 3.1.8

micpool

unread,
Feb 13, 2015, 4:08:48 PM2/13/15
to ql...@googlegroups.com
The quickest way is to put it in a script cue and assign a hot key.

You then need to ensure all the groups are expanded, then select every cue, by selecting the first cue you want to change and then shift clicking the last

Then just hit the script hotkey.

The attached sequence of screenshots shows it in action.

Once you have converted it you will probably want to delete the script cue.


Mic
05 Hotkey Triggered All notes now in V3 color and font.jpg
04 allcues selected.jpg
03 Hotkey trigger Script added to script cue .jpg
02 script cue added.jpg
01 V2 workspace opened in Qlab3.jpg

micpool

unread,
Feb 13, 2015, 4:34:48 PM2/13/15
to ql...@googlegroups.com
Here's the entire method in a pdf as a step by step guide for future use.

Mic


Convert notes from a Qlab 2 workspace opened in Qlab 3 to Qlab 3 color and font defaults.pdf

Rob

unread,
Jun 2, 2016, 10:30:26 AM6/2/16
to QLab
Thanks, Micpool! That was very helpful.
Reply all
Reply to author
Forward
0 new messages