KaitlinMS / sodchat

Automatically exported from code.google.com/p/sodchat
0 stars 0 forks source link

Mandatory name request does not work as of r147 #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Clean and build the project
2. Run

What is the expected output? What do you see instead?
Expected: username prompt when starting
What I see: no prompt, need to set name before program works

Original issue reported on code.google.com by adrian20...@gmail.com on 6 Dec 2009 at 4:57

GoogleCodeExporter commented 9 years ago

Original comment by adrian20...@gmail.com on 6 Dec 2009 at 4:57

GoogleCodeExporter commented 9 years ago
You need to clear the .dat settings files that Morgans code creates before you 
run it.

Original comment by Randel...@gmail.com on 6 Dec 2009 at 5:23

GoogleCodeExporter commented 9 years ago
Took a closer look and that's not working. Hmm...I'm not sure what the hell  is 
going
on since it's loading name and contact list without one having been created...

Original comment by Randel...@gmail.com on 6 Dec 2009 at 5:27

GoogleCodeExporter commented 9 years ago
Ok, if there's no saved name/contact list then it's showing the name prompt 
again.

Creating a new issue that I found though

Original comment by Randel...@gmail.com on 6 Dec 2009 at 6:24

GoogleCodeExporter commented 9 years ago
I did this on purpose. The idea was that if it is able to load a name other 
than the
default one then the user had entered a name on a previous run then they don't 
need
to enter it again.

Original comment by Foz...@gmail.com on 6 Dec 2009 at 8:59

GoogleCodeExporter commented 9 years ago
It doesn't show every time right now.

The problem was that when the username file was empty because it was deleted 
then it
woulldn't show the prompt. I just made it so that it shows the prompt if the 
username
file is empty

Original comment by Grog...@gmail.com on 6 Dec 2009 at 10:06