Copy link to clipboard
Copied
Is there some way, and i know it is, just im not aware it of, to calculate automatically user input in second field.
So i want user to imput something in one field and as he types result is imidiately displayed in another field automaticaly.
First there woud be visible some default value, and calculated, and on click of a button, field got empty, and user can make his own input, and as he types, result is imidiately displyed in other field
thanks
I did find myself solution. Thank you all
Copy link to clipboard
Copied
Hi.
AS3 or HTML5 Canvas?
And can you give more details about exactly you're gonna be calculating/displaying?
Regards,
JC
Copy link to clipboard
Copied
if you're using canvas/html5, you'll need to use a text input component and the code snippets give you a change event to utilize.
Copy link to clipboard
Copied
I did find myself solution. Thank you all
Copy link to clipboard
Copied
you're welcome