• 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: applescript-users digest, Vol 3 #984 - 14 msgs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: applescript-users digest, Vol 3 #984 - 14 msgs


  • Subject: Re: applescript-users digest, Vol 3 #984 - 14 msgs
  • From: "Marc K. Myers" <email@hidden>
  • Date: Sat, 19 Oct 2002 16:00:06 -0400

Date: Sat, 19 Oct 2002 12:22:22 -0500
Subject: Re: "choose file name" Redux
From: Jeffrey Berman <email@hidden>
To: bill fancher <email@hidden>, AppleScript Users List
<email@hidden>
CC: Jeffrey Berman <email@hidden>

I've notified the developer of the conflict. Now if only I can learn a way
to have the window size and position of my scripts retained the first time I save them from Script Editor, I'll be one happy scripter.

Anything in a script property that is set while running the script in Script Editor will be retained in the saved script. When you recompile the script these values will be lost unless they're hard-coded into the properties.

property screenList : {missing value, missing value, missing value, missing value}

if item 1 of screenList is 0 then
repeat with i from 1 to 4
set item i of screenList to text returned of ,
(display dialog "Enter value for item " & (i as text) default answer "")
end repeat
end if

set {l, t, r, b} to screenList
display dialog l & return & t & return & r & return & b

Run it in Script Editor to set the values and then save it as an applet. Run the applet and it'll display the values.

Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074

[10/19/02 3:52:30 PM]
_______________________________________________
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.

  • Prev by Date: Re: "choose file name" Redux
  • Next by Date: Re: "choose file name" Redux
  • Previous by thread: Re: Do shell script and special characters
  • Next by thread: perl & AS [was: set va..]
  • Index(es):
    • Date
    • Thread