Nokia Active Member Licensed User Longtime User Thursday at 6:53 PM #1 How do I access the Password field and combo box in editable mode text change events? I belive this is the event: B4X: passwordField.textProperty().addListener((obs, oldText, newText) -> { System.out.println("Password changed to: " + newText); });
How do I access the Password field and combo box in editable mode text change events? I belive this is the event: B4X: passwordField.textProperty().addListener((obs, oldText, newText) -> { System.out.println("Password changed to: " + newText); });