QUOTE(t1x2irc2 @ Nov 18 2005, 06:53 PM)
this is how i'd do it
default.xip/settings.xap
CODE
function StartSettingsMenu()
{
var c = theSettingsMenu.children[0].children[0];
if((strCurMenu == "SETTINGS") & (strPrevMenu == "SETTINGS"))
{
nCurSettingsMenuItem = 0;
nNumSettingsMenuItems = 6; <--subtract 1
nCurSettingsMenuButton = 0;
nSettingsScroll = 0;
}
var sSettingsMenu = new Array(7); <-- subtract 1
var index = 0;
sSettingsMenu[index] = theTranslator.Translate("FILE MANAGER"); <--rem
index = index + 1; <--rem
if you want to keep the menu option and still need access... you could try to add a password snippit ....remember kids are smart and if i was you id leave out any app that has a file manager..
thanx that make sure he cant mess it up, if i do need file access i'll just run something from disc.