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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -