Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Gotai
Forum: Released Compilations 03-14-11, 11:08 AM
Replies: 22
Views: 35,300
Posted By Gotai
I've just checked SVN, which I think hasn't had...

I've just checked SVN, which I think hasn't had any tooltip changes, and the tooltip is located at the bottom as it should be. Have you perhaps disabled caelPanels? The tooltip is anchored to the...
Forum: Released Compilations 02-18-11, 04:28 AM
Replies: 22
Views: 35,300
Posted By Gotai
@riccochet: Video settings as of yet are not...

@riccochet: Video settings as of yet are not handled by the system Jankly mentions, because Caellian sets the video options dependant on area. I have some school project to wrap up, but if I have...
Forum: oUF (Otravi Unit Frames) 04-30-09, 04:23 PM
Replies: 3
Views: 6,159
Posted By Gotai
You can use frame:HookScript("scripttype",...

You can use frame:HookScript("scripttype", function) to securely hook an already existing script:

self:HookScript("OnEnter", function(self, ...) self.Highlight:Show() end)
Forum: oUF (Otravi Unit Frames) 04-30-09, 08:29 AM
Replies: 9
Views: 7,160
Posted By Gotai
Of course it works, otherwise I wouldn't post it....

Of course it works, otherwise I wouldn't post it. ;)

local function SmoothBar(self, bar)
bar.SetValue_ = bar.SetValue
bar.SetValue = Smooth
end

When you set smoothing for a bar, this function is...
Forum: oUF (Otravi Unit Frames) 04-29-09, 07:39 PM
Replies: 9
Views: 7,160
Posted By Gotai
It's an issue with SmoothUpdate. I posted a fix...

It's an issue with SmoothUpdate. I posted a fix in the comments in the hope people would find it there: http://pastey.net/111986

If that doesn't fix it, please let me know, if possible with a way to...
Showing results 1 to 5 of 5