View Single Post
  #1  
Old 04-30-2006, 08:30 PM
Vygreif Vygreif is offline
Member
 
Join Date: Sep 2005
Posts: 21
Rendering problem

Hi,
I have a program with a timer which constantly updates the environment. Upon certain exit conditions it turns all the objects invisible and calls the following code:

modeinfo.visible(viz.ON)
modeinfo.message("Experiment concluded.")
viz.waitkeypress()
onkeydown('s')
viz.quit()

However, it neither renders the objects turning invisible nor the message. Does the program just not refresh if I freeze it within a timer?

-YG
Reply With Quote