On Oct 1, 2005, at 4:25 PM, Frank Condello wrote:
...
if not mSprites.HasKey(name) then
src = GetPicture(name) <-------------- Errors here with "item
with same name" error
if src = nil then return nil
...
Remove PNG Utilities or rename the "GetPicture" method and it should
work. You've discovered a bug...
It looks like plugin module methods have global scope in Rb2005 when
they should be restricted to the module namespace. Please report this
if you can, or give me a day or so and I'll do it.
ah ha.
I'll probably defer to you to submit it Frank, since you have a handle
on what causes it better than I. I'll certainly sign on though.
Makes me glad I brought it up.
--
Troy
RPSystems, Ltd.
http://www.rpsystems.net
_______________________________________________
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>
|