View Single Post
  #7  
Unread 02-08-2009, 05:28 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

You need to test in game. You can use /loadui <uiname> to reload the UI, but this breaks some UI elements (and sometimes crashes the client). You can /quit <charname> to quickly reload your char, which fixes most things but not all. Then there is /refreshuidata which fixes yet some other things but still not all. So it's always good to double check once in a while or when you hit a roadblock by exiting the client completely.

The class name can be taken e.g. from a text element to which you apply the respective data element: DynamicData="/GameData.Self.Class"

Then you can take that and apply it to an image style. E.g. to quote from my persona window:
OnShow="MainPage.ClassBackdrop.Style=&quot;/ProfitUI_Styles.ClassBackdrops.&quot; ## (Parent.Parent.Custom.ProfitUI_SubclassDetector.Subclass)"
Regarding the paperdoll I don't know, probably something else is covering it up in your window? It should work fine.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote