Itutorial
Legendary OT User
- Joined
- Dec 23, 2014
- Messages
- 2,419
- Solutions
- 68
- Reaction score
- 1,074
For some reason I can not use BotTextEdit. It just destroys the UI.
This is how I have it set up:
I have the proper spacing, ect. I can use pretty much any other UI components. What is special about the TextEdit component?
nvm idk wth happened but I just used TextEdit and it worked perfectly fine. I hate when things just work randomly.
This is how I have it set up:
LUA:
BotTextEdit < TextEdit
anchors.top: prev.bottom
anchors.left: parent.left
anchors.right: parent.right
@onClick: modules.client_textedit.show(self)
text-align: center
multiline: false
focusable: false
height: 20
text: Exura
I have the proper spacing, ect. I can use pretty much any other UI components. What is special about the TextEdit component?
nvm idk wth happened but I just used TextEdit and it worked perfectly fine. I hate when things just work randomly.
Last edited: