Jump to content

Lee Hoong

Newbies
  • Posts

    2
  • Joined

  • Last visited

Lee Hoong's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Michael, Try this: tell application "Mail" activate set theMsg to selection as reference set theSender to sender of theMsg end tell display dialog theSender
  2. Very cool, Bruce. But I kept getting an AppleScript error until I modified the script. Error encountered: System Events got an error: Can't get list 2 of UI element 1 of scroll area 1 of "WVClicker" of application process "FileMaker Pro". Invalid index. Fix for script: tell application "System Events" tell application process "FileMaker Pro Advanced" set linkref to a reference to scroll area 1 of window wName set linkref to a reference to UI element theLink of UI element 1 of linkref perform action "AXPress" of linkref end tell end tell Lee.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.