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: "[email protected]<mailto:[email protected]> [flexcoders]" <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Thursday, April 16, 2015 at 1:01 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [flexcoders] flex calculation problem 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.

