I'm terrible at python and need your help with two questions
#3
(2013-02-18, 12:29)Kr0nZ Wrote: My_Window = MyScript()
My_Window.doModal()
del My_Window[/code]

Hey thanks, I appreciate your help. However this isnt working, it's actually behaving similarly to how I had my script written previously.

The problem here is it doesnt draw the image on screen, sleep, redraw, repeat. It does all of that in the background and then once done the loop draws it on the screen.

In other words when you run the script, nothing visually happens on screen for 10 seconds, and then the image is drawn.

I'm suspecting (guessing) that doModal is what's responsible for drawing the screen. And somehow it needs to loop, sleep, draw repeat. I'm not entirely sure though.

And lastly how do I do question #2 where I get the app to close itself after a timeout?
Reply


Messages In This Thread
RE: I'm terrible at python and need your help with two questions - by doobiest - 2013-02-18, 19:48
Logout Mark Read Team Forum Stats Members Help
I'm terrible at python and need your help with two questions0