Re: problem in event handling on change of variable value.

2014-04-17 Thread Bernd . Moennicke
hello sirjee, i have read You solution for handling of events from CANoe in python. I've implemented and its work correctly when I waiting in a msgbox (0, "Finished the Test", "Info", 16). I will implement it in a loop with a sleep time. The standard python function of the sleep blocks the actu

problem in event handling on change of variable value.

2012-05-07 Thread Nadhiya A
Hi, I want know how can I control Canoe tool from Python. I want to use Python as the mediator for linking CANoe and Matlab. Please give me some inputs regarding this. Thanks & Regards Nadhiya.A Larsen & Toubro Limited www.larsentoubro.com This Email may contain confidential or privileged in

Re: problem in event handling on change of variable value.

2009-08-03 Thread sirjee
On Aug 1, 2:22 pm, sirjee wrote: > hello; > > i m facing a problem in handling events on change of value of > environment variable in a toolCANoe. > > class CANoeEvents: >     def OnChange(self,value): >         print "value of environment variable has changed" >     def OnOpen(self,App): >      

problem in event handling on change of variable value.

2009-08-01 Thread sirjee
hello; i m facing a problem in handling events on change of value of environment variable in a tool CANoe. class CANoeEvents: def OnChange(self,value): print "value of environment variable has changed" def OnOpen(self,App): print "opening Application" App_Event = Dispatch