• 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: Display list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Display list


  • Subject: Re: Display list
  • From: Brian Christmas <email@hidden>
  • Date: Thu, 15 Nov 2012 21:47:16 +1100


On 15/11/2012, at 9:28 PM, Jeremy Roussak <email@hidden> wrote:

Is there an easy way to display a list, akin to "choose from list" but without the choice bit? 

I want to show, for example, a list of files I have just processed, just for information.

Jeremy


Jeremy Roussak
email@hidden


G'day Jeremy

I've just lifted this from something I just completed. Might be what you're after.

Regards

Santa

set theWholeList to {"A", "B", "C", "D"} # Your list of files
set theSecondMenu to {} & return & return
repeat with i in theWholeList
set end of theSecondMenu to i & return
end repeat
set thePrompt to "This list is the list of files I've just completed, Jeremy." & return & return
display dialog ((theSecondMenu & return & thePrompt) as text) & return buttons {"Your Button", "OK"} with title "My List" giving up after 3600

 _______________________________________________
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

  • Follow-Ups:
    • Re: Display list
      • From: Barry Wainwright <email@hidden>
References: 
 >Display list (From: Jeremy Roussak <email@hidden>)

  • Prev by Date: Display list
  • Next by Date: Re: Display list
  • Previous by thread: Display list
  • Next by thread: Re: Display list
  • Index(es):
    • Date
    • Thread