Computer Science Canada get is not displaying |
Author: | Warrick [ Sun Mar 20, 2005 10:13 pm ] | ||
Post subject: | get is not displaying | ||
It is very odd. I've asked the user to input their name, but when they type it in, they can't see it appear immediately on the screen. I haven't touched the background (colourback is default, GUI.SetBackgroundColour hasn't been used at all) and the text should be black [colour(black) before the get statement]
I know that the program needs to View.Update after a character is put in (because I can type in a character, switch screens, and when I come back, the text will appear). However, I don't know how I can do this. |
Author: | Bacchus [ Sun Mar 20, 2005 10:16 pm ] |
Post subject: | |
if you need to input something just take off offscreenonly View.Set("nooffscreenonly") |
Author: | Tony [ Sun Mar 20, 2005 10:17 pm ] | ||
Post subject: | |||
type of thing? ![]() |
Author: | Warrick [ Sun Mar 20, 2005 10:21 pm ] | ||
Post subject: | |||
Bacchus wrote: if you need to input something just take off offscreenonly
View.Set("nooffscreenonly") Yes! Thank you! You're a life saver. ^^ Tony wrote:
That still wouldn't work if "nooffscreenonly" isn't in place. ![]() |
Author: | Cervantes [ Sun Mar 20, 2005 10:26 pm ] | ||
Post subject: | |||
Warrick wrote: Bacchus wrote: if you need to input something just take off offscreenonly
View.Set("nooffscreenonly") Yes! Thank you! You're a life saver. ^^ Tony wrote:
That still wouldn't work if "nooffscreenonly" isn't in place. ![]() Bloody double negatives. Okay, that means: That still wouldn't work if "offscreenonly" is in place. Heh, yes it would. |
Author: | [Gandalf] [ Mon Mar 21, 2005 8:34 pm ] | ||
Post subject: | |||
Cervantes wrote: Warrick wrote: Bacchus wrote: if you need to input something just take off offscreenonly
View.Set("nooffscreenonly") Yes! Thank you! You're a life saver. ^^ Tony wrote:
That still wouldn't work if "nooffscreenonly" isn't in place. ![]() Bloody double negatives. Okay, that means: That still wouldn't work if "offscreenonly" is in place. Heh, yes it would. what? wouldn't this mean ""This still would work if "nooffscreenonly" is in place""? ![]() ![]() |