I was trying to make combobox fire an event everytime user types characters to the combobox edit field but none of the text events seem to trigger. I tried EventTextChanged, EventTextAccepted and EventTextSelectionChanged but no avail.
is the support for this missing?
Log:
Code: Select all
23/10/2015 10:58:31 (Std) ********************************************************************************
23/10/2015 10:58:31 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
23/10/2015 10:58:31 (Std) ********************************************************************************
23/10/2015 10:58:31 (Std) ---- Version: 0.8.4 (Build: Aug 8 2015 Microsoft Windows MSVC++ Great Scott! 32 bit) ----
23/10/2015 10:58:31 (Std) ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based 2nd generation renderer module. TextureTarget support enabled via FBO extension. ----
23/10/2015 10:58:31 (Std) ---- XML Parser module is: CEGUI::TinyXMLParser - Official tinyXML based parser module for CEGUI ----
23/10/2015 10:58:31 (Std) ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
23/10/2015 10:58:31 (Std) ---- Scripting module is: None ----
23/10/2015 10:58:31 (Std) ********************************************************************************
23/10/2015 10:58:31 (Std) * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
23/10/2015 10:58:31 (Std) ********************************************************************************
thanks