View Single Post
02-18-11, 08:11 PM   #15
Grimsin
A Molten Giant
 
Grimsin's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 990
The table does not actually have the buttons it only contains the name of the button and the big chunk of help text that corresponds with that button.

Ive run into this problem before... i think i need to be turning the bnid part into a string for the something.somethings then back to a table entry but pull the table entrys string name for the set text's and such...

local HelpHeaders = {
--button name = bulk help text

['General'] = 'blahblahgeneral',
['Buttons'] = 'blahblahbuttons',
['Frame Mover'] = 'blahblahmover',
['Chat'] = 'blahblahchat',
['Tooltips'] = 'blahblahtooltips',
['Unit Frames'] = 'blahblahunitframes',
['Backpack'] = 'blahblahbakpak',
['DashBoard'] = 'blahblahdashboard',
['HUD'] = 'blahblahhud',
['Development'] = 'blahblahdevtools',
}
__________________
"Are we there yet?"

GrimUI
[SIGPIC][/SIGPIC]

Last edited by Grimsin : 02-18-11 at 08:15 PM.
  Reply With Quote