xboxscene.org forums

Author Topic: Icons  (Read 185 times)

xomp

  • Archived User
  • Jr. Member
  • *
  • Posts: 77
Icons
« on: January 21, 2005, 10:38:00 PM »

QUOTE
<Item Action="Format" Arg1="X" Icon="C:\fonts\dashboard\icons\fmm.png">Format X Drive</Item>


And here is the code I'm using to "try" and set the same Icon for "Format G":

QUOTE
<Item Action="Format" Arg1="G" "C:\fonts\dashboard\icons\fmm.png">>Format G Drive</Item>


Theoretically it should work as the "Format F" works as well as "Format G & E" with the same "fmm.png" icon but it's not sad.gif

No for the zinger... does anyone know how to fix this?

Thanks in Advance
Logged

Sigwood

  • Archived User
  • Jr. Member
  • *
  • Posts: 99
Icons
« Reply #1 on: January 22, 2005, 08:37:00 AM »

Well, I don't know if you noticed, but your code for the one that works looks like this:

<Item Action="Format" Arg1="X" Icon="C:\fonts\dashboard\icons\fmm.png">Format X Drive</Item>

But your code for the one that doesn't work looks like this:

<Item Action="Format" Arg1="G" "C:\fonts\dashboard\icons\fmm.png">>Format G Drive</Item>

Notice the difference?
Logged

xomp

  • Archived User
  • Jr. Member
  • *
  • Posts: 77
Icons
« Reply #2 on: January 22, 2005, 10:43:00 AM »

QUOTE(Sigwood @ Jan 22 2005, 12:08 PM)
Well, I don't know if you noticed, but your code for the one that works looks like this:
Logged

jonathan2007

  • Archived User
  • Hero Member
  • *
  • Posts: 575
Icons
« Reply #3 on: January 22, 2005, 08:08:00 PM »

QUOTE(xomp @ Jan 22 2005, 01:14 PM)
Yes, thanks for the help smile.gif However, I made the change and removed the duplicate ">" reuploaded the config.xml after deleting it from the xbox hard drive and rebooted to find that it still doesn't work sad.gif I've even tried doing the menu editor in UnleashX itself and it tells me it couldn't do it with an Error Code 0. sad.gif
Logged

xomp

  • Archived User
  • Jr. Member
  • *
  • Posts: 77
Icons
« Reply #4 on: January 23, 2005, 11:52:00 AM »

QUOTE(jonathan2007 @ Jan 22 2005, 11:39 PM)
Well you got part of the difference.  tongue.gif  But you are missing the "Icon=" part in the bottom tag.  wink.gif
Logged

Jezz_X

  • Archived User
  • Hero Member
  • *
  • Posts: 2893
Icons
« Reply #5 on: January 23, 2005, 12:52:00 PM »

QUOTE
<Item Action="Format" Arg1="G" "C:\fonts\dashboard\icons\fmm.png">>Format G Drive</Item>
Logged

jonathan2007

  • Archived User
  • Hero Member
  • *
  • Posts: 575
Icons
« Reply #6 on: January 23, 2005, 05:01:00 PM »

QUOTE(Jezz_X @ Jan 23 2005, 03:23 PM)
You got 2 >> after the part "C:\fonts\dashboard\icons\fmm.png"
Logged