Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I'm trying to replicate a mapkey that i created in creo2 for creo3, but I'm not having any luck.
Below is the mapkey that works in creo2
mapkey u @MAPKEY_NAMESMART_MARK;@MAPKEY_LABELSMART_MARK;\
mapkey(continued) ~ Command `ProCmdDwgCreateNote` ;#MAKE NOTE;#NO ARROW;@PAUSE_FOR_SCREEN_PICK;\
mapkey(continued) @PAUSE_FOR_SCREEN_PICK;&PTC_COMMON_NAME:ATT;;#DONE/RETURN;
Just some more infomation: when i try to create that same mapkey in creo3 is stops when "&ptc_common_name" SHOULD be automaticly typed in.
So pretty much the mapkey works up until the text is supposed to be filled in automaticly.
Also, im not sure if this is relevant but i get an error that reads: "Mapkey error: Invalid trail file line : No palette found for command 'ProCmdDwgCreateNote' in context 'context_main_dlg_w3'"
thankyou