Skip navigation.
 
mlCalling methods on other applications?
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!

Related mailsAuthorDate
mlCalling methods on other applications? Benjamin Blonder Apr 3, 00:55
mlRe: Calling methods on other applications? Finlay Dobbie Apr 3, 01:19
mlRe: Calling methods on other applications? Ondra Cada Apr 3, 01:40
mlRe: Calling methods on other applications? Finlay Dobbie Apr 3, 01:49
mlRe: Calling methods on other applications? Bill Cheeseman Apr 3, 02:00
mlRe: Calling methods on other applications? Olivier Lanctôt Apr 3, 07:02
mlRe: Calling methods on other applications? Conrad Carlen Apr 3, 07:18
mlRe: Calling methods on other applications? Ken Tozier Apr 3, 11:04
mlRe: Calling methods on other applications? Mike Hall Apr 3, 11:27
mlRe: Calling methods on other applications? Ondra Cada Apr 3, 11:54
mlRe: Calling methods on other applications? Ken Tozier Apr 3, 12:45