I want to create a draw for a tournament on a form.
For example : when there are 8 entries, the tournament begins with the quarter finals, so I begin with 4 matches (8 players) in the 1ste collumn, 2 matches (semi finals : 4 players) in the second collumn and 1 match (2 players) in the 3rd collumn (final).
What is the best way to put the data (of the database) on the form and let the program respond by clicking on a specific field (player) ie. to give its personal data ?
Graphically I would like also to draw a line from the game (between 2 players) to the winner (who also is connected with a line to an other player)
I hope my explanations are clear.![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I think of using the data in an array but still don't know how I can get the object positionned.
(I saw this working in an old game named Tennis Elbow, and this is exactly what I want to do)
Any suggestions would be great ! s-)
For example : when there are 8 entries, the tournament begins with the quarter finals, so I begin with 4 matches (8 players) in the 1ste collumn, 2 matches (semi finals : 4 players) in the second collumn and 1 match (2 players) in the 3rd collumn (final).
What is the best way to put the data (of the database) on the form and let the program respond by clicking on a specific field (player) ie. to give its personal data ?
Graphically I would like also to draw a line from the game (between 2 players) to the winner (who also is connected with a line to an other player)
I hope my explanations are clear.
I think of using the data in an array but still don't know how I can get the object positionned.
(I saw this working in an old game named Tennis Elbow, and this is exactly what I want to do)
Any suggestions would be great ! s-)