Notifications
Clear all

[Closed] Accessing 3rd Party Utility Options


var = windows.getchildhwnd #max "Command Panel"
----returns 
-- #(657664P, 1377908P, 1377908P, "#32770", "Command Panel", 1377908P, 1377908P, 1377908P)


UIAccessor.PressButtonByName var[1] "Color Clipboard" --anything on the Utilities Rollout
----returns
-- false

there are two dropdowns and a number of chkboxes and an editText box i want to manipulate, first i need to be able to press the button at least. if the latter isn’t possible, at least i can open it, the 3rd party tool uses CRC and I’m not good at decryption.