|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
How to get the list of apps and control their window size in OS X
I want to know the programmatical way to do this.
The list of apps refers to all the apps that are actively running with a UI. In terms of window size control, I specifically want to know how to maximize it (not to full screen but to full extent - menu bar still will be shown). I still have this question after reading Apple's Online document library.. Thanks! |
|
|
|
0
|
|
|
#2 |
|
Code:
tell application "System Events" set theApps to get every process whose background only is false end tell repeat with anApp in theApps tell anApp get properties end tell end repeat |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 12:10 PM.






Linear Mode
