PAUSE_FOR_SCREEN_PICK doesn't work
I'm trying to create a button that exists in Creo Elements, but for some reason doesn't exist in Parametric.
It hides whatever you click. This is helpful because this way you can quickly "drill a hole" in your assembly by removing parts that are in the way. Creo Parametric wants you to click each part and then go to the menu and press hide. Too much of a hassle when trying to hide 30 parts.
So I was trying to create this mapkey:
mapkey hide @MAPKEY_NAMEhide;@MAPKEY_LABELhide;\
mapkey(continued) ~ Command ProCmdViewHide@PopupMenuTree;\
mapkey(continued) @MANUAL_PAUSE TEST;\
mapkey(continued) ~ Command ProCmdViewHide@PopupMenuTree;\
mapkey(continued) @PAUSE_FOR_SCREEN_PICK;\
mapkey(continued) ~ Command ProCmdViewHide@PopupMenuTree;\
mapkey(continued) @PAUSE_FOR_SCREEN_PICK;\
mapkey(continued) ~ Command ProCmdViewHide@PopupMenuTree;
Basically it should hide, wait for me to select another part, hide, wait, hide, wait hide.
If that works I'd repeat it like 100 times.
Problem is, PAUSE_FOR_SCREEN_PICK doesn't seem to anything. Only manual_pause works but then I have to press OK every single time, again, too much hassle.
I've tried many variations of the mapkey, but it's always PAUSE_FOR_SCREEN_PICK that doesn't work.
How should I go about this?

