- Joined
- Oct 2, 2006
- Messages
- 65
- Reaction score
- 0
- Points
- 6
- Your Mac's Specs
- se30 16MHZ 1.44MBHD Performa 630 CD 33MHZ 250MBHD iMac G3 333MHZ 60GBHD iMac G4 800MHZ 250GBHD
i'm making a applescript application in Xcode and i don't know how to name the text field i need to get the contains of the text field
i have tried
tell window "main"
set dialogText to contents of text field "Address"
end tell
but i get NSReceiverEvaluationScriptError: 4 (1)
i'm using Mac OS X 10.3.9
Xcode 1.1
Interface Builder 2.4
can any one help me
Mr. Gecko
i have tried
tell window "main"
set dialogText to contents of text field "Address"
end tell
but i get NSReceiverEvaluationScriptError: 4 (1)
i'm using Mac OS X 10.3.9
Xcode 1.1
Interface Builder 2.4
can any one help me
Mr. Gecko