I am wondering if it's possible to customize the image that appears in the dialogue box that appears when you use ask/answer commands. In the livecode dictionary it mentions creating an image (e.g. image id 8799) and putting that image id into the global variable gRevSmallAppIcon. This seemed like the thing I was looking for but I couldn't get it to work. So either I'm doing it completely wrong, or I am completely misunderstanding the purpose of this code.
Code: Select all
global gRevSmallAppIcon
put 8799 into gRevSmallAppIcon
Thank you,
Laurel