FROM : Adam Knight
DATE : Thu Jan 03 21:37:57 2008
I have the following code:
NSLog(@"Connecting to iPhoto app object");
iPhotoApplication *iPhoto = [[SBApplication alloc]
initWithBundleIdentifier:@"com.apple.iPhoto"];
[iPhoto autorelease];
NSLog(@"Connected to iPhoto app object");
This works fine if I use the identifier "com.apple.Finder". However, if
I try to use iPhoto then it takes 15-30 seconds to instantiate, even on
a fresh install/empty library for iPhoto. I've tried with the program
running and not as well, and the object still won't return in any
acceptable amount of time. (If iPhoto is stopped, trying to instantiate
this object will start it, and then still take forever to finish.)
2008-01-03 14:30:14.818 MyApp[8284:10b] Connecting to iPhoto app object
2008-01-03 14:30:39.553 MyApp[8284:10b] Connected to iPhoto app object
Any ideas on why it's going so slowly, or a better place to ask if this
isn't it? (Scripting Bridge is a strange one, part Cocoa and part AS,
so I have no idea where to ask.)
-- Adam
DATE : Thu Jan 03 21:37:57 2008
I have the following code:
NSLog(@"Connecting to iPhoto app object");
iPhotoApplication *iPhoto = [[SBApplication alloc]
initWithBundleIdentifier:@"com.apple.iPhoto"];
[iPhoto autorelease];
NSLog(@"Connected to iPhoto app object");
This works fine if I use the identifier "com.apple.Finder". However, if
I try to use iPhoto then it takes 15-30 seconds to instantiate, even on
a fresh install/empty library for iPhoto. I've tried with the program
running and not as well, and the object still won't return in any
acceptable amount of time. (If iPhoto is stopped, trying to instantiate
this object will start it, and then still take forever to finish.)
2008-01-03 14:30:14.818 MyApp[8284:10b] Connecting to iPhoto app object
2008-01-03 14:30:39.553 MyApp[8284:10b] Connected to iPhoto app object
Any ideas on why it's going so slowly, or a better place to ask if this
isn't it? (Scripting Bridge is a strange one, part Cocoa and part AS,
so I have no idea where to ask.)
-- Adam
| Related mails | Author | Date |
|---|---|---|
| Adam Knight | Jan 3, 21:37 | |
| John Stiles | Jan 3, 22:29 | |
| has | Jan 4, 11:56 |






Cocoa mail archive

