View Single Post
06-22-10, 07:29 PM   #14
Raesoth
OmNomNom's Pet
 
Raesoth's Avatar
Premium Member
Join Date: Jan 2008
Posts: 35
Guess its time to get my hands dirty and mess with the code

Wish I could get over this mental block that lua isn't that hard . uh-huh ..

Let ya know how things go...

And Nope ... getting better but my left side is still broke but down to 1 error now

Message: Interface\AddOns\nUI\Integration\nUI_ChatFrame.lua:358: attempt to index local 'bottom' (a nil value)
Time: 06/22/10 19:39:49
Count: 1
Stack: Interface\AddOns\nUI\Integration\nUI_ChatFrame.lua:358: in function `applyScale'
Interface\AddOns\nUI\Integration\nUI_ChatFrame.lua:496: in function `applyOptions'
Interface\AddOns\nUI\Integration\nUI_ChatFrame.lua:600: in function `configFrame'
Interface\AddOns\nUI\Integration\nUI_ChatFrame.lua:126: in function <Interface\AddOns\nUI\Integration\nUI_ChatFrame.lua:112>

Locals: scale = 1
options = <table> {
strata = "BACKGROUND"
btn_size = 45
scale = 1
width = 585
fontsize = 11
height = 290
level = 3
btn_gap = -8
background = <table> {
}
}
anchor = nil
scale = 1
width = 438.75002261537
height = 206.62501994545
fontsize = 7.8375007565517
btn_hSize = 33.750001739644
btn_vSize = 32.062503094984
(for index) = 1
(for limit) = 10
(for step) = 1
i = 1
bottom = nil
down = nil
up = nil
(*temporary) = "ChatFrame1UpButton"
(*temporary) = nil
(*temporary) = "UpButton"
(*temporary) = 149.99999648557
(*temporary) = 1
(*temporary) = 0
(*temporary) = 1
(*temporary) = nil
(*temporary) = "attempt to index local 'bottom' (a nil value)"
frame = nUI_ChatFrame {
applyOptions = <function> defined @Interface\AddOns\nUI\Integration\nUI_ChatFrame.lua:460
options = <table> {
}
0 = <userdata>
scale = 1
width = 438.75002261537
configFrame = <function> defined @Interface\AddOns\nUI\Integration\nUI_ChatFrame.lua:504
applyScale = <function> defined @Interface\AddOns\nUI\Integration\nUI_ChatFrame.lua:287
height = 206.62501994545
btn_vSize = 32.062503094984
btn_hSize = 33.750001739644
applyAnchor = <function> defined @Interface\AddOns\nUI\Integration\nUI_ChatFrame.lua:421
__________________


Last edited by Raesoth : 06-22-10 at 07:41 PM.