Page 1 of 1

Scripting: Branch View

Posted: 31 Jan 2012 13:43
by Zardoz2293
Using the example below, the List View is update to the Branch View and back again.
  • How do we prevent the List View from being updated (to the Branch View display) as this causes several other related concerns beyond the annoying flashing (including loosing the status bar metadata).
  • I'm finding some bug where the script will work just fine in step mode but outside of step mode it sometimes retains the Branch View when it should be back in List View mode.

Code: Select all

"main"
     $Path = "<curpath>";
     goto "$Path ? /:flat";

     ... //very long folder and file update. Branch View displayed. Lock=List View????

     goto "$Path";
What are your thoughts?