I know I need to upgrade to 8.1, and I'm working on that...
but I have a tag tree browser that I'd like to filter and only show if the tags are enabled, but its currently showing all tags. Anyone have any advice?
I'm using the filterTag() script while checking the tag.Enabled property, doesn't currently work.
If the object is a folder, the script will show it, but otherwise, it will read the value of the tag's enabled property value and evaluate whether or not to show the tag.
Chances are, something has changed since version 7.9, and since I don't have a 7.9 system set up to test on, I'm simply unable to guide you further.
I can offer a few tips though:
• First of all, the filterTag extension function will probably tolerate some print statements, so perhaps try printing the values being returned to get a feel for what's actually happening.
• Secondly, try right clicking on the enabled property in the tag browser. Copy the tag path and paste it into text editor to see how it is constructed. You are going to have to read the tag using this path to get the proper value, so once you figure out how to construct the proper path as a string, you should be good to go.