MergeTextStyles don't working HELP!!!!

MergeTextStyles don't working HELP!!!!

ndnam7693
Contributor Contributor
924 Views
4 Replies
Message 1 of 5

MergeTextStyles don't working HELP!!!!

ndnam7693
Contributor
Contributor

Hi every body,

I've problem with attach lisp below. I load the lisp successfull but when I command that lisp don't work (don't working pop up). Please Help me, Can you resolve this lisp ? :(( . Thanks and Best Regards

0 Likes
Accepted solutions (2)
925 Views
4 Replies
Replies (4)
Message 2 of 5

ВeekeeCZ
Consultant
Consultant
Accepted solution

You're missing the MyDialogs.dcl file. 

0 Likes
Message 3 of 5

ndnam7693
Contributor
Contributor

Can you guide me load this lisp? I have this file but I don't know how to use. 😞

0 Likes
Message 4 of 5

pbejse
Mentor
Mentor
Accepted solution

@ndnam7693 wrote:

Can you guide me load this lisp? I have this file but I don't know how to use. 😞


 

You need to place "MyDialogs.dcl" where Autocad can find it:

 

Option 1 : Place the file in C:\program files\autodesk\autocad 20###\support < Your Autocad Version 

 

Option 2:  Place the file in "C:\Users\YourUserName\Documents" then add the folder at Options/Files/Support File Searcg Path.  (or any other folders where you saved the "MyDialogs.dcl" )

 

sfsp.jpg

 

Option 3: Replace all instances of (load_dialog "MyDialogs.dcl") to (load_dialog "c:\WhereMyDCLfilesIsSave\MyDialogs.dcl") inside "MergeTextStyles.lsp"

 

HTH

 

 

0 Likes
Message 5 of 5

ndnam7693
Contributor
Contributor

Thanks for your help. 

0 Likes