This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I'm working on a update for my Teleport-Mod, including changeable names, but the Textfield for that don't works at me, it doesn't shows me my Keybord.
Here's the Script for the Textfield:
var tp1b = new android.widget.EditText(ctx);
tp1b.setText("Teleport 1");
tp1b.setInputType(android.text.InputType.TYPE_CLASS_TEXT);
menuLayout.addView(tp1b);
I hope someone can help me.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI'm working on a update for my Teleport-Mod, including changeable names, but the Textfield for that don't works at me, it doesn't shows me my Keybord.
Here's the Script for the Textfield:
var tp1b = new android.widget.EditText(ctx);
tp1b.setText("Teleport 1");
tp1b.setInputType(android.text.InputType.TYPE_CLASS_TEXT);
menuLayout.addView(tp1b);
I hope someone can help me.