• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
6

P: Script UI Listbox columns do not work anymore

LEGEND ,
Jun 28, 2015 Jun 28, 2015

Copy link to clipboard

Copied

Just updated from CC 2014 to CC 2015 and my scripts broke (https://github.com/gimblll/GBL-Textur...). After debugging I've narrowed it down to the use of a listbox with columns. For some reason the new version fails to create the columns.

I narrowed it down to a short example. This fails to produce columns in 2015. And if the commented line is uncommented, I get a "Not implemented" error. (And all this works in 2014.)

var win = new Window("dialog", "Test Window");

var panel = win.add("panel");
panel.alignChildren = ["fill", undefined]
panel.preferredSize = [1000, undefined];

var list = panel.add("listbox", undefined, undefined, {
numberOfColumns: 2,
showHeaders: true,
columnTitles: ["Id", "Resize", ],
});

list.preferredSize = [undefined, 100];

var item1 = list.add ("item", "Test1");
// item1.subItems[0].text = "Test2";

win.show();

Bug Fixed
TOPICS
macOS , Windows

Views

225

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Oct 15, 2018 Oct 15, 2018
Hi Everyone,

This issue should be resolved in today's update to Photoshop, 20.0. Please open the Creative Cloud app, download the update and let us know how it goes for you. If you do not see the update immediately, sign in and sign out of the Creative Cloud.

Thanks,
Hannah

Votes

Translate

Translate
11 Comments
LEGEND ,
Dec 08, 2015 Dec 08, 2015

Copy link to clipboard

Copied

Still no fix for this in latest update. Is there any hope this will get fixed/reimplemented or is the functionality deprecated? Would highly appreciate some kind of answer to clear it up.

Votes

Translate

Translate

Report

Report
LEGEND ,
Dec 09, 2015 Dec 09, 2015

Copy link to clipboard

Copied

Any possibility to replace this hack by a proper table UI? As mentioned by Kimmo, it will be great to have some news.

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Dec 09, 2015 Dec 09, 2015

Copy link to clipboard

Copied

Engineering is looking into this.

Votes

Translate

Translate

Report

Report
New Here ,
Sep 26, 2016 Sep 26, 2016

Copy link to clipboard

Copied

Any update on this issue? It's a very frustrating issue and there are no workarounds.

Votes

Translate

Translate

Report

Report
New Here ,
Sep 26, 2016 Sep 26, 2016

Copy link to clipboard

Copied



I've created a user-interface using ScriptUI and I'm having problems with the listbox control which I've nailed down to be entirely Photoshop-specific.

I first create the listbox control and when trying to populate it with subItem -components using a with-block, I get the following error in ESTK: "Not implemented".

I've tested the code with another target (#target estoolkit and also #target illustrator) and in these applications it runs just fine.

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Sep 26, 2016 Sep 26, 2016

Copy link to clipboard

Copied

It's still open, to be fixed.

Votes

Translate

Translate

Report

Report
New Here ,
Sep 28, 2016 Sep 28, 2016

Copy link to clipboard

Copied

Great! Any ETA?

Votes

Translate

Translate

Report

Report
Engaged ,
Jun 03, 2017 Jun 03, 2017

Copy link to clipboard

Copied

Also encountered this. It took them 5 years to fix the smudge tool so I guess we'll have to wait only 3 or 4 years

Votes

Translate

Translate

Report

Report
LEGEND ,
Nov 28, 2017 Nov 28, 2017

Copy link to clipboard

Copied

Is there are a way to create table for supporting Photoshop CC 2014 and 2015 using Photoshop Scripting?

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Oct 15, 2018 Oct 15, 2018

Copy link to clipboard

Copied

Hi Everyone,

This issue should be resolved in today's update to Photoshop, 20.0. Please open the Creative Cloud app, download the update and let us know how it goes for you. If you do not see the update immediately, sign in and sign out of the Creative Cloud.

Thanks,
Hannah

Votes

Translate

Translate

Report

Report
LEGEND ,
Oct 15, 2018 Oct 15, 2018

Copy link to clipboard

Copied

LATEST
Seems to work in my use case, thank you.

Votes

Translate

Translate

Report

Report