Forum: Lua/XML Help
07-03-22, 06:41 PM
|
Replies: 4
Views: 113
One of the ways I recall handling this type of...
One of the ways I recall handling this type of recursive callback process in regular programming is to have a variable set when you start processing and then test for that for future calls.
So,...
|
Forum: AddOn Help/Support
06-23-22, 08:34 PM
|
Replies: 1
Views: 229
|
Forum: Tutorials & Other Helpful Info.
06-22-22, 07:08 PM
|
Replies: 8
Views: 359
|
Forum: Tutorials & Other Helpful Info.
06-22-22, 05:37 PM
|
Replies: 8
Views: 359
|
Forum: AddOn Search/Requests
06-21-22, 01:57 PM
|
Replies: 9
Views: 593
Have a look at it, and see if you can identify...
Have a look at it, and see if you can identify the part of the code that does the guild welcome message and then look at this page
https://wowpedia.fandom.com/wiki/API_SendChatMessage
to see how...
|
Forum: Tutorials & Other Helpful Info.
06-20-22, 08:52 PM
|
Replies: 8
Views: 359
Doesn't seem to be in Backdrop.lua - 9.1.5...
Doesn't seem to be in Backdrop.lua - 9.1.5 version here - https://github.com/Gethe/wow-ui-source/blob/live/Interface/SharedXML/Backdrop.lua
Nor in the GameTooltip.lua file from 9.2.5 -...
|
Forum: AddOn Search/Requests
06-20-22, 06:05 AM
|
Replies: 9
Views: 593
|
Forum: Lua/XML Help
05-14-22, 07:07 AM
|
Replies: 3
Views: 557
|
Forum: Lua/XML Help
05-09-22, 05:29 AM
|
Replies: 9
Views: 575
Oops .. it wasn't the loading order of...
Oops .. it wasn't the loading order of PLAYER_LOGIN and PLAYER_ENTERING_WORLD I was remembering but VARIABLES_LOADED. We used to use the last one in nUI and had intermittent issues so switched to...
|
Forum: Lua/XML Help
05-07-22, 04:58 PM
|
Replies: 9
Views: 575
I might be missing something obvious but .. is...
I might be missing something obvious but .. is there a chance that PLAYER_ENTERING_WORLD is triggering before PLAYER_LOGIN meaning that the .login and .reload flags don't get set until the reload, or...
|
Forum: Lua/XML Help
05-03-22, 12:57 PM
|
Replies: 3
Views: 668
|
Forum: Lua/XML Help
05-03-22, 08:27 AM
|
Replies: 7
Views: 517
What you can do is make sure you don't do any...
What you can do is make sure you don't do any work in addon 2 until addon 1 has loaded. You can check for the addon loading stage using ADDON_LOADED event.
The way I do it is to monitor for when...
|
Forum: AddOn Search/Requests
04-30-22, 07:07 AM
|
Replies: 5
Views: 499
|
Forum: AddOn Search/Requests
04-29-22, 04:25 PM
|
Replies: 5
Views: 499
|
Forum: General WoW Chat
04-19-22, 06:27 PM
|
Replies: 3
Views: 1,562
|
Forum: General WoW Chat
04-19-22, 11:16 AM
|
Replies: 3
Views: 1,562
Next Expansion : Dragonflight
Cinematic - https://www.youtube.com/watch?v=3ZtedjN1JXY
Info and Beta Sign Up - https://dragonflight.blizzard.com/en-us/
|
Forum: Lua/XML Help
01-31-22, 01:52 PM
|
Replies: 9
Views: 1,319
'help with some frames' doesn't really help...
'help with some frames' doesn't really help anyone see if they can help you.
Which frames are you needing help with ? Is it someone else's addon? Which one ? Is it a frame already in the game? ...
|
Forum: AddOn Help/Support
08-29-21, 03:11 PM
|
Replies: 10
Views: 1,833
|
Forum: General Authoring Discussion
08-24-21, 11:02 PM
|
Replies: 1
Views: 1,142
|
Forum: AddOn Search/Requests
08-06-21, 03:36 AM
|
Replies: 1
Views: 1,186
Have you tried this one...
Have you tried this one ?
https://www.wowinterface.com/downloads/info23921-GSEAdvancedMacroCompiler.html
https://www.wowinterface.com/downloads/info25155-GSEAdvancedMacroCompiler-Classic.html
I...
|
Forum: Lua/XML Help
07-18-21, 06:01 AM
|
Replies: 3
Views: 1,419
|
Forum: Lua/XML Help
06-29-21, 08:54 PM
|
Replies: 3
Views: 1,027
|
Forum: Lua/XML Help
06-29-21, 04:21 PM
|
Replies: 3
Views: 1,027
|
Forum: Lua/XML Help
06-28-21, 08:07 PM
|
Replies: 1
Views: 1,028
|
Forum: Lua/XML Help
06-27-21, 04:37 AM
|
Replies: 2
Views: 1,029
It looks like its a Tooltip frame.
I'm not...
It looks like its a Tooltip frame.
I'm not sure if tooltips can be shown permanently, but the blizzard code for the minimap buttons in question should show how the tooltip is filled with its...
|