At 8:36 AM -0700 4/7/2002, Dar Scott wrote: >> It looks like the limit that's being exceeded isn't the one on >> number of >> statements in a script being compiled, but the one on the number of >> backscripts (up to ten, if I remember correctly). The environment uses >> eight of those slots. Does the substack you're opening insert more >> than two scripts into the back? > >That the environment uses limitation resources is understandable >given the nature of Revolution. Yet, I think many people will be >surprised. > >... >> button "revDocsLibrary" >> button "revLibURL" >> button "revPrintBack" >> button "revCommon" >> button "revAnimationBack" >> button "revGeometryBack" >> button "revProfileBack" >> button "revBackScript" > >Can any of these be safely removed? Moved to the front? > >Is there a similar consuming of "stacks in use"?
The development environment uses only one frontScript, and no stacks in use. (You can see all this in the message box panels for "front scripts", "back scripts", and "stacks in use" - make sure to check the "Show Revolution UI" checkboxes.) You can see fairly easily what the back scripts do by their names. The "revDocsLibrary" script holds documentation utilities, and could be removed if you're not using the docs at all. Most of the rest are the scripts needed for the Revolution custom libraries. The "revPrintBack" script holds handlers needed for printing, and could be removed if you're not doing any printing; and so on. Of course, removing any of them may buy you a script error if you forget - for example, if you choose the Print Field menu item when you don't have the Printing library available - so it's not recommended to do so. Even if you're using the Starter Kit, the limits allow for two additional backscripts and up to nine additional frontscripts. And of course if you have any of the paid-for licenses, there is no limit on the number of backscripts you can insert. -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] Runtime Revolution Limited - The Solution for Software Development http://www.runrev.com/ _______________________________________________ improve-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/improve-revolution
