05-03-2009 06:42 PM
I am trying to build a race bracket that will
follow the order of the attached picture. The picture and my code are
for only 10 different contenders. Also attached is the text doc with
the contenders initial qualifying times.
Here are the directions on how to run may code (to simulate the races I assigned random numbers to each contender):
Click:
1. Run race
2. Click next race
repeat until every one has raced
3. Click next round
repeat 1 and 2 until everyone has raced
4. Click next round
continue until the final race has been run
Thank You
05-03-2009 06:44 PM
05-05-2009 03:10 PM
Hello,
I this just an announcement or are you having problems with your code? If you need help on a topic, please post your question.
Regards,
Anna K.
05-06-2009 11:47 AM
05-06-2009 12:58 PM
you can use an event cass so that every time you hit the race button it will run the race and you can use string indicators to create a bracket look.
and than you can creat another event case so that when you press start a new race it jumps to the next two availible string indecators.
05-06-2009 01:08 PM
05-06-2009 11:03 PM
05-07-2009 08:03 AM
For this type of display...
... i would use a Picture Control. See this thread for examples of using the Pciture Control.
If you get this working please post an example. It would be a nice addition to our collection of Picture Control Examples.
Have fun!
Ben