Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/24/2019 in all areas

  1. (defun c:selnamedpstyle-Style_1 ( / dict stename ss ) (setq dict (dictsearch (namedobjdict) "ACAD_PLOTSTYLENAME")) (setq stename (cdr (assoc 350 (member '(3 . "Style_1") dict)))) (setq ss (ssget "_X" (list (cons 390 stename) (cons 410 (getvar 'ctab))))) (sssetfirst nil ss) (princ) ) HTH., M.R.
    1 point
  2. Yes, that has been on my "to do list for a while. Unfortunately, it's not a simple fix but I will see what I can do. As for going back to the old software... sorry to disappoint you but we will be sticking with the current platform. I do understand that some of our legacy content has suffered in the transition and I'm not happy about that, but if you have specific examples you would like corrected, I can do that. The new platform is more secure, more modern and more flexible. There is some new functionality I will be adding in the near future that I hope will make the transition worthwhile.
    1 point
  3. Yes it works now. Thank you Is it possible to make the default option for the codes tag with No Syntax Highlighting since the AutoLISP option is not available and what's more the default one which is HTML makes the Lisp codes unrelated and a bit ugly I believe.
    1 point
  4. Patience has rewarded me with a LIKE button.....
    1 point
×
×
  • Create New...