• 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: FMP 6.0v3, OS X 10.2 and AppleScript -> Broken
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: FMP 6.0v3, OS X 10.2 and AppleScript -> Broken


  • Subject: re: FMP 6.0v3, OS X 10.2 and AppleScript -> Broken
  • From: Simon Forster <email@hidden>
  • Date: Thu, 19 Sep 2002 08:18:07 +0100

On Thursday, September 19, 2002, at 04:40 AM, Roel Wijmans wrote:

I came across the same problem, and ugly way that i overcame that was
with this

tell application "FileMaker Pro"
set x to {}
--repeat with the max number of databases filemaker can have open.
repeat with theDatabase from 1 to 50
if exists database theDatabase then
set end of x to database theDatabase
end if
end repeat
end tell
set y to count of x

FWIW, another method passed to me is:

tell application "FileMaker Pro"
set i to 1
repeat while exists window i
set i to i + 1
end repeat
return i - 1
end tell

I'm unconvinced that modifying a few hundred lines of AppleScript to work around a bug which should be fixed in the near future is worthwhile. I guess we'll see which happens first: a proper fix or my patience cracking.

Simon Forster
_________________________________________________
BabelFix Ltd, Office One, 16 Canham Road, London, W3 7SR, UK
<tel int="+44 20 8746 0555" uk="020 8746 0555">
<tel int="+44 70 9230 5244" uk="070 9230 5244">
<fax int="+44 70 9230 5247" uk="070 9230 5247">
<mailto:email@hidden>
_________________________________________________
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: applescript-users digest, Vol 3 #869 - 14 msgs (From: Roel Wijmans <email@hidden>)

  • Prev by Date: Re: Do Shell Script "ifconfig -a" ?
  • Next by Date: working with styled text records
  • Previous by thread: Re: applescript-users digest, Vol 3 #869 - 14 msgs
  • Next by thread: working with styled text records
  • Index(es):
    • Date
    • Thread