View Single Post
  #2  
Unread 09-11-2009, 06:18 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Not all of what you says makes sense but you can try this:

In _ProfitUI_SubclassDetector.xml find this:

Code:
<Textbox DynamicData="/GameData.Self.SubClass" Name="SC" OnChange="show_window Custom.ProfitUI_SubclassDetector
change to this:

Code:
<Text DynamicData="/GameData.Self.SubClass" Name="SC" OnTextChanged="show_window Custom.ProfitUI_SubclassDetector
Might help. Otherwise simply add

Code:
show_window Custom.ProfitUI_SubClassDetector
to the OnHoverIn of the Raid window. That's a bit messy but will work.

In ProfitUI the initalization is done by the control center which you probably did not copy over. Without that for cancel spellcast functionality you'd need to add CancelSpellcast="true" to the second line of the CuresCode.xml.
__________________
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