Re: A grocery list
Re: A grocery list
- Subject: Re: A grocery list
- From: Mark Butcher <email@hidden>
- Date: Sun, 17 Oct 2004 13:32:30 -0700
Doug
Is the text in a text field, or text view (which has scroll bars)? For
both cases, have you given the text field/view a name in the
AppleScript pane of the Info Palette?
If it is a text view, it will be attached to a scroll view, which also
needs a name, and the call will be something like:
set theText to contents of text view "textViewName" of scroll view
"scrollViewName" of front window
There is a separate list for AppleScript Studio, which would be a
better place to ask. The Developer installation also gives you a large
number of examples, and a couple of pdf's on using Studio that are very
helpful.
MarkB
On Oct 17, 2004, at 11:46 AM, doug rogers wrote:
Previously I had used HyperCard to get the content of the field, put it
in a global and fetch it with the Applescript, except in this xCode
environment, I can't figure out how to designate the field with some
kind
of name or identification, or how to find it, if it already exists.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden