OK, that's good to hear. Could you please update to v28.0.1.1 (the latest) - there be a fix or two in there that are relevant for at least one thing you're seeing.
1. Go
here and download v28.0.1.1 (go to the bottom, "FC" for Mac).
2. After you have that, delete 28.0.0.0 - drag it to the trash.
3. Then, create a text file - call it clean_prefs.sh, and paste these contents (in-between the asterisks, and not including them) into it:
**********
#!/bin/sh
echo "be sure to have run this script with sudo: $ sudo ./clean_prefs.sh"
echo " "
# Clean out user preferences for Statistics
rm -fr ~/Library/Preferences/com.spss*
rm -fr ~/Library/Preferences/com.ibm.spss*
# Finally, restart cfprefsd daemon to flush cache (new in 10.9)
killall -u your_user_name_here cfprefsd
**********
Be sure to put your username in the "killall" line or it will fail, and we need that to work. Save that file to someplace like your desktop. Then, in a terminal window, enter the command sudo sh clean_prefs.sh
You will asked for your (log in) password; give that, and then it should have done its work.
Then install 28.0.1.1. Please tell me how it goes after that with regard to the issues you've been seeing.
------------------------------
Rick Marcantonio
Quality Assurance
IBM
------------------------------