|
-
Jun 27th, 2010, 10:25 AM
#1
Thread Starter
New Member
Progress bars, Timers and background task...
This is what I want, I have 12 progress bars and I want to run a background task to ping IPs and if it can ping them it starts a timer is this imposable to do?
And if so can someone link the appropriate TuTs?
-
Jun 27th, 2010, 03:55 PM
#2
Hyperactive Member
Re: Progress bars, Timers and background task...
Do you want to ping 12 IP's at the same time? or ping one with 12 requests?
-
Jun 27th, 2010, 09:09 PM
#3
Thread Starter
New Member
Re: Progress bars, Timers and background task...
Um 12 progress bars all pinging 12 different ips.
-
Jun 27th, 2010, 11:00 PM
#4
Re: Progress bars, Timers and background task...
What do the ProgressBars have to do with anything? ProgressBars don't ping anything. They just show progress, that YOU have calculated.
Also, have you tried doing it with one of everything first? Don't try to walk before you can run. There's no point trying to juggle 12 balls if you can't even keep one in the air.
-
Jun 28th, 2010, 03:35 AM
#5
Thread Starter
New Member
Re: Progress bars, Timers and background task...
Well All i need is one progress bar to do it for now. This is the way i would like it to work i use a background task to ping one ip it returns with a
If reachable then
timer1.start
And the timer would be connected to the progress bar to start and would load for 3 sec tell it got to the max then it would stop
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
|