public void CompleteTyping()
 {
     if (hasactiveUI)
     {
         SetSlider(activeName, activeUI.EnableAllHighlights(true));
     }
 }