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

Re: Dialog Icons


  • Subject: Re: Dialog Icons
  • From: John Delacour <email@hidden>
  • Date: Sat, 3 May 2003 23:35:51 +0100
  • Mac-eudora-version: 6.0a16

At 5:07 pm -0400 3/5/03, John L. White wrote:

Are the only icons available in dialogs (as created by "display
dialog...") besides note, caution and stop icons (or numbers 0, 1 and
3)?

I noticed in an old email from this mailing list that somebody had
written (I paraphrased this a bit):

tell application "Eudora"
> ...
> set dd to display dialog ppt default answer "" with icon 1001

That would be me, surprise surprise. It's still possible with carbon apps what have cicn resources. Under OS 9 etc. you have a large range of Finder cicns.

It's no good adding cicn resources to the resource fork of cocoa apps, but there may be a way to do it.

Jere are a few things you can do in carbonized apps.


tell application "BBEdit 6.5"
display dialog "
Smile!" with icon 5001 buttons "Shan't ! }:o(" default button 1
end tell

tell application "BBEdit 6.5"
display dialog "
6.5" with icon 128 buttons "Oh" default button 1
end tell

tell application "Smile"
display dialog "
Script WHAT ??" with icon 128 buttons "Editor?" default button 1
end tell

etc
_______________________________________________
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.

  • Follow-Ups:
    • Re: Dialog Icons
      • From: "John C. Welch" <email@hidden>
References: 
 >Dialog Icons (From: "John L. White" <email@hidden>)

  • Prev by Date: Re: mac to unix path names
  • Next by Date: Re: Dialog Icons
  • Previous by thread: Dialog Icons
  • Next by thread: Re: Dialog Icons
  • Index(es):
    • Date
    • Thread