objective c - how moom for osx works? -


i'm trying figure out how moom can modify window of other applications. mean, can change dimensions of other nswindow object can't understand window list , how can access frames.

is there way access other apps execution like:

nsarray *windows = [nssystem allapplication]windowlist];  

you can find free version of moom here http://manytricks.com/moom/

most tools work through accessibility api. exposed in applescript "system events" application, you'll better results using directly. note user have "enable access assistive devices" (in universal access prefpane) allow application this.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

php - Time zone issue -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -