View Single Post
07/23/14, 03:30 PM   #10
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by Garkin View Post
EDIT:
By the way list of events in your library contains global reference to EVENT_MANAGER.
Updated mapping:
lua Code:
  1. { mapping = "Events", pattern = "^EVENT_", exclude = "^EVENT_MANAGER"},
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.
  Reply With Quote