Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Mapkey to change .DTL file of drawing

sanjeevkar1

New member
hello friends


i have to change .dtl files of few drawing. i thought the task will be easy, as i can make mapkey and just one click and its done. but i don't know where i am doing the mistake. but i am not able to make a mapkey to perform the task.
smiley5.gif






HELP ME PLEASEEE...........
smiley13.gif






folowing is my mapkey inputs.


mapkey b ~ Timer `UI Desktop` `UI Desktop` `popupMenuRMBTimerCB`;\
mapkey(continued) ~ Close `rmb_popup` `PopupMenu`;\
mapkey(continued) ~ Activate `rmb_popup` `DwgPopupFileProperties`;#DRAWING OPTIONS;\
mapkey(continued) ~ FocusOut `preferences` `InputOpt`;~ Activate `preferences` `Open`;\
mapkey(continued) ~ Update `file_open` `Inputname` `I:\\SILLAC\\Sanjeev.Kar\\MYWORK\\CURRENT \
mapkey(continued) PROJECTS\\Standard\\Dtl`;~ Activate `file_open` `Inputname`;\
mapkey(continued) ~ Select `file_open` `Ph_list.Filelist`1 `iso.dtl`;\
mapkey(continued) ~ Activate `file_open` `Ph_list.Filelist`1 `iso.dtl`;\
mapkey(continued) ~ Activate `preferences` `ApplySave`;~ FocusOut `preferences` `InputOpt`;\
mapkey(continued) ~ Activate `preferences` `Close`;#DONE/RETURN;\
mapkey(continued) ~ Activate `main_dlg_cur` `ProCmdDwgRegenModel.edit_t`;\
mapkey(continued) ~ Activate `main_dlg_cur` `ProCmdModelSave.file`;\
mapkey(continued) ~ Activate `file_saveas` `OK`;~ Select `main_dlg_cur` `MenuBar1`1 `File`;\
mapkey(continued) ~ Select `main_dlg_cur` `MenuBar1`1 `Windows`;\
mapkey(continued) ~ Close `main_dlg_cur` `MenuBar1`;\
mapkey(continued) ~ Activate `main_dlg_cur` `Windows.psh_win_close`;\
mapkey(continued) ~ Activate `main_dlg_cur` `ProCmdModelOpen.file`;~ Open `file_open` `Type`;\
mapkey(continued) ~ Close `file_open` `Type`;~ Select `file_open` `Type`1 `db_4`;
Edited by: sanjeevkar1
 
I had same problem, so i had modified the original dtl :)

When i start proe i have all my configs on.

You can create your own DTL and change que path on config.pro to your file.
 

Sponsor

Articles From 3DCAD World

Back
Top