Hi, Ed,
Gene said:
On Thu, 08 Nov 2012 12:33:40 -0700, Ken Springer
On 11/8/12 9:33 AM, Wolf K wrote:
[snip]
Sounds like you need a real database. "Libraries" is a half-hearted
attempt to create a filing system like a database.
But using a database seems to be a bit of overkill just to have a
change
in the way you can view folder/directory contents.
Why is it overkill to get the data presented in a useful manner?
The hierarchical view is often useful, but it is limited. When
its limits get pointed out, often, the response is belittle the
requirement. I have similar requirements with some E-mail. Some of
them, I would like to have in more than one mailbox. Eudora does not
do this.
Sincerely,
Gene Wirchenko
I think the database that Ken's outlining is a very simple
hierarchical database; simple one-to-one and one-to-many dependency
chains, like this.
Railroads
|
______________________|_________________
| | | |
| | | |
R1 R2 R3 R4
| | | |
| | | |
T1 T2 T3 T4
You don't need a library to set up that system; just standard Windows
folders, with standard ways of adding, deleting and modifying entries.
The programming required to produce all the info he's mentioned is very
standard as well. Once the data has been loaded it's a matter of
orthodox selection techniques to produce his various outputs. It could
all be done by just one program with a nice GUI for parameter input;
allowing data input and edit & reports or listings.
Incidentally, MS Access could do that easily; in fact it probably has a
default schema supplied.
And if Access can do it, I'd bet that OpenOffice's Base program can do
it too.
LOL! I'm not laughing at your post, or any of the posts. I'm just
looking at how the thread of my original post has evolved, covering many
suggestions as a solution. All of which are possible, depending on what
I want to do. And how some of those solutions get away from the KISS
principle of my wants/desires.
Two things brought up in this thread that I do plan to look at, but for
reasons not related to what I'd like to accomplish with Win 7 libraries,
are DOpus and FreeCommander.
To get back to the Kiss principle, I'll restate what I'd like to do
using libraries...
I have 4 folders, A, B, C, and D. In each folder at 10 files, 01.xxx,
02.xxx, ..., 10.xxx.
I create 2 libraries, Odd and Even. When I open the Odd library, I
would like to see the odd numbered files from all 4 folders. Just the
files, not a folder in sight. In the Even library, I want to see all
the even numbered files. That's pretty much it.
I'm trying to find a similar solution for OS X but so far no luck.