cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Show all items in modelcheck report by default

Mat
13-Aquamarine
13-Aquamarine

Show all items in modelcheck report by default

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

1 ACCEPTED SOLUTION

Accepted Solutions
Mat
13-Aquamarine
13-Aquamarine
(To: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;

View solution in original post

9 REPLIES 9
DonSenchuk
7-Bedrock
(To:Mat)

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.

Mat
13-Aquamarine
13-Aquamarine
(To:DonSenchuk)

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

DonSenchuk
7-Bedrock
(To:Mat)

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.

DonSenchuk
7-Bedrock
(To:Mat)

Here you go. Uploaded for the convenience of users and admins alike.

ModelCHECK PDF

mbonka
15-Moonstone
(To:Mat)

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

Mat
13-Aquamarine
13-Aquamarine
(To: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;

ptc-4779205
12-Amethyst
(To:Mat)

Hi,

 

How do we open mctabarea.js file?

 

Thanks

@ptc-4779205

 

You can open that in text editor. 

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

Top Tags