Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Cojust

macrumors newbie
Original poster
Jan 27, 2011
4
0
Hello, I am trying to understand ApplescriptObjC scripting(Is that what its called?). Is there any guide out there that starts from the basics of referring to objects? I do know some applescript but am having problems manipulating the GUI. I know that to get the contents of a text field, its "set varName to varName's stringValue() as text" but thats ALL i know as nearly all the guides ive found refer to applescript studio :mad:

Could anyone help me by telling me how to set(change) the contents of text fields and labels? And would appreciate if anyone has links to guides. Thanks :)
 
Hello, I am trying to understand ApplescriptObjC scripting(Is that what its called?).
Yes, it's AppleScriptObjC.

Could anyone help me by telling me how to set(change) the contents of text fields and labels?
Code:
textField's setStringValue_("Hello World")

And would appreciate if anyone has links to guides. Thanks :)
Some guides I found:
AppleScriptObjC : The new ASS
AppleScriptObjC in Xcode Part 1
AppleScriptObjC -Getting Started Part 1 [video]
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.