7 Messages
•
150 Points
Sat, Mar 17, 2018 10:32 PM
Bridge CC 2018: Cannot get a TabbedPalette of type "web" (browser palette)
I have the problem mentioned in the title.
Here is the simplest example (copied quasi-verbatim from the Adobe Bridge CC 2018 Javascript Reference):
I believe this to be a bug.
Here is the simplest example (copied quasi-verbatim from the Adobe Bridge CC 2018 Javascript Reference):
#target bridge
// create browser palette
var webPalette = new TabbedPalette(app.document, "myWebPalette", "myWebID", "web", "http://www.adobe.com";);
$.writeln("webPalette visible: " + webPalette.visible);
// create ScriptUI palette
var scriptPalette = new TabbedPalette(app.document, "myScriptPalette", "myScripID", "script");
scriptPalette.content.add('statictext', [15,15,105,35], 'Display this text in my tab.');
$.writeln("scriptPalette visible: " + scriptPalette.visible);I can run it in Adobe Extendscript Toolkit CC and the scriptPalette is created as expected in Bridge. Not the webPalette. I see no error message of any sort. The output on the console is as follows:
webPalette visible: undefined
scriptPalette visible: trueHence it seems that the webPalette is not even created. Certainly it is not visible.
I believe this to be a bug.
Problems
•
Updated
2 years ago
6
3
Helpful Widget
How can we improve?
Tags
No tags available
Responses
kukurykus
631 Messages
•
9.6K Points
3 years ago
0
0
paolo_ienne
7 Messages
•
150 Points
3 years ago
Edit: Funny, this one I can edit, but not the original post?!
1
lumigraphics
1K Messages
•
17.1K Points
3 years ago
1