Thread Tools Display Modes
10-14-08, 11:54 PM   #1
seebs
Premium Member
Premium Member
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 155
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.
  Reply With Quote
10-15-08, 12:02 AM   #2
seebs
Premium Member
Premium Member
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 155
Originally Posted by seebs View Post
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.
  Reply With Quote
01-13-09, 09:05 PM   #3
Kunstbanause
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 3
Your right!
was:
FauxScrollFrame_OnVerticalScroll(n, MyModScrollBar_Update);

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

WoWInterface » Developer Discussions » Lua/XML Help » Did tabs change?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off