tell application id "com.figure53.QLab.5" to tell front workspace
repeat
set the text of cue "TIME" to do shell script "date '+%H:%M:%S'"
delay 0.1
end repeat
end tell
--
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/608f334b-d7d4-4634-8da2-1d26b92d22ecn%40googlegroups.com.
What do the commands in QLAB look like in order to exec this script?
On Sat, Oct 14, 2023 at 4:29 PM micpool <m...@micpool.com> wrote:tell application id "com.figure53.QLab.5" to tell front workspace
repeat
set the text of cue "TIME" to do shell script "date '+%H:%M:%S'"
delay 0.1
end repeat
end tell