tell application id "com.figure53.QLab.4" to tell front workspace
display dialog "Go to cue:" default answer "0" with title "GoTo Q" with icon 1 buttons {"Cancel", "OK"} default button "OK" cancel button "Cancel"
set qnumber to text returned of result
set cue target of cue "GoToQ" to cue qnumber
end tell
tell application id "com.figure53.QLab.4"
display dialog "Go to cue:" default answer "0" with title "GoTo Q" with icon 1 buttons {"Cancel", "OK"} default button "OK" cancel button "Cancel"
set destinationCueNo to (text returned of result as string)
set destinationCue to cue destinationCueNo of front workspace
set cueList to q list name of destinationCue
set playback position of cue list cueList of front workspace to destinationCue
end tell
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/a076abef-bd35-4c5b-aa5c-783fb20597c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.