Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi there,
How can I show all items in modelcheck report by default?
By default only Warnings and Errors are displayed:
But I want Creo to show me all without activating those checkboxes:
Thanks
/me
Solved! Go to Solution.
I found it:
in <modelcheck_dir>/templates/ look for "mctabarea.js"
Look for
var infoChecked=0;
var passChecked=0;
and change it into:
var infoChecked=1;
var passChecked=1;
While I don't have time to dig through the ModelCHECK pdf, I'm pretty sure that covers how to pre-select all those boxes.
I beg Your pardon, which "modelcheck.pdf" do You mean?
Hmm. Well, it used to be available in the reference document section. It's just the PDF version of the ModelCheck help file. I'm trying to dig up my version right now. It's from Wildfire 4.0 but PTC hasn't done anything with ModelCheck a long, long time.
Here you go. Uploaded for the convenience of users and admins alike.
Hello Matthias,
Modelcheck is a large task. Can´t give you any conccrete answer, but can share mine Modelcheck documents with you...
A few of my notes are in Czech laguage... sry about it.
Hope it can give you some basic informations how to customize Modelcheck.
Milan
I found it:
in <modelcheck_dir>/templates/ look for "mctabarea.js"
Look for
var infoChecked=0;
var passChecked=0;
and change it into:
var infoChecked=1;
var passChecked=1;
Hi,
How do we open mctabarea.js file?
Thanks
Hi,
Below snap file I got in the templets folder. I could open in the text editor but I could not the results over there. Can you correct is this is the correct file which I am looking for reports?