William Campbell
My feedback
6 results found
-
7 votes
An error occurred while saving the comment William Campbell supported this idea · -
1 voteWilliam Campbell shared this idea ·
-
1 voteWilliam Campbell shared this idea ·
-
135 votes
Fix for this issue is now available in the latest update of InDesign 2020 – that is, InDesign 15.1.2
In the Creative Cloud Desktop application, click on the Updates section on the left. You should be able to see the Update available for InDesign. Please update your InDesign application to this version to try out the fix.
Let us know in the comments section if you still face this problem.
—
Adobe InDesign TeamAn error occurred while saving the comment William Campbell commentedAnother side-effect surely related. When exporting PDF going to prepress workflow, in prior versions export PDFs directly to hot folder and once writing complete, InDesign releases lock on file and workflow picks it up. New version ID 2020 now retains lock on file even when writing is complete, so prepress workflow never takes files in hot folder. File is essentially locked forever. Only solution is to close ID app on Mac. So workaround have to close ID after exporting PDF every job, then re-open. Definite bug.
-
109 votes
Hello All,
Thank you for reporting the issue to us.
We have fixed the issue in the latest version of InDesign, Id 14.0.3Please upgrade your InDesign application to the latest version to try out the fix.
If you are unable to see the update yet, go to Creative Cloud desktop application, open the menu (three dots) from the top-right corner and click on ‘Check For App Updates’.
If you face any problems with the new update, do let us know in the comments.
You may also follow the below given link for the list of all fixed issues in Id 14.0.3
https://helpx.adobe.com/indesign/kb/fixed-issues.htmlAn error occurred while saving the comment William Campbell commentedConfirming 14.0.3 works OK now. Thank you.
An error occurred while saving the comment William Campbell commentedJust rolled back version and tested to confirm, code works fine in 14.0.1
Bug was introduced by changes to 14.0.2An error occurred while saving the comment William Campbell commentedMe too. Breaks scripts I use daily. Below is simplified example code to demonstrate the bug.
var w1 = new Window("dialog", "Window 1");
var btnOpenWindow2 = w1.add("button", undefined, "Open Window 2");
var btnOk1 = w1.add("button", undefined, "OK");
btnOpenWindow2.onClick = function () {
openWindow2();
};
btnOk1 = function () {
w1.close();
};
w1.show();
function openWindow2 () {
var w2 = new Window("dialog", "Window 2");
var btnOk2 = w2.add("button", undefined, "OK");
btnOk2.onClick = function () {
w2.close();
};
w2.show();
}William Campbell supported this idea · -
4 votes
Hi,
Thanks for reporting the issue, we are reviewing it-InDesign Team
An error occurred while saving the comment William Campbell commentedAfter posting the bug I am informed another bug report was already posted. It is the same bug.
William Campbell shared this idea ·
Same here. Driving me nuts. Please fix ASAP. Also can't disable home screen. This upgrade is epic fail for the quality control department.