Forum: Lua/XML Help
05-14-22, 07:07 AM
|
Replies: 2
Views: 212
|
Forum: Lua/XML Help
05-09-22, 05:29 AM
|
Replies: 9
Views: 369
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: 369
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: 416
|
Forum: Lua/XML Help
05-03-22, 08:27 AM
|
Replies: 7
Views: 339
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: 311
|
Forum: AddOn Search/Requests
04-29-22, 04:25 PM
|
Replies: 5
Views: 311
|
Forum: General WoW Chat
04-19-22, 06:27 PM
|
Replies: 2
Views: 605
|
Forum: General WoW Chat
04-19-22, 11:16 AM
|
Replies: 2
Views: 605
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,192
'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,646
|
Forum: General Authoring Discussion
08-24-21, 11:02 PM
|
Replies: 1
Views: 1,026
|
Forum: AddOn Search/Requests
08-06-21, 03:36 AM
|
Replies: 1
Views: 1,071
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,314
|
Forum: Lua/XML Help
06-29-21, 08:54 PM
|
Replies: 3
Views: 945
|
Forum: Lua/XML Help
06-29-21, 04:21 PM
|
Replies: 3
Views: 945
|
Forum: Lua/XML Help
06-28-21, 08:07 PM
|
Replies: 1
Views: 931
|
Forum: Lua/XML Help
06-27-21, 04:37 AM
|
Replies: 2
Views: 932
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...
|
Forum: Lua/XML Help
06-26-21, 07:01 PM
|
Replies: 13
Views: 2,213
|
Forum: Lua/XML Help
06-26-21, 05:00 PM
|
Replies: 13
Views: 2,213
|
Forum: AddOn Search/Requests
06-25-21, 08:18 AM
|
Replies: 2
Views: 1,475
I'm not sure what you are asking exactly but...
I'm not sure what you are asking exactly but Blizzard has a lot of functionality outside of our control. If something has to be stored on their servers we won't be able to stop that.
By Ability...
|
Forum: Lua/XML Help
06-25-21, 05:42 AM
|
Replies: 13
Views: 2,213
But, seeing as you are attempting to deal with...
But, seeing as you are attempting to deal with custom bag management, you might want to take a look at some of the others out there as they may have added secure frame management in their code.
One...
|
Forum: Lua/XML Help
06-25-21, 05:40 AM
|
Replies: 13
Views: 2,213
|
Forum: Lua/XML Help
06-25-21, 03:05 AM
|
Replies: 13
Views: 2,213
|
Forum: AddOn Search/Requests
06-24-21, 06:10 AM
|
Replies: 2
Views: 1,218
Others may know for sure one way or another .....
Others may know for sure one way or another .. but I would suspect that it wouldn't be allowed as any action needs a hardware event .. so if you were to have that autoclicked it would mean clicking...
|