Dave wrote:
1. If you set the alwaysBuffer flag of the templateImage to false the memory leak goes away in the IDE. It also slows down a bit, is this to be expected?
No. But I noticed that you are setting the property inside the repeat loop, which might add some time. It only has to be set once, so you could do it outside the loop.
-- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
