• 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: GUI Scripting Issue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GUI Scripting Issue


  • Subject: Re: GUI Scripting Issue
  • From: Malcolm Fitzgerald <email@hidden>
  • Date: Fri, 12 May 2006 15:34:14 +1000


On 12/05/2006, at 10:52 AM, kai wrote:


On 11 May 2006, at 22:05, Todd Geist wrote:

Thank you, but I very much need to manipulate the GUI in this instance. It has nothing to do with getting data in or of FileMaker fields. Nor will using a "tell" block directed at FileMaker help, since in this instance FileMaker hasa dialog open which prevents from responding to any direct Apple Events

Have you tried pushing FileMaker to the front via System Events, Todd?

----------------
tell application "System Events"
	tell process "FileMaker Pro Advanced"
		set frontmost to true
		-- etc...
	end tell
end tell
----------------

I think that's the way to go to get FMP frontmost but your chances of doing anything with the dialog are about 3:1 against. You'll be able to do some things in some dialogs. If you are trying to manipulate the "define fields" dialog - forget it. It's cheaper to set up a windows box and use FMRobot to do that stuff.


malcolm

_______________________________________________
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: GUI Scripting Issue
      • From: "Gary (Lists)" <email@hidden>
References: 
 >Re: GUI Scripting Issue (From: Carlos Ysunza <email@hidden>)
 >Re: GUI Scripting Issue (From: Todd Geist <email@hidden>)
 >Re: GUI Scripting Issue (From: kai <email@hidden>)

  • Prev by Date: Re: Some problems with FileMaker Pro 8
  • Next by Date: iTunes hook
  • Previous by thread: Re: GUI Scripting Issue
  • Next by thread: Re: GUI Scripting Issue
  • Index(es):
    • Date
    • Thread