FROM : Benjamin Blonder
DATE : Sun Apr 03 00:55:33 2005
I'm trying to write a silly little application that resizes all of the
user's windows in all programs, and I'm trying to figure out how to do
this. I think that I can get a lot of information with a [[NSWorkspace
sharedWorkspace] launchedApplications], but I'm unsure of what to do
with the array this returns. Ideally I'd like to be able to somehow
convert the PIDs it returns into actual NSApplication pointers I could
then use to call the relevant resize methods. Right now though I'm
stumped as to how to do this. It seems like it ought to be possible -
any ideas?
Thanks in advance!
DATE : Sun Apr 03 00:55:33 2005
I'm trying to write a silly little application that resizes all of the
user's windows in all programs, and I'm trying to figure out how to do
this. I think that I can get a lot of information with a [[NSWorkspace
sharedWorkspace] launchedApplications], but I'm unsure of what to do
with the array this returns. Ideally I'd like to be able to somehow
convert the PIDs it returns into actual NSApplication pointers I could
then use to call the relevant resize methods. Right now though I'm
stumped as to how to do this. It seems like it ought to be possible -
any ideas?
Thanks in advance!
| Related mails | Author | Date |
|---|---|---|
| Benjamin Blonder | Apr 3, 00:55 | |
| Finlay Dobbie | Apr 3, 01:19 | |
| Ondra Cada | Apr 3, 01:40 | |
| Finlay Dobbie | Apr 3, 01:49 | |
| Bill Cheeseman | Apr 3, 02:00 | |
| Olivier Lanctôt | Apr 3, 07:02 | |
| Conrad Carlen | Apr 3, 07:18 | |
| Ken Tozier | Apr 3, 11:04 | |
| Mike Hall | Apr 3, 11:27 | |
| Ondra Cada | Apr 3, 11:54 | |
| Ken Tozier | Apr 3, 12:45 |






Cocoa mail archive

