RobotStudio event

Flexpendant SDK, Timer

Hi all,
 

Just a small problem that has occured for me in my small Flexpendant application.

 

I'm using a timer to trigger run some tasks at a certain interval. I've use a normal system timer object.

 

The problem I get is that when I close the application, it crashes, and give some references to the timer.

 

It seams to be only when the timer is enabled, that i get the crash. If i set 'Timer1.enabled = False' before closing the application, there is no problems.

 

Iv'e tried to disable the timer in the "closing" and "closed" events of the application, but that does not help, it still crashes.

 

I guess it might have something to do with that there are some timer thread active when I close that application. How can I avoid that. I can't really control when people closes tha application with the "X".

 

Anyone have any ideas

 

/Per Malmqvist