View Single Post
06-22-21, 07:48 PM   #3
Walkerbo
A Cobalt Mageweaver
 
Walkerbo's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 233
Sorry, here is my table;
Lua Code:
  1. ButtonTable = {
  2.     LogoutButton = true,
  3.     ExitButton = true,
  4.     FStackButton = true,
  5.     ClearChatButton = true,
  6.     ChatSpacerButton = true,
  7.     ETraceButton = true,
  8.     ETraceStartButton = true,
  9.     ETraceStopButton = true,
  10.     ChatLogButton = true,
  11.     CombatLogButton = true
  12. }

So the v value is either true or false.

Also each button is already created and local, the layout function is only fired on login.
__________________
"As someone once told me, frames are just special types of tables, and tables are special types of pointers."
Fizzlemizz

Last edited by Walkerbo : 06-22-21 at 07:56 PM.
  Reply With Quote