0

If I set my display performance and run a basil.js script then basil seems to override my display performance settings.

What I would like at the end of the script is set the display performance settings to fast display.

Is this possible?

clankill3r
  • 9,146
  • 20
  • 70
  • 126

1 Answers1

0

I think you are out of luck as app.displayPerformancePreferences seems to be readonly (ViewDisplaySettings.HIGH_QUALITY, ViewDisplaySettings.TYPICAL or ViewDisplaySettings.OPTIMIZED). See http://jongware.mit.edu/idcs6js/pc_Application.html and search for "displayPerformancePreferences".

  • 2
    The object itself (in its entirety) is read-only, but the performance preference *can* be changed: http://jongware.mit.edu/idcs6js/pc_DisplayPerformancePreference.html – Jongware Nov 12 '14 at 21:30