Hi,
I'm new to NGUI and I'm experiencing the same problem when coding with c#. I'm trying to make a popup menu work.To do so I attach a new script to the popup menu with the public function:
public void OnSelectionChange(string selectedItem){}
But when I try to select this function from the 'On Value Change' Field available in the UIPopup List Script, there isn't any function listed.
Any suggestion would be appreacited!