"Badge" in answer modal?

Richmond richmondmathewson at gmail.com
Sun Nov 18 13:27:58 EST 2012


On 11/18/2012 08:04 PM, Mark Schonewille wrote:
> Hi Richmond,
>   
> You need to set the gRevAppIcon and the gRevSmallAppIcon to an existing ID number of an image control. You can also use the commands answer error, answer information, answer question and answer warning.
>
> --
> Best regards,
>
> Mark Schonewille
>
>

So, I made a PNG image and imported it into the first card of my stack.

The Prefs palette told me the img ID was 5485.

In my openStack script I wrote this;

put 5485 into gRevAppIcon
put 5485 into gRevSmallAppIcon

with no joy . . .

BECAUSE what I had overlooked was to write this:

global gRevAppIcon

right before the other lines.

Thanks so much for your help.

Richmond.




More information about the use-livecode mailing list