On 1-Oct-05, at 11:33 AM, Troy Rollins wrote:
On Oct 1, 2005, at 12:35 AM, Joseph J. Strout wrote:
Now... should I be able to just load it up and compile?
Yep, works for me in 2005r3. What version of REALbasic are you
using? And do you have any plugins installed?
The latest beta. My r3 kept unregistering. No plugins other than
Frank's PNGutilities.
In the getSprite method of the Files module...
...
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.
Frank.
–––––––––––––––––––––––––––––––––
Open Source RB Goodies and Shareware
<http://developer.chaoticbox.com/>
<http://www.chaoticbox.com/>
–––––––––––––––––––––––––––––––––
_______________________________________________
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>
|