Applescript and Cocoa?

Up vote 0 down vote favorite share g+ share fb share tw.

Thanks in Advance cocoa applescript link|improve this question asked Nov 13 '11 at 13:21Josh413 100% accept rate.

Use NSAppleScript. NSAppleScript *as = NSAppleScript alloc initWithSource:@"tell application \"theapp\"\nreverse\nend tell"; NSDictionary *err = nil; NSAppleEventDescriptor *desc = as executeAndReturnError:&err; NSLog(@"Error: %@\nData: %@", err, desc. Data); as release; There is also a good answer about Scripting Bridge here.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions