Re: PythonCard - My app stuck when button clicked

2009-05-14 Thread daved170
On May 13, 7:42 pm, Dave Angel da...@ieee.org wrote: daved170 wrote: Hi there, I'm newbie in pythonCard. I have an application with 2 buttons : START , STOP Start execute a while(1) loop that execute my calculations. Stop suppose to raise a flag that will end that loop. Whenever I

Re: PythonCard - My app stuck when button clicked

2009-05-14 Thread Dave Angel
daved170 wrote: On May 13, 7:42 pm, Dave Angel da...@ieee.org wrote: daved170 wrote: Hi there, I'm newbie in pythonCard. I have an application with 2 buttons : START , STOP Start execute a while(1) loop that execute my calculations. Stop suppose to raise a flag that will end that loop.

Re: PythonCard - My app stuck when button clicked

2009-05-14 Thread MRAB
daved170 wrote: On May 13, 7:42 pm, Dave Angel da...@ieee.org wrote: daved170 wrote: Hi there, I'm newbie in pythonCard. I have an application with 2 buttons : START , STOP Start execute a while(1) loop that execute my calculations. Stop suppose to raise a flag that will end that loop.

Re: PythonCard - My app stuck when button clicked

2009-05-14 Thread daved170
On May 14, 2:37 pm, Dave Angel da...@ieee.org wrote: daved170 wrote: On May 13, 7:42 pm, Dave Angel da...@ieee.org wrote: daved170 wrote: Hi there, I'm newbie in pythonCard. I have an application with 2 buttons : START , STOP Start execute a while(1) loop that execute my

PythonCard - My app stuck when button clicked

2009-05-13 Thread daved170
Hi there, I'm newbie in pythonCard. I have an application with 2 buttons : START , STOP Start execute a while(1) loop that execute my calculations. Stop suppose to raise a flag that will end that loop. Whenever I pish the START button my GUI is stuck. the calculation executes but I can't push the

Re: PythonCard - My app stuck when button clicked

2009-05-13 Thread Adam Gaskins
I second this. I am very interested in PyCard having just discovered it in your message here. I know I'll run in to this same problem in my application that will run test routines that must have a mechanism to abort. Sorry for the lack of any help here... -Adam daved170 daved...@gmail.com

Re: PythonCard - My app stuck when button clicked

2009-05-13 Thread Dave Angel
daved170 wrote: Hi there, I'm newbie in pythonCard. I have an application with 2 buttons : START , STOP Start execute a while(1) loop that execute my calculations. Stop suppose to raise a flag that will end that loop. Whenever I pish the START button my GUI is stuck. the calculation executes