At 12:36 PM +0100 3/11/06, Emile Schwarz wrote:
Realize that there is something in the image file that needs to be
changed and do it,
Rename the original file to "Balloon - Left - wrong.png"
Save the new file into "Balloon - Left.png"
I'd expect the old image to be used. REALbasic stores references to
most external items on the Mac as aliases, not as paths. That means
that if you move or rename the file, it's still found. This is a
feature.
a. Do nothing: the old image is used.
Right.
b. Delete the entry from the Project pane: the old image is used.
What? If you delete the picture from your project, then no image at
all is used (and if you reference it, your project doesn't compile),
right?
c. Relocate the entry (Control-Click in the entry): the old image is used.
That one IS odd. I'd expect relocating to work.
Best,
- Joe
--
Joseph J. Strout
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>