hi all
i was just wondering if there is any chance to make a mapkey which save my active drawing as a copy with name derived from a drawing parameter
e.g. i have drawing string parameter NAME with value (let' say)SOMETHING and that mapkey make a new drawing SOMETHING.drw
i think there is no way to do this straight but maybe by editing part of that mapkey in notepad could work. There exist some ph_model.ObjName() function (see below) which can retrive current model name.
mapkey cd ~ Select `main_dlg_cur` `MenuBar1`1 `File`;\
mapkey(continued) ~ Close `main_dlg_cur` `MenuBar1`;\
mapkey(continued) ~ Activate `main_dlg_cur` `File.psh_save_as`;\
mapkey(continued) ~ FocusOut `file_saveas` `ph_model.ObjName0`;
so if you know how to retrive any other parameter instead model name let me know...
i was just wondering if there is any chance to make a mapkey which save my active drawing as a copy with name derived from a drawing parameter
e.g. i have drawing string parameter NAME with value (let' say)SOMETHING and that mapkey make a new drawing SOMETHING.drw
i think there is no way to do this straight but maybe by editing part of that mapkey in notepad could work. There exist some ph_model.ObjName() function (see below) which can retrive current model name.
mapkey cd ~ Select `main_dlg_cur` `MenuBar1`1 `File`;\
mapkey(continued) ~ Close `main_dlg_cur` `MenuBar1`;\
mapkey(continued) ~ Activate `main_dlg_cur` `File.psh_save_as`;\
mapkey(continued) ~ FocusOut `file_saveas` `ph_model.ObjName0`;
so if you know how to retrive any other parameter instead model name let me know...
