I have a notes client app that has EMPLOYEE’s Photos as IMAGE RESOURCES - so I can display these photos in VIEWS and accross the environment in Forms. Well, some user’s are getting the wrong photos - which might be a pleasant or unpleasant SURPRISE.
It can be corrected by removing the CACHE.ndk, removing the Bookmark and then re-adding the Bookmark.
WHAZZUP? ANy ideas…I like displaying the photos this way but not the SURPRISE part!
thanks…s
Subject: RE: WRONG IMAGE RESOURCE displays - what fun!
Interesting.
Design elements are cached based on their names. I don’t suppose you’re renaming these image resources so that the picture of Rita Walton has a different name today than it did yesterday, and Fred Green’s picture has the name Rita’s had?
Just how many of these images do you have, and how often do they change? You’re treating design elements as if they were data documents, and that makes me edgy.
Subject: RE: WRONG IMAGE RESOURCE displays - what fun!
The images are created with a unique Identifier which does not change. i.e. 727021.gif alias 727021.There are a bunch of them - about 1200.
thanks…s
Subject: RE: WRONG IMAGE RESOURCE displays - what fun!
Although there is nothing explicitly forbidding it, I would avoid using numbers as identifiers for design notes since there can be a conflict between your identifier and the NoteID of the element under some circumstances. If you need to use numbers, begin the identifier with at least one non-hex letter (something other than a-f/A-F) or make sure you never use the no-“.gif” alias.