View Single Post
03/14/17, 10:45 AM   #1
Kyoma
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 125
ZO_ScrollableComboBox

Hey, I'm having some trouble using ZO_ScrollableComboBox with LAM. I'm using a slightly modified code for the dropdown control (when I would get it to work I'd request it to be added)
Code:
    control.combobox = wm:CreateControlFromVirtual(zo_strjoin(nil, name, "Combobox", comboboxCount), control.container, dropdownData.scrollable and "ZO_ScrollableComboBox" or "ZO_ComboBox")
Now, the problem is not with getting it scrollable, the problem is that the layering gets kinda messed up. When I mouseover an entry in the list and I'm right on top of another control it doesn't stay focussed on the dropdown entry like it does with a ZO_ComboBox. I'm not too familiar with layering and am unsure how to try to fix this.
  Reply With Quote