Hi
Where can I find the the applescript-names of all objects you can place with the Interface Builder
eg:
NSTestField → …text field “ExampleField”…
NStextView → ?
NSDateFormatter → ?
NSTabView → ?
…
…
Know what I mean?
Thx Vince
Hi
Where can I find the the applescript-names of all objects you can place with the Interface Builder
eg:
NSTestField → …text field “ExampleField”…
NStextView → ?
NSDateFormatter → ?
NSTabView → ?
…
…
Know what I mean?
Thx Vince
Vincent,
Have you looked at the Applescript Reference Guide? http://developer.apple.com/referencelibrary/API_Fundamentals/AppleScript-api-date.html
Hope this helps,
Brad Bumgarner, CTA
Yes -Thanx - but it is not what I was looking for! :rolleyes:
I already found it:
http://developer.apple.com/documentation/AppleScript/Reference/StudioReference/sr1_about/chapter_1_section_1.html#//apple_ref/doc/uid/20011215
(You can also find it locally)
Know what I meant?
But thanx anyway
Vince