09-22-2014, 07:05 PM
I'm not having a lot of luck with that.
Interestingly when I "find accessible object" on that COMBOBOX it says the value is "zz" which is odd because when I look at the control it says "COL Logo". And the test button fails to find the control unless I deselect "value".
But then when I go to CbSelect, it returns "item not found".
I'll try automating InDesign via COM in QM to see if I could just do it that way. It do it from VBA all the time.
Interestingly when I "find accessible object" on that COMBOBOX it says the value is "zz" which is odd because when I look at the control it says "COL Logo". And the test button fails to find the control unless I deselect "value".
But then when I go to CbSelect, it returns "item not found".
int w=win("" "indesign")
Acc a.Find(w "COMBOBOX" "" "class=InDesign_COMBOBOX[]id=8482" 0x1004)
a.CbSelect("''COL Logo''" 1)I'll try automating InDesign via COM in QM to see if I could just do it that way. It do it from VBA all the time.
