At 6:41 AM -0700 4/7/2002, Niklas "Almesj�" wrote: >The following error-message is displayed when I open a substack: > "Error description: insert: license limit exceeded >insert script of btn i of me into back > >It seems to be a button called revlibUrl that contains over 2000 lines of >code that generates the error, so the license-limit sure is exceeded but I >didn't know it applied to the the Rev-interface..?
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? You can check the current backscripts by clicking the "Backscripts" button in the message box - it shows you a list. Here are the backscripts inserted by the development environment: button "revDocsLibrary" button "revLibURL" button "revPrintBack" button "revCommon" button "revAnimationBack" button "revGeometryBack" button "revProfileBack" button "revBackScript" Anything not on this list is a backscript that one of your stacks has inserted. -- 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
