Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: stako
Forum: News 04-30-21, 07:59 PM
Replies: 43
Views: 66,489
Posted By stako
My info was submitted on the 14th & I just got...

My info was submitted on the 14th & I just got beta access today.

Thank you!
Forum: AddOn Help/Support 04-16-20, 05:49 PM
Replies: 14
Views: 15,273
Posted By stako
I can replicate the Lua error with nearly any...

I can replicate the Lua error with nearly any single addon loaded by itself. Some that I tested with: Details, Skada, sArena, BigDebuffs, OmniBar.

Make sure personal resource display is enabled & is...
Forum: Lua/XML Help 10-04-18, 01:33 PM
Replies: 1
Views: 1,624
Posted By stako
Unit Existence: UnitExists vs UnitGUID

Having a look at the Blizzard_ArenaUI addon, there's a line to check for the existence of a unit:
if ( UnitGUID(self.unit) ) then --Use UnitGUID instead of UnitExists in case the unit is a remote...
Forum: Lua/XML Help 08-23-17, 03:52 PM
Replies: 4
Views: 2,052
Posted By stako
Thank you very much! Also hadn't even thought...

Thank you very much!

Also hadn't even thought about GetPoint() needing an argument. I think I can use GetCenter() instead.
Forum: Lua/XML Help 08-20-17, 07:37 PM
Replies: 4
Views: 2,052
Posted By stako
Function to setup dragging & save the vars

Hello,

I'm sure everybody is familiar with making a frame movable and saving its position by doing something like this:

frame:SetScript("OnMouseDown", function()
if not frame.isMoving...
Forum: Lua/XML Help 11-14-11, 11:02 PM
Replies: 2
Views: 4,913
Posted By stako
Draggable frames maintaining relative frames?

So's I've created a little cooldown icon for each of the blizzard default arena unitframes. It tracks the cooldown of each player's PVP trinket. By default I have the trinket icon sitting a little...
Forum: Lua/XML Help 05-01-11, 06:22 PM
Replies: 11
Views: 13,703
Posted By stako
Bumping because GetBindingText is protected now....

Bumping because GetBindingText is protected now. Can't figure out what to do.

Edit: Secure hook ActionButton_UpdateHotkeys and do something like this:

local function styleHotKeys(self,...
Forum: Lua/XML Help 03-18-11, 12:29 PM
Replies: 11
Views: 13,703
Posted By stako
Changing hotkey text

So, here's what I have:
http://localhostr.com/file/ed2DjOq/have.jpg

And here's what I want:
http://localhostr.com/file/xzIJ8Ru/want.jpg

Notice the mousewheel hotkey text. Looks much prettier in the...
Forum: oUF (Otravi Unit Frames) 05-31-09, 03:35 PM
Replies: 327
Views: 158,646
Posted By stako
Is it possible to set a tag for hp/power to have...

Is it possible to set a tag for hp/power to have frequentUpdates now? If so, how do I do it?
Forum: oUF (Otravi Unit Frames) 02-25-09, 06:06 PM
Replies: 327
Views: 158,646
Posted By stako
Do you think that is perhaps a viable feature...

Do you think that is perhaps a viable feature request?
Forum: oUF (Otravi Unit Frames) 02-25-09, 04:57 PM
Replies: 327
Views: 158,646
Posted By stako
Is there a way that I can put oUF in a sort of...

Is there a way that I can put oUF in a sort of testing mode like you see in this screenshot?:

http://deponie.org/wow/WoWScrnShot_021409_002357.jpg
Showing results 1 to 11 of 11