Forum: Lua/XML Help
12-12-21, 11:06 AM
|
Replies: 6
Views: 1,017
|
Forum: Lua/XML Help
12-12-21, 07:38 AM
|
Replies: 6
Views: 1,017
OK, thanks everybody, addon works...
OK, thanks everybody, addon works correctly.
ST_Tooltip=CreateFrame("GameTooltip", "ST_Tooltip", UIParent, "GameTooltipTemplate");
ST_Tooltip:SetOwner(UIParent,...
|
Forum: Lua/XML Help
12-11-21, 03:40 PM
|
Replies: 6
Views: 1,017
|
Forum: Lua/XML Help
12-11-21, 03:06 PM
|
Replies: 6
Views: 1,017
CreateFrame - frameType: GameTooltip
What's wrong with the code below?
CreateFrame("GameTooltip", "ST_Tooltip", UIParent, "GameTooltipTemplate");
ST_Tooltip:ClearAllPoints();
ST_Tooltip:SetPoint("CENTER", UIParent, "CENTER", 0,...
|
Forum: AddOn Help/Support
02-16-21, 05:33 AM
|
Replies: 2
Views: 1,685
|
Forum: AddOn Help/Support
02-15-21, 09:00 AM
|
Replies: 2
Views: 1,685
PlayerChoiceFrame
How to get to text on boards? I can see that these are enumeric variables.
PlayerChoiceFrame.Option1.OptionText.HTML.8b258570
https://panel.wowpopolsku.pl/img/WoWScrnShot_021521_153725.jpg
|
Forum: General Authoring Discussion
02-05-21, 07:55 AM
|
Replies: 5
Views: 2,495
|
Forum: General Authoring Discussion
01-31-21, 04:14 AM
|
Replies: 5
Views: 2,495
NPE_PointerFrame
Hello, how to detect the opening of a NPE_PointerFrame window?
Normally, the object NPE_PointerFrame or NPE_PointerFrame_1 is not available (nil).
NPE_PointerFrame:HookScript("OnShow", MyFunction)...
|
Forum: AddOn Help/Support
01-29-21, 06:53 AM
|
Replies: 2
Views: 1,849
|
Forum: AddOn Help/Support
01-28-21, 03:07 PM
|
Replies: 2
Views: 1,849
GameTooltip:GetSpell()
The function OnTooltipSetSpell is fired on spell and talent tooltip.
How to recognize if it is spell or talent?
GameTooltip:HookScript("OnTooltipSetSpell", function(self)
local spellName,...
|
Forum: AddOn Help/Support
01-25-21, 09:17 AM
|
Replies: 7
Views: 2,727
|
Forum: AddOn Help/Support
01-24-21, 03:44 PM
|
Replies: 7
Views: 2,727
string.gsub() and regular expression
I need to get text without a comma in numbers using string.gsub() function:
local text = "The number 45,678 is big, but 1,234 is small."
text = string.gsub(text, "[0-9],[0-9]", "???")
print...
|
Forum: AddOn Help/Support
01-15-21, 07:38 AM
|
Replies: 17
Views: 9,872
And the last problem in this...
And the last problem in this objects:
http://panel.wowpopolsku.pl/img/objective6.jpg
Section: Bonus Objectives - how to get to them?
|
Forum: AddOn Help/Support
01-06-21, 06:48 AM
|
Replies: 17
Views: 9,872
|
Forum: AddOn Help/Support
01-03-21, 10:26 AM
|
Replies: 17
Views: 9,872
|
Forum: AddOn Help/Support
01-03-21, 07:26 AM
|
Replies: 17
Views: 9,872
|
Forum: AddOn Help/Support
01-02-21, 02:24 PM
|
Replies: 17
Views: 9,872
|
Forum: AddOn Help/Support
01-02-21, 08:12 AM
|
Replies: 17
Views: 9,872
|
Forum: AddOn Help/Support
01-01-21, 09:49 AM
|
Replies: 17
Views: 9,872
|
Forum: AddOn Help/Support
12-30-20, 04:43 AM
|
Replies: 17
Views: 9,872
|
Forum: AddOn Help/Support
12-29-20, 02:25 PM
|
Replies: 17
Views: 9,872
|
Forum: AddOn Help/Support
12-29-20, 01:34 PM
|
Replies: 17
Views: 9,872
10 children, nothing...
10 children, nothing special:
nil
QuestInfoRewardsFrameQuestInfoItem1
QuestInfoMoneyFrame
QuestInfoSkillPointFrame
QuestInfoXPFrame
nil
nil
QuestInfoPlayerTitleFrame
|
Forum: AddOn Help/Support
12-29-20, 04:40 AM
|
Replies: 17
Views: 9,872
|
Forum: PTR General Discussion
10-16-20, 10:26 AM
|
Replies: 2
Views: 14,676
|
Forum: PTR General Discussion
08-19-20, 12:07 AM
|
Replies: 2
Views: 14,676
Bubbles in 9.0.1
I have a function fired on event CHAT_MSG_MONSTER_SAY - ChatFrame_AddMessageEventFilter("CHAT_MSG_MONSTER_SAY", ChatFilter) :
local function BB_bubblizeText()
for i = 1,...
|