From: Martin <mar...@gm...> - 2006-07-11 22:57:17
|
I was astonished by the simplicity of the turtle, and is the perfect base = to learn PythonCard UI, because you can see right away what your code is d= oing, however, im trying to connect an external dialog to "remote control"= the turtle, but it seems that the events are not reaching the main loop, = what can i do? (The example code was not changed in any way) adj: code in the embebedd PyCrust: import turtleMover as tm dlg =3D tm=2EMyDialog(None,t) #t is the default turtle tm=2Evisible =3D True The dialog appears, it's usable, but nothing happens :( what i did wrong? what is missing? how can i process the events of the custom dialog in the already running t= urtle example? I dont know if the rsrc and the events code are ok=2E i need so much help :P (a poor n00b trying to learn) Thanks in advance --- Mart=EDn Ren=E9 Vilugr=F3n http://maul3r=2Eblogspot=2Ecom Patagonia Argentina |