Skip to main content
16-Pearl
February 29, 2016
Solved

Show all items in modelcheck report by default

  • February 29, 2016
  • 9 replies
  • 14588 views

Hi there,

How can I show all items in modelcheck report by default?

By default only Warnings and Errors are displayed:

mc_default.JPG

But I want Creo to show me all without activating those checkboxes:

mc_all.JPG

Thanks

/me

Best answer by Mat

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;

9 replies

12-Amethyst
March 2, 2016

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.

Mat16-PearlAuthor
16-Pearl
March 2, 2016

I beg Your pardon, which "modelcheck.pdf" do You mean?

12-Amethyst
March 2, 2016

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.

2-Explorer
March 2, 2016

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

Mat16-PearlAuthorAnswer
16-Pearl
June 27, 2016

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;

1-Visitor
November 2, 2018

Hi,

 

How do we open mctabarea.js file?

 

Thanks

1-Visitor
November 2, 2018

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?

Capture1.JPG