app.Displaying questions
I'm starting to feel like this is my own personal forum. Are there really no other relative newbies out there working to incorporate ExtendScript into their workflow? Regardless, I appreciate how quickly my quickly my past questions have been answered.
Anyway, this post is two questions, both regarding screen redrawing behavior.
1) After declaring app.Displaying = false at the beginning of a script, I found my screen was redrawing anyway. After a bit of testing, it seems that FM is resetting this property to true after certain blocks of code, so I've had to re-declare the property throughout the script. My question is whether this behavior is documented anywhere. In particular, I would like to know which specific actions trigger this property reset.
2) After sprinking delarations throughout my code, my document window no longer redraws while the script is running. The Structure View, on the other hand, continues to redraw throughout. Is there a separate property somewhere I need to modify, or (if not) is there a way to collapse/expand components of the FM Interface such as the Structure View via code?