This is because it only loads the tournament file when you 'OK' the dialog (which then also closes it). You would want to see the contents of the tournament file already displayed in the when you entered the filename in the tournament field? (When the file pre-exists.) Logically that is a bit difficult, because you might type the name of the file, and how would it know if you are done typing? It would require some auxiliary 'OK' button for just the tourney-file name, which would then trigger an attempt to open the file.Daniel Shawul wrote:a) When the trn file is loaded , the contents of the match options dialog box are not automatically updated. If I close the dialogue and open it again , it updates it.
I am not sure if it is wise, though, to put the info from an existing tourney file in the dialog, though. It would suggest that people can change it before pressing 'OK', and for most tourney parameters this cannot be allowed at all. (The number of tourney cycles might be the only exception; it is harmless to increase that during a tourney.)
So if we want to do that, the entire dialog should really be grayed out until you first OK the tournament-file name. After that, for an existing file, it could put the values in the dialog, but leave them grayed out except for the number of cycles. But that would not really leave the user much to do before he OK's the complete dialog, so one might wonder why OK'ing the tourney file would not already close the dialog. (Unless you want the user to give an opportunity to discover: "hey, this wasn't the tourney I wanted".) If the file did not pre-exist, all controls could be un-grayed.
Indeed, this is true. I think I pop up an error dialog now when you try to restart a tourney that has already finished, saying that all games have already been played. But I could change that by giving the nmber of tourney cycles in the dialog precedence over the number of tourney cycles in the tourney file (if it is larger), before making that test. (Currently the dialog settings are completely ignored if the tourney file exists.) Would that be better?b) Once the tournament is over and I want to increase the number of games, I can't do it from the dialogue box. Only way is to open the trn file and edit the number of games.
Screwed in what way? Is this a CR+LF problem? This definitely should be fixed. The idea was that it should be easy to start a new tournament with exactly the same parameters when another finishes.c) Display of tourney participants list gets screwed once the dialogue is closed and open again.
