REALbasic - some pieces 4u


ready to use

TreeView 1.0.1


description:
it's all based on the provided class 'CTreeListedValues'. you have name, hint, key, status, data, sublist - properties you can fill.this (hierarchical) list is being shown in a subclassed EditField. a contextmenu is provided to expand/collapse all or just a branch (states are stored), you can assign icons for all the statuses you have. you can allow the user to change the status of the items by pressing a key and/or create a contextmenu (or do it in your code: modify the CTreeListedValues)








my use:
i fill the CTreeListedValues while scanning the differences between a database and a user's working-copy (file). the three is displayed to the user to show which items are going to get synchronized and in which direction (db->file,db<-file). the user can interact if needed. finally, the CTreeListedValues (such as confirmed and/or modified by the user) are the 'task-list' for the synchronization-task...





back to overview