I've got a question - built up this entire app that really uses external images as requested by the user. I've been:
temp = new(#bitmap) temp.name = requested image's name temp.filenam = path to file Just fine, cept since there's so many to do, I'm afraid that there might be a memory overhead as these are done. Is it better to have a fake image that I copy and link that one rather than create a new bitmap for each one? Or is there just a way -- is it importfileinto- to bring an image into the cast without having a fake bitmap there first? [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
