Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

JIT Debug Enable - Inventor 2014

0 REPLIES 0
Reply
Message 1 of 1
Edward_Lowe
498 Views, 0 Replies

JIT Debug Enable - Inventor 2014

Good Afternoon All,

 

I wonder if anyone has managed to resolve an issue I am currently experiencing with a pop-up form.  I used the following code to prompt a sheet size selection:

MultiValue.SetList("SSize", "A0", "A1", "A2", "A3", "A4")

SSize = InputListBox("Choose Your Size", MultiValue.List("SSize"), Size, Title := "Paper select", ListName := "List")

ActiveSheet.ChangeSize(SSize, MoveBorderItems := True)

Select Case SSize

Case "A0"

ActiveSheet.TitleBlock = "AMBER_A0"

Case "A1"

ActiveSheet.TitleBlock = "AMBER_A1"

Case "A2"

ActiveSheet.TitleBlock = "AMBER_A2"

Case "A3"

ActiveSheet.TitleBlock = "AMBER_A3"

Case "A4"

ActiveSheet.TitleBlock = "AMBER_A4"

End Select

ThisApplication.ActiveView.Fit

 

When this command runs I get the following error message pop up:

JIT Debug.jpg

 

If anyone knows how to enable the JIT debug register or find an alternative that switches this pop-up off I'd be most grateful,

 

Regards,

 

Edward

Inventor 2014

Windows 7 - 64 Bit

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report