Hello,
I'm currently taking a snapshot of the current view, witch will displayed on the setup sheet.
Now I want to add another snapshot to the setup-sheet.
I have created the 2nd snapshot as left view, so I have 2 files in the snapshot folder. (xxx.png - current view; xxxleft.png - left view)
The parameter "${setupsheets.ncprogram.image_tag}" only show the "current view" snapshot.
How is the parameter in the html-file for the second view?
thank you in advance
you can try this (change the name of the files to those you use)
<td><img class ="snapshot_image" src="../snapshots/IMG1.png"/></td>
<td><img class ="snapshot_image" src="../snapshots/IMG2.png"/></td>
I think it work´s, but I don´t know the name of the snapshots.
I've added some screenshots for a better understanding.
How do you take your snapshoots?
you can add a routine to rename your snapshoots
is left done by a macro? I couldn't get it by the picture ...
hi
here you have ...
function main() {
call CopySnapShoot("leftIMG")
}
FUNCTION CopySnapShoot(String $imgFileName) {
string $mPath = project_pathname(0) + "/setupsheets_files/snapshots"
string $mSourceFile = mPath + "/ProjectSnapshot.png"
string $mDestinyFile = mPath + "/" + $imgFileName + ".png"
copy file $mSourceFile $mDestinyFile
}
Hello! There is a necessity to solve the same problem such as another view display (e.g. left, right etc.). The variable query on the Internet reported no results. Do you have any solutions to such a problem?
hi all,
This plugin is provided for our customers, for those that are not our customers,
please feel free to ask for a quotation, to info@newcam.pt
regards
Can't find what you're looking for? Ask the community or share your knowledge.