Posted: Tue Nov 30, 2004 10:37 am Post subject: resetting a setscreen
How do I reset an setscreen "offscreenonly" so I can get a new background
Sponsor Sponsor
Mazer
Posted: Tue Nov 30, 2004 12:12 pm Post subject: (No subject)
If you don't want to use "offscreenonly" you can do the following:
code:
View.Set("nooffscreenonly")
But it would help to know just what you are trying to do. You could still get "a new background" when using offscreenonly. With the information you're giving me I can only assume you've forgotten to call View.Update somewhere and you think it's not working somehow.