
-----------------------------------
Lucas
Thu May 12, 2011 4:06 pm

View.Update problem
-----------------------------------
Hey, so whenever i set my screen into offscreenonly mode, whenever i need the user to type in info, it doesnt show what the user is actually typing, since the screen is not View.Update ' ing. solution?

-----------------------------------
Tony
Thu May 12, 2011 4:14 pm

Re: View.Update problem
-----------------------------------
since the screen is not View.Update ' ing. solution?
call View.Update whenever you want the screen to be updated?

-----------------------------------
Raknarg
Thu May 12, 2011 4:18 pm

RE:View.Update problem
-----------------------------------
You could set it to "nooffscreenonly".

-----------------------------------
Lucas
Thu May 12, 2011 8:04 pm

RE:View.Update problem
-----------------------------------
View.Update
put "type something "..
View.Update
get something
View.Update

still this doesnt let the user see what he/she is typing, its just blank..

-----------------------------------
Tony
Thu May 12, 2011 8:07 pm

RE:View.Update problem
-----------------------------------
You are calling that last View.Update only after the full get statement is done. Presumably you want View.Update after a keystroke, not a get.

-----------------------------------
Raknarg
Thu May 12, 2011 8:29 pm

RE:View.Update problem
-----------------------------------
or, you know, you could use "nooffscreenonly" before the get statement...
