1. Hi\
    I now turn to the Oxide developers
    Now API allows you to create objects such as buttons, panels, layers, but I can't find information on how to create input box.
    If an API for working with input box don't work yet, is it possible to create them? In what side to dig, what parts of the source code oxide watch
     
  2. Wulf

    Wulf Community Admin

  3. sorrowfully
    thanks wulf
     
  4. U can create visual keyboard with buttons :)
     
  5. Wulf

    Wulf Community Admin

    That isn't a text box though. :p
     
  6. It will seems like this :)

    2016-04-08_09-05-06.png
     

    Attached Files:

  7. Having the codelock type section, and the searchbar in crafting.. Arent they Input CUI??
     
  8. Wulf

    Wulf Community Admin

    That is native Rust GUI, not CUI. The CUI stands for "community user interface", which is a custom API just for mods.
     
  9. Thanks for explaining..
     
  10. The closest thing that comes to my mind is creating an UI button which will look like a text box and, on pressing it will change its design like is an open text box for writing and saving the current player in some List/Dictionary and catch what button press the current player with OnTick () and updating a text Label above the button box... Although I assume it won't be that much efficient because it will use a lot of resources. :D