Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 View.Update problem
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Lucas




PostPosted: Thu May 12, 2011 4:06 pm   Post subject: 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?
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Thu May 12, 2011 4:14 pm   Post subject: Re: View.Update problem

Lucas @ Thu May 12, 2011 4:06 pm wrote:
since the screen is not View.Update ' ing. solution?

call View.Update whenever you want the screen to be updated?
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Raknarg




PostPosted: Thu May 12, 2011 4:18 pm   Post subject: RE:View.Update problem

You could set it to "nooffscreenonly".
Lucas




PostPosted: Thu May 12, 2011 8:04 pm   Post subject: 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




PostPosted: Thu May 12, 2011 8:07 pm   Post subject: 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.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Raknarg




PostPosted: Thu May 12, 2011 8:29 pm   Post subject: RE:View.Update problem

or, you know, you could use "nooffscreenonly" before the get statement...
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 6 Posts ]
Jump to:   


Style:  
Search: