Hello again.
First of all, this is a "version 2.0" of the scipt posted at '?do=embed' frameborder='0' data-embedContent>> if you'd like to get the whole picture of this.
What I have is a ListView created with GUICtrlCreateListView with, f.ex, columns "a" and "b".
The number of items in the ListView will vary all from "0" to "n", all based on the user.
In column "a" there will be a string which will decide what function to be run, and in column "b" there will be a value of at what interval the specific function will be ran.
In the original script I've used _Timer_SetTimer as a global timer, triggering all functions after another, but now I'd like all the functions to have their own intervals.
Is it possible to use _Timer_SetTimer for this, or would it be easier to use another type of timerfunction?
Don't know if I'm making any sense in this, so feel free to ask if there's anything I can do to help you help me.
Best regards,
zvvyt