View Single Post
05/05/15, 08:40 AM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 578
Hi.

Just by looking at the code you posted, I would say that your template "NotebookIndex" does not introduce something new. So you could just replace your template with "ZO_DefaultTextButton" and you are done.
Lua Code:
  1. local button = ZO_ObjectPool_CreateControl("ZO_DefaultTextButton", indexPool, notebook.toc.scrollChild)
Or did I miss something?
  Reply With Quote