Skip to main content
December 29, 2012
Answered

TreeView doesn't display in Bridge CS6 but it does in ESTK

  • December 29, 2012
  • 2 replies
  • 921 views

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.

This topic has been closed for replies.
Correct answer Paul Riggott

Yes there are a lot of problems with CS6 Bridge Scripting but the Bridge team have still not acknowledged them...

As an example...

http://feedback.photoshop.com/photoshop_family/topics/extendscript_ui_not_drawing_correctly_in_bridge?utm_content=topic_link&utm_medium=email&utm_source=reply_notification

It would be nice to get an update to fix these problems.

2 replies

May 15, 2013

So I take it this isn't the correct forum for bug reports.  Anyone know how to submit an official bug report?

Paul Riggott
Inspiring
May 15, 2013

You can report them here...

http://feedback.photoshop.com/photoshop_family/topics

But Adobe have ignored every logged Bridge bug

Good luck!

I have a friend who will be bringing these problems up at Adobe Max 2013

Paul Riggott
Paul RiggottCorrect answer
Inspiring
December 29, 2012

Yes there are a lot of problems with CS6 Bridge Scripting but the Bridge team have still not acknowledged them...

As an example...

http://feedback.photoshop.com/photoshop_family/topics/extendscript_ui_not_drawing_correctly_in_bridge?utm_content=topic_link&utm_medium=email&utm_source=reply_notification

It would be nice to get an update to fix these problems.