• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

otclienv8 BotTextEdit

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:
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:
Back
Top