View Single Post
  #3  
Unread 09-11-2009, 07:13 AM
karlheinz karlheinz is offline
A Weald Wolf
 
Join Date: Dec 2007
Server: Antonia Bayle
Posts: 82
Default

Quote:
Originally Posted by gm9 View Post
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
works, TY

Although i must admit im still puzzled as to why the correct quickbuttons are loaded but not the currect cure spell names.
Quote:

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.
works as well, thanks again. so the raid window is now completely functional

Last edited by karlheinz : 09-11-2009 at 07:18 AM.
Reply With Quote