WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   Did tabs change? (https://www.wowinterface.com/forums/showthread.php?t=18573)

seebs 10-14-08 11:54 PM

Did tabs change?
 
I have a UI (Chatterbox) which uses tabs. Or used to. Now it doesn't seem to work, but I'm not getting any FrameXML errors or other diagnostics I can comprehend.

I get an error message on load, now, which says that UIPanelTemplates.lua, line 32, has "Attempt to index local "tab" (a number value)". Making me think that the way tabs are stored or indexed has changed... But I see nothing in Iriel's threads on the WoW UI forum.

seebs 10-15-08 12:02 AM

Quote:

Originally Posted by seebs (Post 104397)
I have a UI (Chatterbox) which uses tabs. Or used to. Now it doesn't seem to work, but I'm not getting any FrameXML errors or other diagnostics I can comprehend.

I get an error message on load, now, which says that UIPanelTemplates.lua, line 32, has "Attempt to index local "tab" (a number value)". Making me think that the way tabs are stored or indexed has changed... But I see nothing in Iriel's threads on the WoW UI forum.

Answering my own question: Yes.

PanelTemplates_TabResize(padding, tab) is now PanelTemplates_TabResize(tab, padding). Something similar seems to have happened somewhere in my scrolling lists.

Kunstbanause 01-13-09 09:05 PM

Your right!
was:
FauxScrollFrame_OnVerticalScroll(n, MyModScrollBar_Update);

now is:
FauxScrollFrame_OnVerticalScroll(self, offset, n, MyModScrollBar_Update);


All times are GMT -6. The time now is 03:13 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI