View Single Post
04/23/14, 07:17 PM   #8
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
My apologies, you were defining dropmenu incorrectly. Do this instead to define dropmenu:
Lua Code:
  1. local dropmenu = ZO_ComboBox_ObjectFromContainer(GetControl(dropdown, "Dropdown"))
  Reply With Quote