Hi John,
The DynamicCrop process has a noGUIMessages parameter that you can set to true in order to suppress these notifications. However, this parameter is not available on the DynamicCrop tool interface.
To change the noGUIMessages parameter, you have to edit the instance you want to use as source code. This is very easy to do as follows:
- Open the DynamicCrop instance you want to use with the DynamicCrop tool. For example, if you have saved it as an icon, just double click the icon, or drag it to the tool's control bar (the bar with icons at the bottom).
- On DynamicCrop, click the Edit Instance Source Code button (see the attached screenshot).
- This will open a code editor floating window, where you'll see your instance's parameters. Set P.noGUIMessages = true;
- Click the Commit button (green check mark).
Now you can run the ImageContainer on the modified instance directly on the DynamicCrop tool, or save it as a new process icon, if you prefer. Let me know if this helps.