View Single Post
  #67  
Unread 04-02-2005, 11:24 PM
Spydie Spydie is offline
A Crazed Gnoll
 
Join Date: Feb 2005
Server: Befallen
Posts: 22
Default

Quote:
Originally Posted by Zonx
Open eq2ui_persona.xml in Notepad. On the first line, replace
Code:
OnShow="
with
Code:
Visible="false" OnShow="

nope didn't work, still showin up even after I edit that....

only one
Code:
OnShow="
what i found was
Code:
OnShow="MainPage.VolumePage.CoinPage.SizeB.Activated=true
and changed to
Code:
Visible="false" OnShow="MainPage.VolumePage.CoinPage.SizeB.Activated=true
should I change to
Code:
OnShow="MainPage.VolumePage.CoinPage.SizeB.Activated=false
Reply With Quote