RE: Timer in a plug-in
What I can understand from the last post of Itsme-Hck:
If add a plugin to MsgPlus!, it will run ALL the time, until Messenger is closed... If a user does not write to you in 15 minutes, your plugin is still "activated"/running...
This is of course logically to everyone.. Plugins don't just stop running because a person is not using Messenger..
If this is not what you are talking, I also have some sence that you are talking about Hooking or subclassing messages, recieved and sent by Messenger?...
2 Suggestions...
1: Try it out.. Your question seems very easy, though we are not sure we understand what you mean, but you seem to be confident in what's going on...
2: Write a better explantion, maybe come with some examples on what you are trying to achieve...
From what I could understand from the first post, you just want a timer that runs every 30 seconds, no matter what happens?... If so, just set the time in ms to 30000, and use raceprouk's code?...
If this is not what you want, you really need to explain better.. Because people seriously don't understand your post, and what you want to do...
|