Script errors (CC 2018)
Hi,
I wrote some years ago a javascript, which worked fine up to PS CC 2014. Recently I tried to run it in PS CC 2018 and it failed. The script creates a window with various panels containing various buttons and checkboxes. In CC 2018 only the main window and the panels show up, but not the elements within the panels. Code like
win.pnl01.selFolderButton = win.add("button",[320, 140, 420, 160] , "SELECT");
is obviously ignored.
Any suggestions?
Thanks.