View Single Post
04/05/14, 02:15 PM   #10
Wukar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 27
Thanks for your effort in helping me

Nice hint with the ADD_ON_LOADED_EVENT. Thought it was possible but not sure of it.

Yeah, suddenly noticed copying the following was not a good idea
lua Code:
  1. editbox:SetResizeToFitDescendents(true)

I played around with zgoo a bit and tried to analyse the guild filter search box. The controls are structured CT_BACKDROP > CT_EDITBOX > CT_LABEL. I now wonder why the CT_LABEL is used as a child of CT_EDITBOX. Is it just because of a default text if the editbox value is (empty) - would make sense
  Reply With Quote