View Single Post
02-02-15, 02:16 PM   #9
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Lombra View Post
I don't believe you can do binding labels in any other way, either.
Yes, you can. See for example Bartender4's Bindings.xml file:
Code:
	<Binding name="CLICK BT4Button1:LeftButton" header="BT4BLANK1" category="Bartender4 "/>
	<Binding name="CLICK BT4Button2:LeftButton" category="Bartender4 "/>
	<Binding name="CLICK BT4Button3:LeftButton" category="Bartender4 "/>
	<Binding name="CLICK BT4Button4:LeftButton" category="Bartender4 "/>
	<Binding name="CLICK BT4Button5:LeftButton" category="Bartender4 "/>
	<Binding name="CLICK BT4Button6:LeftButton" category="Bartender4 "/>
However:

Originally Posted by Lombra View Post
None of the code you posted should taint anything.
This. Post the rest of your code. Also, the taint log is written in realtime, and gets wiped on /reload. Just open it and start looking as soon as you get the "action blocked" error, without reloading.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote