-
Posted by Andy_0709 on Tue, 05 Jan 2010 19:22:26
hi,
i got a big problem! the last month my addon worked perfectly, but now the same thing isnt working any more.
my problem:
example 1: (not working) for h=1, GetNumAuctionItems("owner") do if(select(1, GetAuctionItemInfo("owner", h)) == glypheName) then
CancelAuction(1);
end end
example 2: (working) function TitanPanelLootTypeButton_OnClick(self, button) if button == "LeftButton" then CancelAuction(1); end
endi get "Interface action failed bacause of an Addon" in example 1
WHY isn't it working when surrounded by a foreach? -isn't it still the same???
greetz Andy
-
Posted by jnwhiteh on Tue, 05 Jan 2010 20:30:21
Cancelling an auction now requires a hardware event.