• 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
Panther versus tiger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Panther versus tiger


  • Subject: Panther versus tiger
  • From: Jan Bultereys <email@hidden>
  • Date: Wed, 29 Mar 2006 17:53:55 +0200
  • Thread-topic: Panther versus tiger

Title: Panther versus tiger
Hi, does anyone knows why this works in tiger but not in panther? No errors given it just does nothing in Panther.

tell application "QuarkXPress Passport"
    tell document 1
        activate
       try
           tell application "System Events"
                tell process "QuarkXPress"
                    tell menu bar 1
                        tell menu bar item "Style"
                            tell menu "Style"
                                tell menu item "Underline Styles"
                                    tell menu "Underline Styles"
                                        click menu item "Custom..."
                                        tell window "Underline Settings"
                                            keystroke "50%"
                                            keystroke tab
                                           keystroke "0.3 pt"
                                            keystroke tab
                                           keystroke "2.5 pt"
                                            keystroke return
                                       end tell
                                   end tell
                               end tell
                           end tell
                       end tell
                   end tell
               end tell
           end tell
       end try
   end tell
end
tell

Any input appreciated,jan
 _______________________________________________
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

  • Follow-Ups:
    • Re: Panther versus tiger
      • From: Christopher Nebel <email@hidden>
  • Prev by Date: AppleScript and FileMaker problem
  • Next by Date: Re: Converting Unix path to AppleScript path
  • Previous by thread: re: AppleScript and FileMaker problem
  • Next by thread: Re: Panther versus tiger
  • Index(es):
    • Date
    • Thread