Re: Adding Icons to Scripts
Re: Adding Icons to Scripts
- Subject: Re: Adding Icons to Scripts
- From: JJ <email@hidden>
- Date: Fri, 08 Jun 2001 16:57:47 +0200
>
Is there a way to create and add different icons to be used in the
>
following:
>
>
display dialog "Hi" buttons {"Overwrite", "Cancel"} default button 1 with
>
icon 2
--
It's so easy.
Just make a "cicn" resource using ResEdit or Resorcerer and...
tell me to display dialog "Hi" with icon 2
-- tell me is more secure
-- icon 2 is more secure, too, using an
-- unique id icon, but you can use every id number
* If you're going to embed icons using dialog director environment, you'll
need both resources "icl8" & "ICN#" (with the same id), but not "cicn".
JJ