In the script API I can see that the Track class has a "Hidden" and a "Locked" public property of type Boolean. Actually I was looking for a way to prevent changes in a whole track (instead of only lock events).
By trying these features I found that setting the "Locked" flag on didn't seem to have any influence: I could still move events around on the track. So I'm wondering what it is actually doing? Setting the "Hidden" feature actually makes the track disappear from the GUI, as expected, but as there's no GUI-support for this feature, I can't make it visible again (except maybe from within scripts). Is this an "official" behaviour, or are these flags just there as leftovers/future plans?
Thanks, dust
By trying these features I found that setting the "Locked" flag on didn't seem to have any influence: I could still move events around on the track. So I'm wondering what it is actually doing? Setting the "Hidden" feature actually makes the track disappear from the GUI, as expected, but as there's no GUI-support for this feature, I can't make it visible again (except maybe from within scripts). Is this an "official" behaviour, or are these flags just there as leftovers/future plans?
Thanks, dust