So after learning about singleton classes it makes me wonder if it could be a simple way to get information from the autoTracker class into other classes. Could the data gained from the analyze method in AutoTracker be pulled out an placed in the singleton projectData? from there it could be used by all other classes. Any thoughts?