public override void OnNodeLayout(DrawInfo drawInfo)
{
SetAdditonalTitleText(string.Format(Constants.SubTitleConstFormatStr, m_name));
// RUN LAYOUT CHANGES AFTER TITLES CHANGE
base.OnNodeLayout(drawInfo);
}
I have no idea what the global array is referencing, so it'd be nice to make it work like RegisterLocalVar, and put the name in the subtitle.
Thanks,
JH