On the enter username in Winboard. Would it be possible for the set username to have an option, maybe a check mark to set the name permanently until changed again? Maybe the check mark wouldn't be necessary, maybe just set permanently until a new name is entered or if the name is removed from the username field, upon opening Winboard again the name would revert to the computer setting.
The problem for me is that when I was using Windows Me winboard would not pick up any username from the computer so whenever using Winboard, Winboard reverted to setting my name as - user
So in this username section of winboard.c
- Code: Select all
/*DisplayError("Error getting user name", GetLastError());*/
strcpy(buf, "User");
I would type something like
- Code: Select all
/*DisplayError("Error getting user name", GetLastError());*/
strcpy(buf, "cwb");
Instead of "user" I would put the username I wanted, in the above example "cwb"
And I had client for microsoft disabled in my network settings in Windows Me and doing this caused Winboard to not pick up the OS username data (which it was unable to anyway) but to revert to the - /*DisplayError("Error getting user name", GetLastError());*/ - setting, which I had changed to reflect the name I wanted listed.
The above was a work around when using Windows Me, but it does not work with XP. So now each time I go to play a game I have to reenter the name in the username field. Be great if that entered name in the username field could be stored somehow.
I do not think I am being narcissistic, just rather see the name wanted as the correct name listed for the game.