Leaderboard - AutoCAD Forums Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/24/2018 in all areas

  1. This made me think about myself. If we had this "reaction bar" implemented ten years ago, I think I'd be the champion of dislikes haha. -TZ
    2 points
  2. Added Chars (question marks) after COPYING from CODE (I'm joining an animated gif to show the behavior, hoping it shows) That happened to me maybe 3-4 times so far. Trying to figure out why this code bombed on my side, I found out that the var "msp" wasn't defined (but the var "msp?" was). I was about to post about that and noticed that the the var in the code section was...
    1 point
  3. Well, the members reputation is based on that, so in order to show that we do not like the fact stated by a user we lower his reputation. Content vs content quality vs subject often cannot fit under the same thumb position imo, that is why I never felt compelled by any numeric voting system; it literally breaks my brain like div/0 style. I'll vote David's comment by "confused"...
    1 point
  4. I didn't read all of these so it may have been mentioned but bring the fish back.
    1 point
  5. OK in theory at least, there will always be someone who tries to make it appear differently.
    1 point
  6. No, it is working but you're not using it correctly. It is a function and needs to be called like this: (rh:ex2layer object "layer name") It needs to be an object but you are setting obj to an entity. This needs to be converted by replacing your setq with this (setq obj (vlax-ename->vla-object (entlast))) "layer name" needs to be the layer name of any valid layer that exists in the drawing. And...
    1 point
  7. correct and if OP types instead of a number in one of the edit boxes I still won't get drunk... but ok , fixed it even though OP hasn't responded anymore
    1 point
  8. You are not calling the subfunction with the correct arguments... Perhaps something a little easier for you to use: (defun c:foo (/ l lyr o s) ;; RJP » 2018-08-23 (setq lyr "test") (or (tblobjname "layer" lyr) (vla-add (vla-get-layers (vla-get-activedocument (vlax-get-acad-object))) lyr) ) (cond ((setq s (ssget ":L" '((0 . "insert,*polyline,region")))) (foreach x (vl-remove-if 'listp (mapcar 'cadr...
    1 point
  9. So, this is called "reactions" and the purpose is exactly as you have described. Currently the options are like this: From right to left we have: Like = +1 reputation point Thanks = +1 Ha Ha = +1 Confused = 0 Sad = 0 Dislike = -1 The general look and functionality of the widget isn't easily configurable but we have total control over what reactions are included and what the point...
    1 point
  10. Three options for you *Just thought I'd write my own versions...* Let me know which one you like best [b][color=RED]([/color][/b][b][color=BLUE]defun[/color][/b] c:mt [b][color=RED]([/color][/b][b][color=BLUE]/[/color][/b] cEnt mEnt[b][color=RED])[/color][/b] [b][color=RED]([/color][/b][b][color=BLUE]if[/color][/b] [b][color=RED]([/color][/b][b][color=BLUE]and[/color][/b]...
    1 point
  11. Number of posts per page is a global setting for this software and I don't think there is a member override.
    0 points
×
×
  • Create New...