View Single Post
07/23/14, 04:40 PM   #12
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by zgrssd View Post
Fixed that.
Then I noticed the list also includes "EVENT_REASON_HARDWARE" & SOFTWARE.
And I cannot fix that until I get multiple-exclusions patterns running.

I think I understand it now a bit better, but have to let it go through my head a bit more.

By the way, are there any Container controlls? Stack Pannels, Scroll Pannels, Grids, that kind of thing?
Right now I am just dropping the labels as children of the same level onto the Window. I prefer to have a proper visual tree.
I know just about two scroll templates - simple ZO_ScrollContainer used in my code above and ZO_ScrollList.
Example of ZO_ScrollList:
http://www.esoui.com/downloads/info5...stExample.html
  Reply With Quote