Page 1 of 1

How to make the input marker blink in the editbox?

Posted: Sun Dec 10, 2006 10:57
by Habba
In windows, the default behavior of the input marker is to blink when text is not inputted, but the text component has a focus. I would like to have similiar behavior in my GUI, but haven't yet discovered the way how to make the marker blink. It seems that CEGUI/Falagard has no support for this functionality (atleast not yet). What would be the best way to include such functionality? Should I edit the Editbox widget to fit my needs, or should I hard code the functionality into my program? Any ideas?