no echo when using view update
Author |
Message |
Michael
|
Posted: 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 |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Ultrahex
|
Posted: Wed Oct 25, 2006 7:40 pm Post subject: (No 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 |
|
|
|
|
|
Michael
|
Posted: Wed Oct 25, 2006 10:34 pm Post subject: (No subject) |
|
|
AWESOME! problem solved! thanks |
|
|
|
|
|
|
|