Skip to content

gordonlu310-old/TextChanged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TextChanged

πŸ’» Introduction

An App Inventor non-visible extension that detects text changes events for your visible components.

πŸ“¦ Package name: com.gordonlu.textchanged.aix

πŸ• Version: 1

πŸ“… Release date: [date=2022-03-21 time=18:00:00 timezone="Asia/Hong_Kong"]

πŸ–‹οΈ Supports:

  • User Interface: Button, Checkbox, DatePicker, Label, ListPicker, PasswordTextBox, Switch, TextBox, TimePicker.

  • Media: ImagePicker

  • Social: ContactPicker, EmailPicker, PhoneNumberPicker

If you look in the Android Developers documentation for EditText (TextBox) and Button, you will see that they are all subclasses of TextView (Label), so technically, Button = TextView.

There might be a Clock solution for this, but when your app gets bigger and bigger, you don't want to check text changed events for 10 times or have 10 Clocks in your app.

πŸ“– Documentation

Event blocks

OnTextChanged

image

This event is invoked when a component's text is changed.

Parameters: component = component

Method blocks

AddTextChangedListener

image

Listenes to text changed events for the given component and fires the OnTextChanged event when necessary.

Parameters: component = component

πŸ”— More info

Visit the official App Inventor community post for more info.

https://community.appinventor.mit.edu/t/free-textchanged-detect-text-changes-for-your-components/53974?u=gordon_lu

About

An App Inventor non-visible extension that detects text changes events for your visible components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages