Skip to main content
12-Amethyst
July 26, 2019
Solved

mapkey in drawing mode to flip between sheets

  • July 26, 2019
  • 1 reply
  • 1575 views

I used to have a mapkey in wildfire where I could hi the "+" button and it would go to the next drawing sheet and I could hit the "-" button and it would go to the previous drawing sheet.

 

i'm having a hard time finding where these buttons are in creo 4 so I can duplicate that mapkey.

 

any suggestions?

 

thanks guys and gals

 

Carlos

Best answer by StephenW

The old school mapkey still works from a LONG time ago.

 

mapkey - @MAPKEY_LABELPrev Sht;\
mapkey(continued) @MAPKEY_NAMEGo to the previous drawing sheet (d);%~done; %~done; #Sheets;\
mapkey(continued) #Previous;
mapkey + @MAPKEY_LABELNext Sht;\
mapkey(continued) @MAPKEY_NAMEGo to the next drawing sheet (d);%~done; #Sheets; #Next;

1 reply

StephenW23-Emerald IIIAnswer
23-Emerald III
July 26, 2019

The old school mapkey still works from a LONG time ago.

 

mapkey - @MAPKEY_LABELPrev Sht;\
mapkey(continued) @MAPKEY_NAMEGo to the previous drawing sheet (d);%~done; %~done; #Sheets;\
mapkey(continued) #Previous;
mapkey + @MAPKEY_LABELNext Sht;\
mapkey(continued) @MAPKEY_NAMEGo to the next drawing sheet (d);%~done; #Sheets; #Next;

cdiaz-212-AmethystAuthor
12-Amethyst
July 26, 2019

that worked perfect, thank you sir

 

Carlos