Try the new build.
http://forums.camerabits.com/index.php?topic=10700.0You can force PM to never show the warning dialogs:
• Warnings that appear when opening a read-only media such as a DVD-ROM can now be disabled by setting DISABLE_READ_ONLY_WARNINGS to ON in your PMDebug.txt file. Enabling a debug flag is documented here:
http://wiki.camerabits.com/en/index.php?title=PMDebug• Warnings that appear when opening a camera card when your preference is set to not allow modifications on a camera card can be disabled by setting DISABLE_CAMERA_CARD_WARNINGS to ON in your PMDebug.txt file. Enabling a debug flag is documented here:
http://wiki.camerabits.com/en/index.php?title=PMDebugSo basically, create a PMDebug.txt file as documented here:http://wiki.camerabits.com/en/index.php?title=PMDebug
...with the following flags set to ON:
DISABLE_READ_ONLY_WARNINGS ON
DISABLE_CAMERA_CARD_WARNINGS ON
...and you should never have to see those warning dialogs ever again.
-Kirk