Re: Keystroke command limit
Re: Keystroke command limit
- Subject: Re: Keystroke command limit
- From: John Delacour <email@hidden>
- Date: Tue, 26 Aug 2003 18:55:38 +0100
At 11:42 am -0400 26/8/03, Bill Cheeseman wrote:
You can put an unlimited amount of text into a TextEdit text view, for
example, just by setting the text area's value attribute. It's faster, too,
I imagine.
set value of text area 1 of scroll area 1 of window "Untitled" to
"<string>"
What would be the point of this, since the window has only one scroll
area containing only one text area? Poor though TextEdit's
dictionary is, it does at least allow:
tell app "TextEdit" to set text of document 1 to "<string>"
Now if everyone on this list could file a bug complaining that we
cannot get or set the selection in TextEdit, perhaps we'd make a bit
of progress.
JD
.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.