0 && passwordTI.length > 0); } /** * Show an invalid login alert and clear the username and password fields */ public function showInvalidSignInAlert():void { // Popup an alert Alert.show("Invalid username/password", "Sign in error", Alert.OK, this); // Clear the input fields and notify the change handler (this will disable the connect button) usernameTI.text = ""; passwordTI.text = ""; usernamePasswordChange(); } ]]>