View Single Post
  #2  
Unread 01-09-2009, 08:43 PM
SOE-Rothgar SOE-Rothgar is offline
A Griffon
Yes this person is from Daybreak!
 
Join Date: Aug 2007
Server: Unrest
Posts: 208
Default

The UITextBox OnChange event fires anytime the text changes which means every keypress. This can be useful in some situations.

The new event OnTextChanged works for UIText objects, so its better suited for doing something when a label is modified by dynamic data or by code.
Reply With Quote