Hi, I've just purchased NGUI, and am working out how it operates (so pretty nooby).
I have a GameObject with a UITextList attached to it. I've also attached a BoxCollider, so that mouse click events will be triggered. I've edited the UITextList.cs file so that OnSelect and OnScroll events give a debug.log just to show that they've triggered.
However, no events seem to trigger, the object is never selected. I've no real idea where to start looking to find a solution; does anyone have any idea what may be wrong?