Hi!
I am struggling getting my mapkey to work. It should delete some location points but there is this "Do you accept the changes? Yes/No" window which waits for user interaction even though I recorded the "Yes-click" and it appears in the mapkey.
The example below should remove 3 location points automatically. I recognized that sometimes it will wait at this question and sometimes not.
I would like to get the mapkey run stable with standard options. However, if there is an option to turn off this safety question, that'd be also fine with me.
If you have any hint, I'd be happy.
Thanks.
David
mapkey rem_loc ~ Command `ProCmdCblDelLoc` ;#ITEMSFROMLOCS;\
mapkey(continued) ~ Command `ProCmdMdlTreeSearch`;\
mapkey(continued) ~ Update `selspecdlg0` `ExtRulesLayout.ExtBasicIDLayout.InputIDPanel` `26217`;\
mapkey(continued) ~ Activate `selspecdlg0` `EvaluateBtn`;~ Activate `selspecdlg0` `ApplyBtn`;\
mapkey(continued) ~ Activate `selspecdlg0` `CancelButton`;#DONE/RETURN;Yes;\
mapkey(continued) ~ Command `ProCmdCblDelLoc` ;#ITEMSFROMLOCS;\
mapkey(continued) ~ Command `ProCmdMdlTreeSearch`;\
mapkey(continued) ~ Update `selspecdlg0` `ExtRulesLayout.ExtBasicIDLayout.InputIDPanel` `31948`;\
mapkey(continued) ~ Activate `selspecdlg0` `EvaluateBtn`;~ Activate `selspecdlg0` `ApplyBtn`;\
mapkey(continued) ~ Activate `selspecdlg0` `CancelButton`;#DONE/RETURN;Yes;\
mapkey(continued) ~ Command `ProCmdCblDelLoc` ;#ITEMSFROMLOCS;\
mapkey(continued) ~ Command `ProCmdMdlTreeSearch`;\
mapkey(continued) ~ Update `selspecdlg0` `ExtRulesLayout.ExtBasicIDLayout.InputIDPanel` `4096`;\
mapkey(continued) ~ Activate `selspecdlg0` `EvaluateBtn`;~ Activate `selspecdlg0` `ApplyBtn`;\
mapkey(continued) ~ Activate `selspecdlg0` `CancelButton`;#DONE/RETURN;Yes;