From: <pie...@ba...> - 2004-07-09 12:03:33
|
Hello, I have the following problem: I'm writing a PythonCard application that has 2 buttons (a start button and a stop button). When I press the start button, the 'on_cmdStart_mouseClick(self, event):' function is executed. Now, I want to be able to stop that function at any time by pressing the STOP button. My problem is now that 'mouseClick'-events are not seen as long as I'm in the 'on_cmdStart_...' function. Can anyone help me? Pieter "The information contained in this e-mail and any attachment thereto is confidential and may contain information which is protected by intellectual property rights. This information is intended for the exclusive use of the recipient(s) named above. This e-mail does not constitute any binding relationship or offer toward any of the addressees. If you are not one of the addressees , one of their employees or a proxy holder entitled to hand over this message to the addressee(s), any use of the information contained herein (e.g. reproduction, divulgation, communication or distribution,...) is prohibited. If you have received this message in error, please notify the sender and destroy it immediately after. The integrity and security of this message cannot be guaranteed and it may be subject to data corruption, interception and unauthorized amendment, for which we accept no liability." |