User talk:Xestrix70122

From Warcraft Wiki
Jump to navigation Jump to search

Please leave a message on my talk page if I can help with anything! -- Kaydeethree (Talk) 2009-04-15T08:59:15


API requiring hardware events (Re: SetCurrentTitle)

The problem stems from the fact that the word "protected" has annoyingly many meanings in an API context. For that particular function, it does not refer to secure/insecure code -- rather, it may only be called in response to a hardware event, such as the user pressing a key or clicking a button (several other functions, mostly related to user confirmation of various important actions, work this way too). The way to test this is something akin to the following:

local f = CreateFrame("Frame");
f:SetScript("OnUpdate", function()
 SetCurrentTitle(44); -- Flame Warden
end);

and verify that your title is not actually changed. -- foxlit (talk) 00:47, December 13, 2009 (UTC)

I see now, I hadn't noticed the hw at the end of the tag, was just hopping between notifications, thanks! -- XestrixSig.png Xestrix (talk|contrib) 01:19, December 13, 2009 (UTC)

Your opinion is desired

Hey, we're pretty much settled on leaving Wikia, but I wanted to see if you had any input. Thanks. --Pcj (TDrop me a line!C207,729 contributions and counting) 02:13, October 10, 2010 (UTC)