I’d like to combine 2 NSOpenPanels and an NSSavePanel into 1 interface to avoid the “death-by-dialog” syndrome. I am writing code to allow for the analysis of the calculations performed in my NFL Spreads Generator.
I’m looking to be able to run the calculations over an entire season using the stats that would be used on a week-by-week basis. To do this I need to:
¢ open a file containing the season I want to analyze – (contains the weekly match ups and final scores)
¢ locate the folder where the stats files for that season are stored – (3 files of stats for each week of the season)
¢ and where to write the output file
I know I can do this using 3 open/save panels (or sheets) but I’d to be able to do this all at once in the same interface. What I’m most interested in is the portion of the panel(s) that displays the directory information (an NSBrowser if I’m correct). What’s the best way to accomplish this?
Thanks in advance,
Brad Bumgarner