GUI scripting FileMaker Pro Advanced
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