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

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): >