I'm trying to find an event which would let me execute code every time the value in the box changes - as you type, say - without repeating schedules which check for a change.
I've tried:
function guitexteditctrl::drawtext(%this,%a,%b)
function guitexteditctrl::setValue(%this,%a)
function guitexteditctrl::forceValidateText(%this,%a)
function guitexteditctrl::onkeydown(%this,%a)
(None seem to be called)
When testing, I saw a 'validate' value in the F10 property fields, but it seems to call only when you select, deselect or onwake the textbox not every time. I can't get it to do anything other than cause Syntax error in input warnings if it has any value but "" suggesting that eval() is called.