#Cinema timer

11 messages · Page 1 of 1 (latest)

whole patrol
#

I am making an cinema application but if i run the code and want to select the chairs then the remaining time goes away and comes again how do i fix this

#

this happens the remaining time is removing and pop ups when i select another chair

#

how do i fix this?

#

i want that the remaining time stays where it needs to stay

radiant grove
#

It looks like you're clearing the console and printing everything each time you interact with application. But because you are sleeping your timer for 1 second it won't print the timer again until each second ticks. You'll want to update the timer value in the thread but print it when you print everything else, probably

#

Can't really see all of the code from the video

whole patrol