Text edit key change

hello every one
i need to detect event on key down on text edit
its like keychange ....to catch every char alony has enterd
how to do that.

You could use a fast Clock Timer to compare the .Text value with a global variable holding the .Text value from the last cycle.

Alternatively, look for textbox extensions.

where to find a setting to setup clock cycle

Pull in Clock1 from the Sensors drawer in the Designer.

In its attributes, change the 1000 milliseconds to a lower number, like 100 milliseconds per cycle.

it works thank you

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.