Copy link to clipboard
Copied
When I use the plugin from Lightroom v12.2.1, LrDialogs.message("Warning Select folder!", "Please select a folder in Select Folder first!", "warning") still works and shows normally. But when I update my Lightroom version to version 12.4, LrDialogs.message("Warning Select folder!", "Please select a folder in the Select Folder before!", "warning") doesn't work as before. How to fix it?
Copy link to clipboard
Copied
What happens (or doesn't happen) when it "doesn't work as before"? I recommend you use a debugger to see if the plugin execution is even reaching that point -- see my Debugging Toolkit or the Zerobrane IDE. The Toolkit is lighter weight with fewer features, but it better understands LR's task architecture and it has a better pretty printer for structured values.