1. 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

    end

    i 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

  2. Cancelling an auction now requires a hardware event.