TreeView doesn't display in Bridge CS6 but it does in ESTK
running Bridge CS6 on Windows 7.
Although I tried a lot of existing .jsx scripts first, I have narrowed down my test case to this code typed into the ESTK with targets of ExtendScript Toolkit CS6, Bridge CS5.1 (4.1), Bridge CS6 (5.032), and Bridge CS6 (64 bit) (5.064).
var w = new Window('dialog');
var tv = w.add('treeview',undefined);
tv.add('node','root');
w.show();
It works properly with ESTK and CS5.1 targets.
On both CS6 targets, the window opens but the treeview widget is blank. This is the same behavior I saw running SnpXMLTreeView.jsx and the scriptui-2.0.pdf examples.
On more complex (existing) scripts, it will crash or lockup Bridge CS6.


A search around the forums and the web shows that I am not the only one having this problem.
