Re: [flexcoders] flex calculation problem

2015-04-16 Thread Alex Harui aha...@adobe.com [flexcoders]
It could be that unless both text inputs contain strings that parse into numbers you’ll get funky results like NaN for empty string. From: "stinas...@yahoo.com [flexcoders]" mailto:flexcoders@yahoogroups.com>> Reply-To: "flexcoders@yahoogroups.com

Re: [flexcoders] flex calculation problem

2015-04-16 Thread stinas...@yahoo.com [flexcoders]
Hello, thanks for the response. i am already using a change listener on the text input but when i start typing in the first textinput, i don't get the desired result. its only when i type in both that the evnet kicks in.