• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Is there any way to move to a certain position in AppleScript Editor 2.3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there any way to move to a certain position in AppleScript Editor 2.3


  • Subject: Re: Is there any way to move to a certain position in AppleScript Editor 2.3
  • From: "Stockly, Ed" <email@hidden>
  • Date: Wed, 28 Jul 2010 17:07:10 -0500
  • Acceptlanguage: en-US
  • Thread-topic: Is there any way to move to a certain position in AppleScript Editor 2.3

This should work, unless I'm misunderstanding what you mean by 'cursor.'


tell application "Script Editor"
    activate
    tell its document 1
        repeat with x from 1 to 10
            set selection to insertion point x
            delay 0.5
        end repeat
    end tell
end tell


ES

On 7/28/10 1:09 PM, "Tommy Bollman" <email@hidden> wrote:

> Well, it may have done it that single time, but it does not work now. Do
> anybody of you know the *curse* for moving the cursor
> in a window in AppleScript Editor, which preferably does not come with a price
> tag.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Re: Is there any way to move to a certain position in AppleScript Editor 2.3 (From: Tommy Bollman <email@hidden>)

  • Prev by Date: Re: Is there any way to move to a certain position in AppleScript Editor 2.3
  • Next by Date: Re: Shell script not working in 64bit environment.
  • Previous by thread: Re: Is there any way to move to a certain position in AppleScript Editor 2.3
  • Next by thread: Scripting Script Debugger
  • Index(es):
    • Date
    • Thread