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 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.
Ok, Is not for me
Have fun