
-----------------------------------
maximumbiga
Sun Apr 22, 2018 5:36 pm

User input invisible?
-----------------------------------
After using some draw functions and completely colouring the background, I move the text cursor using c.setCursor and prompt the user for input using c.readDouble(). However, when I input anything, it's completely invisible to see. Even if I use c.clear() after drawing and prompt the user again for input, you can't see your own input. How can I fix this? Using Holt's RTP IDE and I'm stuck using c.readDouble() due to school restrictions.

-----------------------------------
maximumbiga
Sun Apr 22, 2018 6:11 pm

RE:User input invisible?
-----------------------------------
nevermind thanks. had to use multiple printlines.
