Rick Allen
- 合計アクティビティ 53
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 22
コメント
Rick Allenによる最近のアクティビティ-
Is there a reason you need to have the folders made already? It would be more straight forward to create the folder based on the barcode scan. If you are simply going from folder_1 to folder_2 th...
-
You may also want to set the name format at the same time, in case someone has set it to one of the other available tokens. In the below example I've added an underscore and 4-digit counter. try ...
-
try set theResponse to display dialog "New Name" default answer "" buttons {"Cancel", "Done"} default button "Done" cancel button "Cancel" tell front document of application "Capture One 23" set ca...
-
The barcode scanner needs to be capable of adding a prefix and suffix to the barcode scan for Enterprise to be able to recognise the scan. A quick look at the programming docs for your scanner sugg...
-
Apologies I thought the Sheldon wanted the name of the container folder which you could get with this... tell application "Finder" to set theHeadline to name of container of (varPath as alias) -- ...
-
To modify script to add the images folder name to headline see below. The idea behind Next Capture Metadata is to have an event (like creating a new capture folder) that then ets the NCM fields bef...
-
Can’t you set the synchronize settings for the parent folder (the bilder folder) to sync subfolders so that once the folders are created the catalog automatically ‘knows’ about the new folder and i...
-
I don't work with catalogs but can I try understand what you are trying to achieve. Is the end result to synchronize the subfolders of the Bilder folder so that as new folders are added they are a...
-
Yeah I have Script Debugger add it to the start of each script I use a ton on ASobj-C so need it for pretty much everything. Hopfully Fabrizio replies I'm intrigued by his workflow.
-
Hi Eric, I use a similar handler but don't use it within a script call which I've found to adds back in Applescripts inaccuracies. Adapting yours below. use AppleScript version "2.4" -- Yosemite ...