Is it possible to enable one flipbook to print but not the others. It seems the settings tab is global and not individual.
use for this book ready function:
function ready(scene) { scene.ctrl.actions['cmdPrint'].enabled=scene.ctrl.actions['cmdPrint'].enabledInNarrow=true; } ready
use for this book ready function: