2
Participant
,
/t5/premiere-pro-discussions/open-folder-dialog-doesn-t-works-in-pr-2024/td-p/14503742
Mar 20, 2024
Mar 20, 2024
Copy link to clipboard
Copied
Hi, i created an extension for PR that ask the user to select a folder, clicking on the relative button.
It works perfectly in PR 2023, but it does nothing in PR 2024. All the other buttons works fine, so i suppose the problem is the call to the choose folder dialog window...maybe some changes in the scripting?
The code is:
// Prompt the user to select a folder. If they cancel, return 0.
function getFolder(){
var outputPath = Folder.selectDialog("Choose your folder...");
if(outputPath){
return outputPath.fsName;
} else {
return 0;
}
}
Any idea?
Thank you!
TOPICS
Error or problem
,
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Adobe Employee
,
Mar 20, 2024
Mar 20, 2024
Fixed in current betas, and our next official release.
Adobe Employee
,
/t5/premiere-pro-discussions/open-folder-dialog-doesn-t-works-in-pr-2024/m-p/14503771#M494901
Mar 20, 2024
Mar 20, 2024
Copy link to clipboard
Copied
Fixed in current betas, and our next official release.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Cad81
AUTHOR
Participant
,
LATEST
/t5/premiere-pro-discussions/open-folder-dialog-doesn-t-works-in-pr-2024/m-p/14503810#M494906
Mar 20, 2024
Mar 20, 2024
Copy link to clipboard
Copied
Nice, thank you Bruce
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

