Ive been looking for this so, as i dont found it i decide to ask..
im trying to create a if all conditions met action with a button that is On/Off so, in case my button is Off it takes On but if its On it just ignored.
Thing is that im trying almost everything (probably missing something) but i cannot make it happen.. Im trying to avoid using a screenshot for it, cause im changing my program skin depends on light, which affects the result of the action.
Im trying to do this in Ableton Live 12 for rendering a ton of stems for my clients
So the first question is "Is that actually a button?".
One way to find out would be to go to the KM Editor, add a "Press a Button" action, click the action's "Button" menu and "Scan Front Window" of Ableton. Click "Button" again and Ableton's available buttons will be listed in the top sub-menu -- is the one you want there?
You may have to do some testing using the action if there are cryptic names!
In this context, "button" is a particular class of UI widget. It looks like the developer has rolled their own or not fully implemented the OS-provided ones.
There may be ways round that -- image detection or delving into System Events, for example. There are plenty of threads relating to Ableton and, if you haven't already looked, you might be able to get some ideas from them.