a2stepper Member Licensed User Longtime User Aug 17, 2014 #1 is there a way to monitor the entering of text to see if there was a change like in VB6 using if text.change then thanks Paul
is there a way to monitor the entering of text to see if there was a change like in VB6 using if text.change then thanks Paul
NJDude Expert Licensed User Longtime User Aug 17, 2014 #2 There's an event called TextChanged, you can compare the strings there. Upvote 0
a2stepper Member Licensed User Longtime User Aug 18, 2014 #3 Yes, perfect just what was looking for. thank you Paul Upvote 0
KMatle Expert Licensed User Longtime User Aug 18, 2014 #4 @a2stepper Tipp: When I don't know the events I put the view (here: Edittext) in the designer. Right mouse click on that view -> Generate. Then you see the events (like TextChanged). Works with all views. After that you can change the name. Upvote 0
@a2stepper Tipp: When I don't know the events I put the view (here: Edittext) in the designer. Right mouse click on that view -> Generate. Then you see the events (like TextChanged). Works with all views. After that you can change the name.
klaus Expert Licensed User Longtime User Aug 18, 2014 #5 When I don't rember or not know I look in this application B4A XML file help viewer, which is running almost every time. Or this one : Help documentation - B4a Object Browser Upvote 0
When I don't rember or not know I look in this application B4A XML file help viewer, which is running almost every time. Or this one : Help documentation - B4a Object Browser