• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
3

P: Inaccessible 'Performance' of 'Playback Options'

LEGEND ,
Nov 21, 2021 Nov 21, 2021

Copy link to clipboard

Copied

We can manually access 3 Performance checkboxes (Accelerated, Step by Step, Pause for: / value) in 'Playback Options' from dropdown menu of 'Actions' Panel. There is no problem to set them by script. Unfortunately we can not read them:

 

 

sTT = stringIDToTypeID, ref = new ActionReference()
ref.putProperty(sTT('property'), sTT('playbackOptions'))
ref.putEnumerated(sTT('application'), sTT('ordinal'), sTT('targetEnum'))
executeActionGet(ref)

 

 

The above codes gives error, but the similar one to read 'Add "copy" to Copied Layers and Groups' (which manually we access from 'Panel Options' of 'Layers' panel dropdown menu) works with no problem from first CC release (as in CS6 it didn't work yet):

 

 

sTT = stringIDToTypeID, ref = new ActionReference()
ref.putProperty(sTT('property'), sTT('addCopyToLayerNames'))
ref.putEnumerated(sTT('application'), sTT('ordinal'), sTT('targetEnum'))
executeActionGet(ref).getBoolean(sTT('addCopyToLayerNames'))

 

 

Bug Acknowledged
TOPICS
Actions and scripting , macOS , Windows

Views

127

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Nov 22, 2021 Nov 22, 2021

I've asked engineering to take a look.

Status Acknowledged

Votes

Translate

Translate
1 Comment
Adobe Employee ,
Nov 22, 2021 Nov 22, 2021

Copy link to clipboard

Copied

LATEST

I've asked engineering to take a look.

Status Acknowledged

Votes

Translate

Translate

Report

Report