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

Re: combine dialogbox


  • Subject: Re: combine dialogbox
  • From: Julien Battist <email@hidden>
  • Date: Thu, 23 Feb 2017 10:29:25 +0100
  • Importance: normal
  • Sensitivity: Normal

Hi Ed,
 
Yes I am aware about this Library created by Shane and if this is indeed the only option I may take that.
 
Much appriciate your reply
Julien
 
 
Sent: Wednesday, February 22, 2017 at 7:42 PM
From: "Stockly, Ed" <email@hidden>
To: "Julien Battist" <email@hidden>, "email@hidden" <email@hidden>
Subject: Re: combine dialogbox
Would you consider Shane's Myriad Tables software "Third Party"? 
 
It's something you could bundle with your script and would not require installation on the client machine.
 
If so it could display a table like this:
 
ABORC      First               Last
   A         | ________|___________|
   B         | ________|___________|
 
   C         | ________|___________|
 
 
And the user would be able to enter text values for first/last for which their selection.
 
 
 
From: <applescript-users-bounces+ed.stockly=email@hidden> on behalf of Julien Battist <email@hidden>
Date: Wednesday, February 22, 2017 at 2:42 AM
To: AppleScript Digest <email@hidden>
Subject: combine dialogbox
 
Hi all,
 
Is there a way to combine this in 1 window? (without third party software)
 
set List1 to {"A", "B", "C"}
set List1 to {choose from list List1 with prompt "Select it"} as text
set FirstRow to display dialog "Select FIRST" default answer "" buttons {"Cancel", "OK"} default button "OK"
set FirstRow to text returned of FirstRow
set LastRow to display dialog "Select LAST" default answer "" buttons {"Cancel", "OK"} default button "OK"
set LastRow to text returned of LastRow
 
Much appreciate your feedback,
Julien
 _______________________________________________
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: combine dialogbox
      • From: "Stockly, Ed" <email@hidden>
References: 
 >combine dialogbox (From: Julien Battist <email@hidden>)
 >Re: combine dialogbox (From: "Stockly, Ed" <email@hidden>)

  • Prev by Date: Re: Scripting Better Applescript support requests !
  • Next by Date: Re: Re tools !!!!
  • Previous by thread: Re: combine dialogbox
  • Next by thread: Re: combine dialogbox
  • Index(es):
    • Date
    • Thread