• 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: XCode menu scripts question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode menu scripts question


  • Subject: Re: XCode menu scripts question
  • From: daniel <email@hidden>
  • Date: Fri, 4 Feb 2005 00:27:33 -0800

You could use AppleScript:

#!/usr/bin/perl
my $dialogAnswer = `osascript << EOT
tell application "Xcode"
return text returned of (display dialog "Enter text" default answer "input")
end tell
end
EOT`;
print $dialogAnswer . "\n";


On Feb 3, 2005, at 1:20 PM, Tommy Nordgren wrote:

Is it possible for a perl script associated with a XCode menu item to display a dialog asking for some input?

"Home is not where you are born, but where your heart finds peace" -
Tommy Nordgren, "The dying old crone"

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
sweater.com


This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: XCode menu scripts question
      • From: David Ewing <email@hidden>
References: 
 >XCode menu scripts question (From: Tommy Nordgren <email@hidden>)

  • Prev by Date: Re: GDB error
  • Next by Date: Re: Shark
  • Previous by thread: XCode menu scripts question
  • Next by thread: Re: XCode menu scripts question
  • Index(es):
    • Date
    • Thread