Subj : Re: recursion errors
To : Rastus
From : Rastus
Date : Mon Dec 30 2013 04:05 pm
When using 'load' to load the menus they exit back to the Main Menu. I wish
them to return to the calling menu. This the exit command that was used by
default:
case EXIT_MENU:
continueOn = false;
break;
I want to make sure that I'm exiting the menu properly as to not create a
new recursion issue.. or a memory hole...
I'm not a JS programmer and can only tinker with scripts using examples..
I've read the jsobs docs and much the comments have the reader examine other
js files for examples.. this is great for other programmers.. I often get
lost in the code.. sometimes I find what I'm looking for and sometimes I
only think I'm looking in the right place if I'm looking in the right place
at all..