|
-
Aug 2nd, 2012, 03:43 AM
#1
Thread Starter
Member
How to manage timer ?
I have 3 or more timers in form. Now, how can check it: enable = true or false??? Example, i want:
Check 3 timer, if timerX.enable = true
{
timerX.enable = false;
}
Thanks for help.
-
Aug 2nd, 2012, 04:25 AM
#2
Re: How to manage timer ?
Think about it. The Enabled property of any object is a Boolean. How do you usually check IF a Boolean value is True or False?
-
Aug 2nd, 2012, 04:36 AM
#3
Fanatic Member
Re: How to manage timer ?
-
Aug 2nd, 2012, 04:57 AM
#4
Re: How to manage timer ?
I just read your first post again and I'm thinking I may have misinterpreted it slightly. Are you saying that you want to disable the Timer if it is currently enabled? What if it's currently disabled? Do you want to enable it? You need to provide a FULL and CLEAR explanation of the problem because your example seems to suggest something different to what you asked for.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|