How can i fix this error

Hi,
I want to make extension that changes the text of the specified text box.
But it gives this error;


These are the extension’s codes:


What should I do ?

Hello, first of all, determine the function of this extension and the language of the extension is similar to Turkish :sweat_smile:
by the way
(there are many errors in your project)

thank you

FIKIR_KUMESI

compiler cant understand what is InputType

How can I change the input type of the specified text box
Thank you

1 Like

You should ask questions about creating extensions in the open source development category of the App Inventor community. I know you are using a Kodular product.

1 Like

please also follow the naming conventions…
no underscores!

Taifun

2 Likes

I will pay attention from now on. Thank you

2 Likes

have you imported this?
import android.text.InputType;

3 Likes