Page 1 of 1

UnleashX XML Help Needed

Posted: Thu Sep 15, 2005 2:43 pm
by voodoo721
I want to make it so when someone clicks on an option, it changes their LEDColor to Red, but I cant get it to work. I have tried everything. Here is what i tried:

Code: Select all

<Item Action="LEDColor" Arg1="Red">Red</item>
Doesnt work because LEDColor isn't an Item Action code.

Code: Select all

<List Text="Red">
<LEDColor>Red</LEDColor>
</list>
Didnt work

Code: Select all

<List Text="Red">
<Settings>
<Preference>
<LEDColor>Red</LEDColor>
</Preference>
</Setting>
I tried this because in the beginning the LEDColor tag is inthe preferences, in the settings, and that changed the color. Didnt work

Basically everything else i tried didnt work either. Any one out there that can help me? Please?[/code]

Posted: Thu Sep 15, 2005 2:53 pm
by MrChief
Mb... adding a hex code?

Posted: Thu Sep 15, 2005 3:07 pm
by voodoo721
? like what?

Re: UnleashX XML Help Needed

Posted: Thu Sep 15, 2005 8:23 pm
by Ketchup_Bomb
voodoo721 wrote:I want to make it so when someone clicks on an option, it changes their LEDColor to Red
That doesn't make sense.. you just want to change the led color? Or what? s0y = confused.

Posted: Fri Sep 16, 2005 11:07 am
by voodoo721
yes. When they click on Red, the LED light on the front of xbox will change to that red. Is that possible? and how? :?

Posted: Fri Sep 16, 2005 6:44 pm
by Ketchup_Bomb
Yes it is possible.. but I don't know UnleashX supports it til save > restart.
Change it, then save, then restart. Try that.

Posted: Fri Sep 16, 2005 7:45 pm
by voodoo721
but what code should i use?