I want to start by apologizing for all the posts… I’m struggling here!
Can anyone point me in the right direction? Here is my idea:
I would like to have a window that performs much like the Finder’s column view, where you select one item from the left hand column, and it generates a list in the next column. The first, left hand column will contain hard coded information (it will say Atlanta, Lakeland, Jacksonville, and Miami).
Then, say the user clicked on Atlanta. The next column over will be populated from a regular expression I wrote with a list that will contain the division versions, like A, B, C, D, E, etc. The user should be able to select all, or some of those versions (A,B,C, etc.)
After the versions have been selected, another regular expression will combine PDFs based on it’s version letter. I have the combining part working in plain old applescript.
I’m getting stuck on the browser window. I don’t have even know where to start. How do I refer to the first column? I saw a tutorial that names a table, but I can’t seem to find any tutorials that use NSBrowser.
With the goal in mind, is NSBrowser the best way to go about solving my problem?