tell application id "com.figure53.QLab.5" to tell front workspace
set allCues to cues whose broken is false and q type is "fade" as list --in (current cue list) as list
repeat with eachCue in allCues
tell application "System Events" to tell (first application process whose bundle identifier is "com.figure53.QLab.5")
set theCurve to get value of pop up button 2 of group 1 of splitter group 1 of window 1
end tell
display dialog q list name of eachCue as text with title theCurve as text
end repeat
end tell
Where am I making the mistake? Any help pls.
Best,
Kalman
--
Contact support anytime: sup...@figure53.com
Follow QLab on Threads: https://threads.net/@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 visit https://groups.google.com/d/msgid/qlab/a8354d64-55e1-4e2c-9c33-8448792b838en%40googlegroups.com.
You asked me, " a design need, or is it simply part of your journey to learn AppleScript?", I think the second option is the correct answer.
Does this preclude you from introducing me to a faster solution?