RE: [Release] Status2FTP
OK! I've been playing a bit with it and I might have an answer to my problem.
Looking at the debug sequence it seems that the Timer event was only triggered once.
The trigger is only started on Startup Procedure: It checks for UploadOnDPChange and turns it on.
If the option is off, then turned on. It will only start the timer on next startup.
Also, the timer routine does 2 tests. First the UploadOnNameChange and only after on UploadOnDPChange. I believe that because of the first test (that I had turned off) it fails to restart the timer.
|