tell application id "com.figure53.QLab.4" to tell front workspace
set theResponse to display dialog "Goto Subtitle #" default answer "" with icon note buttons {"Cancel", "Continue"} default button "Continue"
--> {button returned:"Continue", text returned:"1"}
set cue target of cue "ST1" to text returned of theResponse
end tell
-----------------
error "QLab got an error: Can’t make \"5\" into type cue." number -1700 from "5" to cue
-----------------

set cue target of cue "ST1" to text returned of theResponse
to this:
set cue target of cue "ST1" to cue (text returned of theResponse)
Best
Sam
--
Contact support anytime: sup...@figure53.com
Follow QLab on Twitter: https://twitter.com/QLabApp
User Group Code of Conduct: https://qlab.app/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+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/65c25ff5-a6e7-406d-ba18-0b7d9fc9342cn%40googlegroups.com.
![]()