| Updated: | 06-05-10 10:10 AM |
| Created: | unknown |
| Downloads: | 5,340 |
| Favorites: | 25 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
3.2.3 |
15kB |
hipjipp |
05-17-10 05:53 AM |
|
3.2.2 |
17kB |
hipjipp |
12-23-08 06:13 AM |
![]() |
Comment Options |
|
|
||
Code:
self.Castbar:SetPoint("TOPRIGHT", self, "BOTTOMRIGHT", 0, -25)
self.Castbar:SetPoint("TOPLEFT", self, "BOTTOMLEFT", 0, -25)
Code:
self.Castbar:SetPoint("BOTTOM", self, "TOP", 0, 50)
self.Castbar:SetWidth(230)
__________________
Roarcat will eat you! Roar! =) |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
First of all, thank you for the amazing layout ! I've just switched to oUF from pitbull and this is exactly what I wanted, and I have been tweaking the positions to fit my ui.
However, I do have a problem that I can't seem to be able to overcome. I want to change the castbar width. I've added a self.Castbar:SetWidth line under the height one, but the width of the bar does not change, no matter what value I imput. It is probably something silly that I have overlooked, so I could use a nudge in the right direction ![]() |
|
|
|
|
||
__________________
Roarcat will eat you! Roar! =) |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
after updating to oUF 1.3 im getting the following error:
Error occured in: Global Count: 1 Message: ..\AddOns\oUF_Kosken\core.lua line 492: attempt to call method 'RegisterSubTypeMapping' (a nil value) Debug: [C]: RegisterSubTypeMapping() oUF_Kosken\core.lua:492: in main chunk |
|
|
|
|
||
Getting an error with that code though: attempt to call method 'SetBackdrop' (a nil value) |
||
|
|
|
|
|||
Code:
self.Castbar.border = self.Castbar:CreateTexture(nil, "BORDER")
self.Castbar.border:SetAllPoints(self.Castbar)
self.Castbar.border:SetBackdrop{
bgFile = "Interface\\Tooltips\\UI-Tooltip-Background",
edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
tile = true, tileSize = 16, edgeSize = 16,
insets = {left = 4, right = 4, top = 4, bottom = 4},}
__________________
Roarcat will eat you! Roar! =) |
|||
|
|
|
|
|
|
Howdy.
I'm just wondering if you could fill me in on how to correctly add a border to the frames and casting bars? I've attempted myself using this code: Code:
local backdrop = {
bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", tile = true, tileSize = 16,
edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border", edgeSize = 16,
insets = {left = -1.5, right = -1.5, top = -1.5, bottom = -1.5},}
Any help would be greatly appreciated! |
|
|
|
|
|
||
|
Re: it can not show Chinese
__________________
Roarcat will eat you! Roar! =) |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 32
Uploads: 0
|
How can I do to show Chinese? It can not show Chinese now.
|
|
|
|
|
||
![]() |
||
|
|
|
|
||
__________________
Roarcat will eat you! Roar! =) |
||
|
|
|
|
|
|
Would be nice with some credit for my work though.
|
|
|
|
|
|
||
|
Re: Re: WotLK error
__________________
Life is short. They say it takes a minute to find a special person,an hour to appreciate them,a day to love them,but then an entire life to forget them. |
||
|
|
|
|
||
|
Re: WotLK error
__________________
Roarcat will eat you! Roar! =) |
||
|
|
![]() |