View Single Post
04/07/14, 02:57 PM   #10
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
I have no idea. It's one of those undocumented items that I have managed to get working looking at Pawkette's console addon.

The problem is the Lua code :
tlw.ZoneList.DropDown = ZO_ComboBox_ObjectFromContainer( tlw.ZoneList )

This line works when the main control is created in XML but not when created in Lua. I suspect there is something that is missing from the Lua code that is needed that isn't needed when using the XML way of creating it.

There is no mention in the XML or Lua of ZO_Options_Dropdown but who knows what is in the ESO Lua code that we can't see. But yes combobox is another description of a dropdown menu. So could be the same thing.
  Reply With Quote