Yeah, I got SetActive working, but that immediately disables the controls before they can fade.
I have a slider and a scrollview, and only one is active at a time. Pressing a button on one control panel disables the slider and enables the scrollview. These currently fade in/out nicely using UIToggle and smooth transition. I need to apply the NGUITools.SetActive method on completion of the automatically generated fade. That might require a manual fade tween, but I still don't understand how to use the Notify option. Dragging objects only presents a limited set of methods that can be called and I cannot call my own custom methods.