View Single Post
04/06/14, 06:56 PM   #5
zeakfury
 
zeakfury's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 2
So couldn't get the control to show when clicking on the tab (with your new update 51). It looks like you are trying to use a table.variable in multiple functions, particularly the tab.control and tab.soft, but the "tab" table you are calling is not global. Thus these variables are nil.

In your previous one you linked everything to the object thus you could call the variables in all functions.

At least that is what I think, I'm new to Lua too so correct me if I am wrong.