Posted 20 June 2014 - 06:16 AM
Hello CCF,
I'm making a QuickTweet program for ComputerCraft that uses the Twitter REST API 1.1 to quickly post tweets from a Minecraft computer.
The only problem I'm facing right now is the fact that I can't make multiline text boxes. I want my users to be able to edit new Tweets with
the ability to edit multi-line. Right now, using read() or term.read() results in a one-line text input, and when the user presses Enter, the
input is just submitted. This is not what I want.
Long story short…
I need to be able to create multi-line text inputs, or 'text areas'
Thanks!
(also sorry if it's long, I wanted to get my point out)
– Nullbyte
I'm making a QuickTweet program for ComputerCraft that uses the Twitter REST API 1.1 to quickly post tweets from a Minecraft computer.
The only problem I'm facing right now is the fact that I can't make multiline text boxes. I want my users to be able to edit new Tweets with
the ability to edit multi-line. Right now, using read() or term.read() results in a one-line text input, and when the user presses Enter, the
input is just submitted. This is not what I want.
Long story short…
I need to be able to create multi-line text inputs, or 'text areas'
Thanks!
(also sorry if it's long, I wanted to get my point out)
– Nullbyte
Edited on 20 June 2014 - 04:24 AM