Need some help with Mapkey creation. Want to create a datum point, then run udf
Hi guys.
We have some old mapkeys, and I am trying to update/ optimize them.
I've made a ton of map keys with no problems, but for some reason I cannot get this to work.
I want to make a map key that creates a datum point, then open up a UDF.
The map key runs the datum point, but does not open the UDF.
Does it need a pause somewhere?
If i make 2 seperate mapkeys, each one will work indipendantly, but i want them in one mapkey. I know I can have a mapkey call up mulitple mapkeys, but i'd like to get this to work without making a bunch of individual mapkeys. (I have a TON of older mapkeys that i want to update that are all pretty similar to this one. )
mapkey test @MAPKEY_NAMEcreates point /runs udf 2 plns;\
mapkey(continued) @MAPKEY_LABELcreates point /runs udf 2 plns;\
mapkey(continued) ~ Command `ProCmdDatumPointGeneral` ;@PAUSE_FOR_SCREEN_PICK;\
mapkey(continued) ~ Trigger `Odui_Dlg_00` `t1.OffsetRefsTable` 2 `DuMmY` `c1`;\
mapkey(continued) ~ Focus `Odui_Dlg_00` `t1.OffsetRefsTable`;\
mapkey(continued) ~ FocusIn `Odui_Dlg_00` `t1.OffsetRefsTable`;\
mapkey(continued) ~ Select `Odui_Dlg_00` `t1.OffsetRefsTable` 2 `DuMmY` `c1`;\
mapkey(continued) ~ Trigger `Odui_Dlg_00` `t1.OffsetRefsTable` 2 `` ``;\
mapkey(continued) ~ Timer `UI Desktop` `UI Desktop` `CollectorWdg_FocusTimer`;\
mapkey(continued) ~ FocusOut `Odui_Dlg_00` `t1.OffsetRefsTable`;@PAUSE_FOR_SCREEN_PICK;\
mapkey(continued) @PAUSE_FOR_SCREEN_PICK;~ Activate `Odui_Dlg_00` `stdbtn_1`;\
mapkey(continued) ~ Command `ProCmdUserDefined` ;\
mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `DLG_PREVIEW_POST` `file_open`;\
mapkey(continued) ~ Select `file_open` `Ph_list.Filelist` 1 `hole_2pln.gph`;\
mapkey(continued) ~ Command `ProFileSelPushOpen_Standard@context_dlg_open_cmd` ;\
mapkey(continued) ~ Activate `udf_place_insert_dialog` `ok_but`;\
mapkey(continued) ~ Trigger `Odui_Dlg_00` `t1.udfplace_used_by_feat_table` 2 `0` \
mapkey(continued) `used_by_feats`;\
mapkey(continued) ~ Trigger `Odui_Dlg_00` `t1.udfplace_used_by_feat_table` 2 `` ``;
