Computer Science Canada

no echo when using view update

Author:  Michael [ Wed Oct 25, 2006 7:35 pm ]
Post subject:  no echo when using view update

hey people.. got this problem and its been bothering me for a while now..

whenever i use view.update and get X command, you can't see what you type untill you press enter (even when using "echo" in view set)

it doesnt bother me but it bothers my teacher
please help

Author:  Ultrahex [ Wed Oct 25, 2006 7:40 pm ]
Post subject: 

Its not so much of a problem, its more of confusion of why its doing something.

when you do View.Set("offscreenonly") it suppresses output to screen until you do a View.Update

Easy way to get by is before you do input do
View.Set("nooffscreenonly")

Hope This Helps

Author:  Michael [ Wed Oct 25, 2006 10:34 pm ]
Post subject: 

AWESOME! problem solved! thanks


: