No way to re-use - the data is stored in custom props and displayed in tables. The tables are constantly deleted and created as needed. If I did not do this, the program could easily wind up occupying gigabites of ram when it is running.
How does the program keep track of id counts? I would think it would be safe as a standalone. Surely a standalone which never saves stacks (all data stored externally) would not have the ability to keep a running track of its ids? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Gaskin Sent: Friday, August 26, 2005 3:01 PM To: How to use Revolution Subject: Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2 Lynch, Jonathan wrote: > My software creates and deletes tons of objects on the fly. > > I just looked at a new field's prop inspector, and its id was 97807 Watch out! Only 999,902,193 IDs left to go. :) I'm not sure what happens if the engine runs out of IDs. Mr. Waddingham, what's the word? Is there any way your software could reuse those objects? Is it necessary to do all that in a single stack? -- Richard Gaskin Fourth World Media Corporation __________________________________________________ Rev tools and more: http://www.fourthworld.com/rev _______________________________________________ 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 _______________________________________________ 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
