10-09-2006 11:33 AM
10-09-2006 10:48 PM
10-10-2006 02:58 PM
I set up an array of clusters for my data base.
Then I set up a cluster of clusters arranged aginst the left edge and compressed so they look very much like the array.
Then I can change the color of each cluster individually, and connect the data from the cluster of clusters to the cluster array data base, and vice versa. That lets the user see which item is selected, see changes in data from other sources, and make changes which the rest of the program can see. It works OK but it is messy since I have to build an array of references to the seperate clusters in the cluster of clusters in order to select them and colorize them. If I edit the cluster I have to rebuild the array of refrences to have it work. But it does work reasonably fast and clean. Not ideal for the programmer but more user friendly.