To have the option to change the xbox4.xbx settings (visible, or not) in the Dash Configuration, search for this in config.xap/default.xip
CODE
function BuildMainList()
in that function look for
CODE
ClearText();
directly above ClearText(); add this
CODE
configList[i] = "Use Xbox4.xbx for Main Orb:";
configValues[i] = "c-Orb Style-xbox4";
configSelect[i] = "ToggleTF()";
i = i +1;
configValues[i] = "c-Orb Style-xbox4";
configSelect[i] = "ToggleTF()";
i = i +1;
now you make the xbox4.xbx visible or not from within the dash
haxjester
