aroooo
aroooo

Reputation: 5056

Changing size of non-standard windows (Adobe CS6, MonoDevelop, etc)

I'm working on an app that changes the size of windows and moves them around for the user using the Accessibility API. I'm having a problem with so called "custom" windows though:

Things with non-standard windows like Adobe CS6 just won't maximize or change position when I set the NSAccessibilitySizeAttribute value-- quite literally nothing happens. It works fine on all other windows though.

Is there any workaround to this? Anything I should look at in particular?

Upvotes: 0

Views: 66

Answers (1)

uchuugaka
uchuugaka

Reputation: 12782

If memory serves correctly, Adobe uses a lot of custom UI widgetry. You might look at Adobe's docs for scripting their apps, or contact Adobe.

Upvotes: 0

Related Questions