To do things with "new_val" in realtime can lag a lot cause new_val changes with every new key entered.
> Oh, I'll waiting... Thanks!
I had same issue a long while back. A work around I found to work with fast typing is - From the task linked to the 'text changed' option do a preform task with a return variable. Then in the child task do a action / test element (of the text edit element) and the return that value the the parent. And use the returned value instead is %new-val
That would be a nice option for a long standing issue...
For those who want every individual character I think they could just test against %old_val to see if there is more then one character. Thank goodness someone had the for site to include a %old_val variable. Now I might have a use for that one.... :)
If %new_val doesn't refresh well when buffer is on, that is same repetition.
Thanks! :)
Oh, and more accurate %new_val please, if you can.If %new_val doesn't refresh well when buffer is on, that is same repetition.
I think that is a fundamental problem.
Not sure what you are sayin there ?
Is this reply post send alarm to you?
I can't anticipate it.
and I did test element function, it takes better results.
but takes a little more delay...hohoho :)
Thank you :)
I put the buffering in, works quite well I think.