Another CO11 Applescript Bug
If you run an Applescript from Script Editor that executes any of the Applescripts below, then you will get correct behaviour, and current_doc_kind_s will be "catalog" or "session"
But if the same code executes while running the Applescript an application from Capture One 11 then you will get unexpected results:
"«constant ****COct»" instead of "catalog" and "«constant ****COsd»" instead of "session"
I will raise a ticket for this bug.
But if the same code executes while running the Applescript an application from Capture One 11 then you will get unexpected results:
"«constant ****COct»" instead of "catalog" and "«constant ****COsd»" instead of "session"
I will raise a ticket for this bug.
tell application "Capture One 11"
set currentDocRef to current document
set current_doc_kind_s to (get kind of currentDocRef) as text
end tell
## or this
tell application "Capture One 11"
set current_doc_kind_s to (get kind of current document) as text
end tell
## or this
tell application "Capture One 11" to set current_doc_kind_s to (get kind of current document) as text
0
Post ist für Kommentare geschlossen.
Kommentare
0 Kommentare