Page 1 of 1

something wrong with gRevAppIcon

Posted: Tue Dec 15, 2009 3:31 am
by greggarcia
ok fellows it look like the system want to practice my english jeje, did not save the topic. The point is that i cread an application using only 6 cards the last card i just used to hold the images. i followed the dictionary about gRevAppIcon as:
global gRevAppIcon
put "1064" into gRevAppIcon ----"1064" is my mu image logo

it worked fine the first time i used, today with no chages in the program the answer dialog show "update now" instead my iconlogo

Do you have any idea about this? i am using REV 4.0 fo MAC.

Best regards
greg

Re: something wrong with gRevAppIcon

Posted: Wed Dec 16, 2009 9:40 am
by ale870
Check if you putted images like a control and not like a reference (reference instead of copy).
Maybe you moved or deleted original icon file, and now RunRev cannot find it any more.

FILE->Import as control
FILE->New referenced control

Cheers!