Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Kalamir
Forum: Lua/XML Help 09-05-16, 07:57 PM
Replies: 3
Views: 1,125
Posted By Kalamir
function WorldMap_ToggleSizeUp()...

function WorldMap_ToggleSizeUp() SetCVar("miniWorldMap", 1) end

Got it working with this code. Without setting the CVar in the function the map wouldn't close with a keyboard press. Everything seems...
Forum: Lua/XML Help 09-05-16, 07:51 PM
Replies: 3
Views: 1,125
Posted By Kalamir
I feel like this should be really easy so let me...

I feel like this should be really easy so let me clarify what I want. When I open "WorldMapFrame.xml" I can see that the "WorldMapFrameSizeUpButton" calls a function "WorldMapFrame_ToggleWindowSize"...
Forum: Lua/XML Help 09-05-16, 03:36 PM
Replies: 3
Views: 1,125
Posted By Kalamir
Prevent Worldmap Toggle

I run my worldmap in "small" mode and often when I go to close it I accidentally toggle it into "large" mode which then blinds me from the game world. How can I disable the button to enlarge the...
Forum: AddOn Help/Support 10-06-15, 10:57 PM
Replies: 6
Views: 4,139
Posted By Kalamir
function Arena_LoadUI() end; Seems like that did...

function Arena_LoadUI() end;

Seems like that did the trick, thanks to all who contributed to my education today!
Forum: AddOn Help/Support 10-06-15, 04:16 PM
Replies: 6
Views: 4,139
Posted By Kalamir
DisableAddOn("Blizzard_ArenaUI"); That's what I...

DisableAddOn("Blizzard_ArenaUI");

That's what I put in my basic addon to turn things off. It works but triggers the error frame.

That FrameStack function is pretty slick. Here is what it revealed...
Forum: AddOn Help/Support 10-06-15, 03:09 PM
Replies: 6
Views: 4,139
Posted By Kalamir
What Frame Is This?

Hello, I'm bad at this but slowly learning.

What frame is this so I can disable it from showing?

http://i.imgur.com/hPMGrOu.png

Thanks for your time.
Showing results 1 to 6 of 6