comparison KBF.xml @ 66:6f1457157688

do less in on update, strata-based workaround for the SAH bug with failing to hide aura buttons
author Chris Mellon <arkanes@gmail.com>
date Tue, 28 Feb 2012 13:44:48 -0600
parents e19d0380b9f3
children
comparison
equal deleted inserted replaced
65:e19d0380b9f3 66:6f1457157688
1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
2 ..\FrameXML\UI.xsd"> 2 ..\FrameXML\UI.xsd">
3 <!-- A button template for unit aura buttons --> 3 <!-- A button template for unit aura buttons -->
4 <Button name="KBFSecureUnitAuraTemplate" inherits="SecureActionButtonTemplate" virtual="true"> 4 <Button name="KBFSecureUnitAuraTemplate" inherits="SecureActionButtonTemplate" virtual="true" frameStrata="MEDIUM">
5 <Attributes> 5 <Attributes>
6 <Attribute name="type" value="cancelaura" /> 6 <Attribute name="type" value="cancelaura" />
7 <Attribute name="toggleForVehicle" value="true" /> 7 <Attribute name="toggleForVehicle" value="true" />
8 <Attribute name="unit" value="player" /> 8 <Attribute name="unit" value="player" />
9 </Attributes> 9 </Attributes>
18 GameTooltip:Hide(); 18 GameTooltip:Hide();
19 </OnLeave> 19 </OnLeave>
20 </Scripts> 20 </Scripts>
21 </Button> 21 </Button>
22 22
23 <Button name="KBFSecureWeaponEnchantTemplate" inherits="SecureActionButtonTemplate" virtual="true"> 23 <Button name="KBFSecureWeaponEnchantTemplate" inherits="SecureActionButtonTemplate" virtual="true" frameStrata="HIGH">
24 <Attributes> 24 <Attributes>
25 <Attribute name="type" value="cancelaura" /> 25 <Attribute name="type" value="cancelaura" />
26 <Attribute name="toggleForVehicle" value="true" /> 26 <Attribute name="toggleForVehicle" value="true" />
27 <Attribute name="unit" value="player" /> 27 <Attribute name="unit" value="player" />
28 </Attributes> 28 </Attributes>
37 GameTooltip:Hide(); 37 GameTooltip:Hide();
38 </OnLeave> 38 </OnLeave>
39 </Scripts> 39 </Scripts>
40 </Button> 40 </Button>
41 41
42 <Button name="KBFConsolidatedProxyTemplate" inherits="" virtual="true"> 42 <Button name="KBFConsolidatedProxyTemplate" inherits="" virtual="true" frameStrata="HIGH">
43 <Attributes> 43 <Attributes>
44 <Attribute name="type" value="cancelaura" /> 44 <Attribute name="type" value="cancelaura" />
45 <Attribute name="toggleForVehicle" value="true" /> 45 <Attribute name="toggleForVehicle" value="true" />
46 <Attribute name="unit" value="player" /> 46 <Attribute name="unit" value="player" />
47 </Attributes> 47 </Attributes>