Question
Get app.findColorPreferences.findWhat property value
I’m looking for a way to read the value app.findColorPreferences.findWhat, and find out what swatch it’s currently looking for. It gives the error 30615 The property is not applicable in the current state.
I am able to set it:
app.findColorPreferences.findWhat = app.activeDocument.swatches.item("SWATCH_NAME")
Is there a way to read what swatch is currently selected in the dialog, similar to findGrepPreferences and findTextPreferences?
