Re: Getting Data out of Filemaker Pro
Re: Getting Data out of Filemaker Pro
- Subject: Re: Getting Data out of Filemaker Pro
- From: Simon Forster <email@hidden>
- Date: Mon, 4 Oct 2004 10:41:39 +0100
On 3 Oct 2004, at 14:09, Bernardo Hoehl / Gessos Rutenium wrote:
tell application "FileMaker Pro"
set WindowNumber to 1
repeat with i from 1 to the count of windows
set visible of window WindowNumber to false
set WindowNumber to WindowNumber + 1
display dialog "I have hidden window " & WindowNumber --Just
testing...
end repeat
end tell
But this code fails to hide the last window. Why?
There has to be one last window visible?
Isn't there a "every window" option or still "all windows"?
tell application "FileMaker Pro"
repeat count of window times
set visible of window 1 to false
end
end
In FileMaker, the frontmost window is always window 1.
HTH
Simon Forster
_____________________________________________________
LDML Ltd, 62 Pall Mall, London, SW1Y 5HZ, UK
Tel: +44 (0)70 9230 5244 Fax: +44 (0)70 9230 5247
_____________________________________________________
_______________________________________________
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