Icons in dialogs on Win 7

Ken Corey ken at kencorey.com
Wed Jan 25 15:24:40 EST 2012


On 25/01/2012 20:12, Klaus on-rev wrote:
>> Hi friends,
>>
>> I noticed that on Windows 7 there are no icons in the ASK and ANSWER dialogs!
>> GLOBAL gRevAppIcon has been set and works on the Mac!)
>>
>> Is that correct behaviour?
>>
>> Thanks in advance!
>
> no Windows 7 user who can at least confirm this?
> C'mon :-)

Windows 7 64 bit:

on mouseUp
    ask information "Is this the one"
    ask question "Is this the one"
    ask error "Is this the one"
    ask warning "Is this the one"
    answer information "Is this the one"
    answer question "Is this the one"
    answer error "Is this the one"
    answer warning "Is this the one"
end mouseUp

That makes icons happen on all 4.

-Ken




More information about the use-livecode mailing list