• 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
GUI scripting FileMaker Pro Advanced
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GUI scripting FileMaker Pro Advanced


  • Subject: GUI scripting FileMaker Pro Advanced
  • From: Jacco Rens <email@hidden>
  • Date: Wed, 26 Mar 2008 14:12:57 +0100

Hello All,

I'm trying to build a system where my FileMaker DDR dumps an XML report every workday. Calling the DDR export window from AppleScript works, but the default type is HTML, while I need XML (other radio button). Any insight in how to tick that radio button from AppleScript?




tell application "FileMaker Pro Advanced" activate do menu menu item "Database Design Report…" of menu "Tools" tell application "System Events" tell process "FileMaker Pro Advanced" click radio button "XML" --makes filemaker stall. end tell end tell end tell

(*
<AXApplication: “FileMaker Pro Advanced”>
 <AXWindow: “Database Design Report”>
  <AXRadioButton: “XML”>

Attributes:
   AXRole:  “AXRadioButton”
   AXRoleDescription:  “radio button”
   AXParent:  “<AXWindow: “Database Design Report”>”
   AXTitle:  “XML”
   AXWindow:  “(null)”
   AXTopLevelUIElement:  “<AXWindow: “Database Design Report”>”
   AXPosition:  “x=830 y=436”
   AXSize:  “w=80 h=18”
   AXEnabled:  “1”
   AXValue:  “0”
   AXMinValue:  “0”
   AXMaxValue:  “2”
   AXFocused (W):  “0”

Actions:
   AXPress - press

*)

Thanks for any insight.

--
jacco _______________________________________________
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
  • Follow-Ups:
    • Re: GUI scripting FileMaker Pro Advanced
      • From: "Gary (Lists)" <email@hidden>
  • Prev by Date: iTunes multiple changes without repeat? Speeding up things.
  • Next by Date: using "touch" in Leopard
  • Previous by thread: Re: iTunes multiple changes without repeat? Speeding up things.
  • Next by thread: Re: GUI scripting FileMaker Pro Advanced
  • Index(es):
    • Date
    • Thread