How can i access another app if my app is in this strange Sandboxing thing which is required to release a app in the MAC App Store?
I'm reading with this Method an UIElement:
AXUIElementCopyElementAtPosition(xxx)
This works fine so far. But if i enable App Sandboxing, i no longer get reference to the MenuItem!!!
Thanks for help.