How detect the pression of character and change with other charapter in webtextbox

I must intercept the pression of dot charapter “.” and change this with comma character “,” on the fly when i writing data in webTextbox (web 2.0)

Is It possibile ?

I think you will need to create your own WedSDK control and use some JavaScript to do the ‘on the fly’ conversion client side.

Xojo offers TextChanged event but it says:

The event fires only when the user has stopped typing for a short period.

that makes sense as the browser needs to send all the text to the server for evaluation and then get back the result.

2 Likes

Ok, Is not for me :smiley:

DotToComma

Have fun :slight_smile:

1 Like