01-31-2007 08:27 AM
01-31-2007 10:17 AM
01-31-2007 03:47 PM
01-31-2007 03:58 PM
I have written some shipping code (password-protected, unfortunately) that accomplishes what you describe, but I don't have any public examples of it. You have to create a data structure that represents the tree...when you get a Mouse Down event, and the Point to Row-Col method indicates that the glyph was clicked, you have to recurse your data structure to see if there are any children of this item, and if so, change their glyphs too. It's not easy, but it is possible...if you have the VI Analyzer, you can see it in action in the Tests tree of the "Select Tests" page.
Good luck,
-D
01-31-2007 05:13 PM